Lines Matching refs:ThreadPlanStepOut
32 uint32_t ThreadPlanStepOut::s_default_flag_values = 0;
35 ThreadPlanStepOut::ThreadPlanStepOut( in ThreadPlanStepOut() function in ThreadPlanStepOut
86 m_step_out_to_inline_plan_sp = std::make_shared<ThreadPlanStepOut>( in ThreadPlanStepOut()
89 static_cast<ThreadPlanStepOut *>(m_step_out_to_inline_plan_sp.get()) in ThreadPlanStepOut()
162 void ThreadPlanStepOut::SetupAvoidNoDebug( in SetupAvoidNoDebug()
182 void ThreadPlanStepOut::DidPush() { in DidPush()
190 ThreadPlanStepOut::~ThreadPlanStepOut() { in ~ThreadPlanStepOut()
195 void ThreadPlanStepOut::GetDescription(Stream *s, in GetDescription()
241 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan()
269 bool ThreadPlanStepOut::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
337 bool ThreadPlanStepOut::ShouldStop(Event *event_ptr) { in ShouldStop()
388 bool ThreadPlanStepOut::StopOthers() { return m_stop_others; } in StopOthers()
390 StateType ThreadPlanStepOut::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
392 bool ThreadPlanStepOut::DoWillResume(StateType resume_state, in DoWillResume()
408 bool ThreadPlanStepOut::WillStop() { in WillStop()
418 bool ThreadPlanStepOut::MischiefManaged() { in MischiefManaged()
442 bool ThreadPlanStepOut::QueueInlinedStepPlan(bool queue_now) { in QueueInlinedStepPlan()
503 void ThreadPlanStepOut::CalculateReturnValue() { in CalculateReturnValue()
523 bool ThreadPlanStepOut::IsPlanStale() { in IsPlanStale()