Lines Matching refs:ThreadPlanStepOut
31 uint32_t ThreadPlanStepOut::s_default_flag_values = 0;
34 ThreadPlanStepOut::ThreadPlanStepOut( in ThreadPlanStepOut() function in ThreadPlanStepOut
85 m_step_out_to_inline_plan_sp = std::make_shared<ThreadPlanStepOut>( in ThreadPlanStepOut()
88 static_cast<ThreadPlanStepOut *>(m_step_out_to_inline_plan_sp.get()) in ThreadPlanStepOut()
161 void ThreadPlanStepOut::SetupAvoidNoDebug( in SetupAvoidNoDebug()
181 void ThreadPlanStepOut::DidPush() { in DidPush()
189 ThreadPlanStepOut::~ThreadPlanStepOut() { in ~ThreadPlanStepOut()
194 void ThreadPlanStepOut::GetDescription(Stream *s, in GetDescription()
240 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan()
268 bool ThreadPlanStepOut::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
336 bool ThreadPlanStepOut::ShouldStop(Event *event_ptr) { in ShouldStop()
387 bool ThreadPlanStepOut::StopOthers() { return m_stop_others; } in StopOthers()
389 StateType ThreadPlanStepOut::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
391 bool ThreadPlanStepOut::DoWillResume(StateType resume_state, in DoWillResume()
407 bool ThreadPlanStepOut::WillStop() { in WillStop()
417 bool ThreadPlanStepOut::MischiefManaged() { in MischiefManaged()
441 bool ThreadPlanStepOut::QueueInlinedStepPlan(bool queue_now) { in QueueInlinedStepPlan()
502 void ThreadPlanStepOut::CalculateReturnValue() { in CalculateReturnValue()
522 bool ThreadPlanStepOut::IsPlanStale() { in IsPlanStale()