Lines Matching refs:GetNextFrame
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()
813 GetNextFrame()->m_frame_type == eDebuggerFrame) { in GetFullUnwindPlanForFrame()
1139 success = GetNextFrame()->ReadRegister(other_reg_info, value); in ReadRegisterValueFromRegisterLocation()
1185 success = GetNextFrame()->WriteRegister(other_reg_info, value); in WriteRegisterValueToRegisterLocation()
2095 if (auto next = GetNextFrame()) { in GetReturnAddressHint()
2298 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetNextFrame() const { in GetNextFrame() function in RegisterContextUnwind
2340 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in ReadPC()
2341 GetNextFrame()->IsTrapHandlerFrame()) in ReadPC()