Searched refs:GetNextFrame (Results 1 – 2 of 2) sorted by relevance
316 if (!GetNextFrame().get() || !GetNextFrame()->IsValid()) { in InitializeNonZerothFrame()376 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()377 GetNextFrame()->IsTrapHandlerFrame()) in InitializeNonZerothFrame()412 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()413 GetNextFrame()->IsFrameZero()) { in InitializeNonZerothFrame()514 } else if (GetNextFrame()->m_frame_type == eTrapHandlerFrame || in InitializeNonZerothFrame()515 GetNextFrame()->m_frame_type == eDebuggerFrame) { in InitializeNonZerothFrame()710 RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()713 next_frame->GetNextFrame(); in CheckIfLoopingStack()801 if (IsFrameZero() || GetNextFrame()->m_frame_type == eTrapHandlerFrame || in GetFullUnwindPlanForFrame()[all …]
102 SharedPtr GetNextFrame() const;