Searched refs:GetRowForFunctionOffset (Results 1 – 5 of 5) sorted by relevance
71 UnwindPlan::RowSP first_row = unwind_plan.GetRowForFunctionOffset(0); in AugmentUnwindPlanFromCallSite()72 UnwindPlan::RowSP last_row = unwind_plan.GetRowForFunctionOffset(-1); in AugmentUnwindPlanFromCallSite()
1366 UnwindPlan::RowSP original_last_row = unwind_plan.GetRowForFunctionOffset(-1); in AugmentUnwindPlanFromCallSite()
219 lang_runtime_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeZerothFrame()246 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeZerothFrame()431 UnwindPlan::RowSP row = m_full_unwind_plan_sp->GetRowForFunctionOffset(0); in InitializeNonZerothFrame()592 lang_runtime_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeNonZerothFrame()626 m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeNonZerothFrame()640 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset( in InitializeNonZerothFrame()1274 m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in SavedLocationForRegister()1315 m_full_unwind_plan_sp->GetRowForFunctionOffset( in SavedLocationForRegister()1444 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in SavedLocationForRegister()1774 m_fallback_unwind_plan_sp->GetRowForFunctionOffset( in TryFallbackUnwindPlan()[all …]
433 UnwindPlan::RowSP GetRowForFunctionOffset(int offset) const;
385 UnwindPlan::RowSP UnwindPlan::GetRowForFunctionOffset(int offset) const { in GetRowForFunctionOffset() function in UnwindPlan