Searched refs:new_row (Results 1 – 3 of 3) sorted by relevance
1396 *new_row = *original_last_row; in AugmentUnwindPlanFromCallSite()1397 new_row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()1398 unwind_plan.AppendRow(new_row); in AugmentUnwindPlanFromCallSite()1400 *row = *new_row; in AugmentUnwindPlanFromCallSite()1441 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1453 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1467 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1477 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1487 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1497 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()[all …]
3254 u_int new_row; in mouse_copy_extend_line() local3285 new_row = scr->mouse / N_COLS(dconf); in mouse_copy_extend_line()3287 scr->cpy_end = new_row * N_COLS(dconf) + MAXCOL(dconf); in mouse_copy_extend_line()3288 if (new_row > old_row) in mouse_copy_extend_line()3290 else if (new_row < old_row) in mouse_copy_extend_line()3295 new_row = scr->mouse / N_COLS(dconf); in mouse_copy_extend_line()3297 scr->cpy_start = new_row * N_COLS(dconf); in mouse_copy_extend_line()3298 if (new_row < old_row) in mouse_copy_extend_line()3300 else if (new_row > old_row) in mouse_copy_extend_line()
193 auto new_row = in GetNonCallSiteUnwindPlanFromAssembly() local196 {current_offset, {new_row, m_register_values}}); in GetNonCallSiteUnwindPlanFromAssembly()