Lines Matching refs:AppleThreadPlanStepThroughObjCTrampoline
32 AppleThreadPlanStepThroughObjCTrampoline::
33 AppleThreadPlanStepThroughObjCTrampoline( in AppleThreadPlanStepThroughObjCTrampoline() function in AppleThreadPlanStepThroughObjCTrampoline
46 AppleThreadPlanStepThroughObjCTrampoline::
47 ~AppleThreadPlanStepThroughObjCTrampoline() = default;
49 void AppleThreadPlanStepThroughObjCTrampoline::DidPush() { in DidPush()
56 bool AppleThreadPlanStepThroughObjCTrampoline::InitializeFunctionCaller() { in InitializeFunctionCaller()
81 bool AppleThreadPlanStepThroughObjCTrampoline::
83 AppleThreadPlanStepThroughObjCTrampoline *myself = in PreResumeInitializeFunctionCaller()
84 static_cast<AppleThreadPlanStepThroughObjCTrampoline *>(void_myself); in PreResumeInitializeFunctionCaller()
88 void AppleThreadPlanStepThroughObjCTrampoline::GetDescription( in GetDescription()
100 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { in ValidatePlan()
104 bool AppleThreadPlanStepThroughObjCTrampoline::DoPlanExplainsStop( in DoPlanExplainsStop()
112 lldb::StateType AppleThreadPlanStepThroughObjCTrampoline::GetPlanRunState() { in GetPlanRunState()
116 bool AppleThreadPlanStepThroughObjCTrampoline::ShouldStop(Event *event_ptr) { in ShouldStop()
214 bool AppleThreadPlanStepThroughObjCTrampoline::MischiefManaged() { in MischiefManaged()
218 bool AppleThreadPlanStepThroughObjCTrampoline::WillStop() { return true; } in WillStop()