Home
last modified time | relevance | path

Searched refs:AppleThreadPlanStepThroughDirectDispatch (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp222 AppleThreadPlanStepThroughDirectDispatch ::
223 AppleThreadPlanStepThroughDirectDispatch( in AppleThreadPlanStepThroughDirectDispatch() function in AppleThreadPlanStepThroughDirectDispatch
274 AppleThreadPlanStepThroughDirectDispatch::
275 ~AppleThreadPlanStepThroughDirectDispatch() { in ~AppleThreadPlanStepThroughDirectDispatch()
281 void AppleThreadPlanStepThroughDirectDispatch::GetDescription( in GetDescription()
304 AppleThreadPlanStepThroughDirectDispatch::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
347 bool AppleThreadPlanStepThroughDirectDispatch
354 bool AppleThreadPlanStepThroughDirectDispatch::ShouldStop(Event *event_ptr) { in ShouldStop()
419 bool AppleThreadPlanStepThroughDirectDispatch::MischiefManaged() { in MischiefManaged()
DAppleThreadPlanStepThroughObjCTrampoline.h75 class AppleThreadPlanStepThroughDirectDispatch: public ThreadPlanStepOut {
77 AppleThreadPlanStepThroughDirectDispatch(
82 ~AppleThreadPlanStepThroughDirectDispatch() override;
DAppleObjCTrampolineHandler.cpp1194 ret_plan_sp = std::make_shared<AppleThreadPlanStepThroughDirectDispatch> ( in GetStepThroughDispatchPlan()