Searched refs:GetNextFrame (Results 1 – 2 of 2) sorted by relevance
320 if (!GetNextFrame().get() || !GetNextFrame()->IsValid()) { in InitializeNonZerothFrame()379 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()380 GetNextFrame()->IsTrapHandlerFrame()) in InitializeNonZerothFrame()415 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()416 GetNextFrame()->IsFrameZero()) { in InitializeNonZerothFrame()520 } else if (GetNextFrame()->m_frame_type == eTrapHandlerFrame || in InitializeNonZerothFrame()521 GetNextFrame()->m_frame_type == eDebuggerFrame) { in InitializeNonZerothFrame()717 RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()720 next_frame->GetNextFrame(); in CheckIfLoopingStack()812 if (IsFrameZero() || GetNextFrame()->m_frame_type == eTrapHandlerFrame || in GetFullUnwindPlanForFrame()[all …]
102 SharedPtr GetNextFrame() const;