Searched refs:PlanValidAtAddress (Results 1 – 3 of 3) sorted by relevance
104 if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) in IsUnwindPlanValidForCurrentPC()118 if (unwind_plan_sp->PlanValidAtAddress(pc_minus_one)) in IsUnwindPlanValidForCurrentPC()245 if (m_full_unwind_plan_sp && m_full_unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in InitializeZerothFrame()574 if (m_fast_unwind_plan_sp && m_fast_unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in InitializeNonZerothFrame()698 if (unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFastUnwindPlanForFrame()824 …if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc) && unwind_plan_sp->GetSour… in GetFullUnwindPlanForFrame()842 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()854 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()
588 PlanValidAtAddress (Address addr);
413 UnwindPlan::PlanValidAtAddress (Address addr) in PlanValidAtAddress() function in UnwindPlan