Searched refs:ThreadPlanStepInstruction (Results 1 – 6 of 6) sorted by relevance
26 ThreadPlanStepInstruction::ThreadPlanStepInstruction(Thread &thread, in ThreadPlanStepInstruction() function in ThreadPlanStepInstruction39 ThreadPlanStepInstruction::~ThreadPlanStepInstruction() = default;41 void ThreadPlanStepInstruction::SetUpState() { in SetUpState()54 void ThreadPlanStepInstruction::GetDescription(Stream *s, in GetDescription()84 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan()90 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()99 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale()127 bool ThreadPlanStepInstruction::ShouldStop(Event *event_ptr) { in ShouldStop()240 StateType ThreadPlanStepInstruction::GetPlanRunState() { in GetPlanRunState()244 bool ThreadPlanStepInstruction::WillStop() { return true; } in WillStop()[all …]
1376 ThreadPlanSP thread_plan_sp(new ThreadPlanStepInstruction( in QueueThreadPlanForStepSingleInstruction()
19 class ThreadPlanStepInstruction : public ThreadPlan {21 ThreadPlanStepInstruction(Thread &thread, bool step_over, bool stop_others,24 ~ThreadPlanStepInstruction() override;53 DISALLOW_COPY_AND_ASSIGN(ThreadPlanStepInstruction);
150 return ThreadPlanSP(new ThreadPlanStepInstruction( in GetStepThroughTrampolinePlan()
258 class ThreadPlanStepInstruction; variable
565 SRCS+= Target/ThreadPlanStepInstruction.cpp