Searched refs:InsertRow (Results 1 – 4 of 4) sorted by relevance
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()1509 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1518 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1529 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1552 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