Searched refs:new_row (Results 1 – 3 of 3) sorted by relevance
1395 UnwindPlan::RowSP new_row(new UnwindPlan::Row()); in AugmentUnwindPlanFromCallSite() local1396 *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()1440 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite() local1441 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1452 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite() local1453 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1466 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite() local[all …]
3254 u_int new_row; in mouse_copy_extend_word() 3285 new_row = scr->mouse / N_COLS(dconf); in mouse_copy_extend_word() 3287 scr->cpy_end = new_row * N_COLS(dconf) + MAXCOL(dconf);3288 if (new_row > old_row)3290 else if (new_row < old_row)3295 new_row = scr->mouse / N_COLS(dconf); in mouse_copy_extend_line() local 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()