Searched refs:GetRowForFunctionOffset (Results 1 – 4 of 4) sorted by relevance
215 lang_runtime_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeZerothFrame()242 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeZerothFrame()441 m_full_unwind_plan_sp->GetRowForFunctionOffset(0)) { in InitializeNonZerothFrame()599 lang_runtime_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeNonZerothFrame()633 m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeNonZerothFrame()647 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset( in InitializeNonZerothFrame()1280 m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in GetAbstractRegisterLocation()1318 m_full_unwind_plan_sp->GetRowForFunctionOffset( in GetAbstractRegisterLocation()1783 m_fallback_unwind_plan_sp->GetRowForFunctionOffset( in TryFallbackUnwindPlan()1869 m_fallback_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in ForceSwitchToFallbackUnwindPlan()
71 const UnwindPlan::Row *first_row = unwind_plan.GetRowForFunctionOffset(0); in AugmentUnwindPlanFromCallSite()
458 GetRowForFunctionOffset(std::optional<int64_t> offset) const;
423 UnwindPlan::GetRowForFunctionOffset(std::optional<int64_t> offset) const { in GetRowForFunctionOffset() function in UnwindPlan