Searched refs:PlanValidAtAddress (Results 1 – 3 of 3) sorted by relevance
186 if (m_full_unwind_plan_sp && m_full_unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in InitializeZerothFrame()468 if (m_fast_unwind_plan_sp && m_fast_unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in InitializeNonZerothFrame()482 if (m_full_unwind_plan_sp && m_full_unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in InitializeNonZerothFrame()594 if (unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFastUnwindPlanForFrame()711 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()724 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()736 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()745 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()754 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()
420 PlanValidAtAddress (Address addr);
374 UnwindPlan::PlanValidAtAddress (Address addr) in PlanValidAtAddress() function in UnwindPlan