Lines Matching refs:ThreadPlanStepOut
30 uint32_t ThreadPlanStepOut::s_default_flag_values = 0;
35 ThreadPlanStepOut::ThreadPlanStepOut( in ThreadPlanStepOut() function in ThreadPlanStepOut
88 m_step_out_to_inline_plan_sp.reset(new ThreadPlanStepOut( in ThreadPlanStepOut()
91 static_cast<ThreadPlanStepOut *>(m_step_out_to_inline_plan_sp.get()) in ThreadPlanStepOut()
151 void ThreadPlanStepOut::SetupAvoidNoDebug( in SetupAvoidNoDebug()
171 void ThreadPlanStepOut::DidPush() { in DidPush()
178 ThreadPlanStepOut::~ThreadPlanStepOut() { in ~ThreadPlanStepOut()
183 void ThreadPlanStepOut::GetDescription(Stream *s, in GetDescription()
226 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan()
249 bool ThreadPlanStepOut::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
317 bool ThreadPlanStepOut::ShouldStop(Event *event_ptr) { in ShouldStop()
368 bool ThreadPlanStepOut::StopOthers() { return m_stop_others; } in StopOthers()
370 StateType ThreadPlanStepOut::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
372 bool ThreadPlanStepOut::DoWillResume(StateType resume_state, in DoWillResume()
389 bool ThreadPlanStepOut::WillStop() { in WillStop()
400 bool ThreadPlanStepOut::MischiefManaged() { in MischiefManaged()
424 bool ThreadPlanStepOut::QueueInlinedStepPlan(bool queue_now) { in QueueInlinedStepPlan()
483 void ThreadPlanStepOut::CalculateReturnValue() { in CalculateReturnValue()
503 bool ThreadPlanStepOut::IsPlanStale() { in IsPlanStale()