Lines Matching refs:AppleThreadPlanStepThroughObjCTrampoline
30 AppleThreadPlanStepThroughObjCTrampoline::
31 AppleThreadPlanStepThroughObjCTrampoline( in AppleThreadPlanStepThroughObjCTrampoline() function in AppleThreadPlanStepThroughObjCTrampoline
42 AppleThreadPlanStepThroughObjCTrampoline::
43 ~AppleThreadPlanStepThroughObjCTrampoline() = default;
45 void AppleThreadPlanStepThroughObjCTrampoline::DidPush() { in DidPush()
52 bool AppleThreadPlanStepThroughObjCTrampoline::InitializeFunctionCaller() { in InitializeFunctionCaller()
77 bool AppleThreadPlanStepThroughObjCTrampoline::
79 AppleThreadPlanStepThroughObjCTrampoline *myself = in PreResumeInitializeFunctionCaller()
80 static_cast<AppleThreadPlanStepThroughObjCTrampoline *>(void_myself); in PreResumeInitializeFunctionCaller()
84 void AppleThreadPlanStepThroughObjCTrampoline::GetDescription( in GetDescription()
96 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { in ValidatePlan()
100 bool AppleThreadPlanStepThroughObjCTrampoline::DoPlanExplainsStop( in DoPlanExplainsStop()
108 lldb::StateType AppleThreadPlanStepThroughObjCTrampoline::GetPlanRunState() { in GetPlanRunState()
112 bool AppleThreadPlanStepThroughObjCTrampoline::ShouldStop(Event *event_ptr) { in ShouldStop()
193 bool AppleThreadPlanStepThroughObjCTrampoline::MischiefManaged() { in MischiefManaged()
197 bool AppleThreadPlanStepThroughObjCTrampoline::WillStop() { return true; } in WillStop()