Searched refs:InsertRow (Results 1 – 4 of 4) sorted by relevance
1443 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1455 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1469 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1479 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1489 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1499 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1511 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1520 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1531 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1554 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
232 unwind_plan.InsertRow( in GetNonCallSiteUnwindPlanFromAssembly()266 unwind_plan.InsertRow(newrow); in GetNonCallSiteUnwindPlanFromAssembly()278 unwind_plan.InsertRow(m_curr_row); in GetNonCallSiteUnwindPlanFromAssembly()
428 void InsertRow(const RowSP &row_sp, bool replace_existing = false);
369 void UnwindPlan::InsertRow(const UnwindPlan::RowSP &row_sp, in InsertRow() function in UnwindPlan