Lines Matching refs:GetNextFrame
283 if (!GetNextFrame().get() || !GetNextFrame()->IsValid()) { in InitializeNonZerothFrame()
322 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()
323 GetNextFrame()->IsTrapHandlerFrame()) in InitializeNonZerothFrame()
354 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()
355 GetNextFrame()->IsFrameZero()) { in InitializeNonZerothFrame()
482 if (GetNextFrame()->m_frame_type != eTrapHandlerFrame && in InitializeNonZerothFrame()
483 GetNextFrame()->m_frame_type != eDebuggerFrame && in InitializeNonZerothFrame()
634 RegisterContextLLDB::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()
636 RegisterContextLLDB::SharedPtr next_next_frame = next_frame->GetNextFrame(); in CheckIfLoopingStack()
729 if (IsFrameZero() || GetNextFrame()->m_frame_type == eTrapHandlerFrame || in GetFullUnwindPlanForFrame()
730 GetNextFrame()->m_frame_type == eDebuggerFrame) { in GetFullUnwindPlanForFrame()
1026 success = GetNextFrame()->ReadRegister(other_reg_info, value); in ReadRegisterValueFromRegisterLocation()
1072 success = GetNextFrame()->WriteRegister(other_reg_info, value); in WriteRegisterValueToRegisterLocation()
1987 RegisterContextLLDB::SharedPtr RegisterContextLLDB::GetNextFrame() const { in GetNextFrame() function in RegisterContextLLDB
2030 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in ReadPC()
2031 GetNextFrame()->IsTrapHandlerFrame()) in ReadPC()