Searched refs:GetRowForFunctionOffset (Results 1 – 3 of 3) sorted by relevance
188 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in InitializeZerothFrame()325 UnwindPlan::RowSP row = m_full_unwind_plan_sp->GetRowForFunctionOffset(0); in InitializeNonZerothFrame()470 active_row = m_fast_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in InitializeNonZerothFrame()484 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in InitializeNonZerothFrame()965 … UnwindPlan::RowSP active_row = m_fast_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in SavedLocationForRegister()989 … UnwindPlan::RowSP active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in SavedLocationForRegister()1075 … UnwindPlan::RowSP active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in SavedLocationForRegister()1248 …UnwindPlan::RowSP active_row = arch_default_unwind_plan_sp->GetRowForFunctionOffset (m_current_off… in InvalidateFullUnwindPlan()
373 GetRowForFunctionOffset (int offset) const;
316 UnwindPlan::GetRowForFunctionOffset (int offset) const in GetRowForFunctionOffset() function in UnwindPlan