Searched refs:new_row (Results 1 – 3 of 3) sorted by relevance
1386 UnwindPlan::RowSP new_row(new UnwindPlan::Row()); in AugmentUnwindPlanFromCallSite() local1387 *new_row = *original_last_row; in AugmentUnwindPlanFromCallSite()1388 new_row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()1389 unwind_plan.AppendRow(new_row); in AugmentUnwindPlanFromCallSite()1391 *row = *new_row; in AugmentUnwindPlanFromCallSite()1431 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite() local1432 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1443 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite() local1444 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1457 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite() local[all …]
316 int new_row = MIN(item[n].text_y, item[n].name_y); in scroll_next() local317 if (abs(new_row - target) < abs(old_row - target)) { in scroll_next()318 old_row = new_row; in scroll_next()
193 auto new_row = in GetNonCallSiteUnwindPlanFromAssembly() local196 {current_offset, {new_row, m_register_values}}); in GetNonCallSiteUnwindPlanFromAssembly()