Searched refs:GetRowAtIndex (Results 1 – 4 of 4) sorted by relevance
355 const UnwindPlan::Row *a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation()356 const UnwindPlan::Row *b_first_row = b->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation()
437 const UnwindPlan::Row *UnwindPlan::GetRowAtIndex(uint32_t idx) const { in GetRowAtIndex() function in UnwindPlan479 const Row *row0 = GetRowAtIndex(0); in PlanValidAtAddress()
1341 UnwindPlan::Row first_row = *unwind_plan.GetRowAtIndex(0); in AugmentUnwindPlanFromCallSite()1393 unwind_plan.GetRowAtIndex(row_id)->GetOffset() <= in AugmentUnwindPlanFromCallSite()1397 const UnwindPlan::Row *original_row = unwind_plan.GetRowAtIndex(row_id - 1); in AugmentUnwindPlanFromCallSite()
487 const UnwindPlan::Row *GetRowAtIndex(uint32_t idx) const;