Searched refs:GetRowAtIndex (Results 1 – 5 of 5) sorted by relevance
370 const UnwindPlan::RowSP UnwindPlan::GetRowAtIndex(uint32_t idx) const { in GetRowAtIndex() function in UnwindPlan422 if (GetRowAtIndex(0).get() == nullptr || in PlanValidAtAddress()423 GetRowAtIndex(0)->GetCFAValue().GetValueType() == in PlanValidAtAddress()
286 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation()287 UnwindPlan::RowSP b_first_row = b->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation()
670 unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num, in FDEToUnwindPlan()740 unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num, in FDEToUnwindPlan()
1127 UnwindPlan::RowSP first_row = unwind_plan.GetRowAtIndex(0); in AugmentUnwindPlanFromCallSite()1185 unwind_plan.GetRowAtIndex(row_id)->GetOffset() <= offset) { in AugmentUnwindPlanFromCallSite()1188 UnwindPlan::RowSP original_row = unwind_plan.GetRowAtIndex(row_id - 1); in AugmentUnwindPlanFromCallSite()
436 const UnwindPlan::RowSP GetRowAtIndex(uint32_t idx) const;