Searched refs:InsertRow (Results 1 – 4 of 4) sorted by relevance
1432 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1444 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1458 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1468 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1478 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1488 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1500 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1509 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1520 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1543 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
231 unwind_plan.InsertRow( in GetNonCallSiteUnwindPlanFromAssembly()266 unwind_plan.InsertRow(newrow); in GetNonCallSiteUnwindPlanFromAssembly()278 unwind_plan.InsertRow(m_curr_row); in GetNonCallSiteUnwindPlanFromAssembly()
426 void InsertRow(const RowSP &row_sp, bool replace_existing = false);
370 void UnwindPlan::InsertRow(const UnwindPlan::RowSP &row_sp, in InsertRow() function in UnwindPlan