Searched refs:GetNextFrame (Results 1 – 2 of 2) sorted by relevance
312 if (!GetNextFrame().get() || !GetNextFrame()->IsValid()) { in InitializeNonZerothFrame()365 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()366 GetNextFrame()->IsTrapHandlerFrame()) in InitializeNonZerothFrame()401 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()402 GetNextFrame()->IsFrameZero()) { in InitializeNonZerothFrame()506 } else if (GetNextFrame()->m_frame_type == eTrapHandlerFrame || in InitializeNonZerothFrame()507 GetNextFrame()->m_frame_type == eDebuggerFrame) { in InitializeNonZerothFrame()703 RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()706 next_frame->GetNextFrame(); in CheckIfLoopingStack()798 if (IsFrameZero() || GetNextFrame()->m_frame_type == eTrapHandlerFrame || in GetFullUnwindPlanForFrame()[all …]
102 SharedPtr GetNextFrame() const;