Searched refs:InsertRow (Results 1 – 4 of 4) sorted by relevance
1218 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1230 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1244 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1254 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1264 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1274 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1286 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1295 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1306 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1328 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
205 unwind_plan.InsertRow( in GetNonCallSiteUnwindPlanFromAssembly()239 unwind_plan.InsertRow(newrow); in GetNonCallSiteUnwindPlanFromAssembly()251 unwind_plan.InsertRow(m_curr_row); in GetNonCallSiteUnwindPlanFromAssembly()
398 void InsertRow(const RowSP &row_sp, bool replace_existing = false);
333 void UnwindPlan::InsertRow(const UnwindPlan::RowSP &row_sp, in InsertRow() function in UnwindPlan