Searched refs:m_trampoline_handler (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp47 m_trampoline_handler (trampoline_handler),
79 m_args_addr = m_trampoline_handler->SetupDispatchFunction(m_thread, m_input_values);
85 m_impl_function = m_trampoline_handler->GetLookupImplementationWrapperFunction();
184 if (m_trampoline_handler->AddrIsMsgForward(target_addr))
H A DAppleThreadPlanStepThroughObjCTrampoline.h90 AppleObjCTrampolineHandler *m_trampoline_handler; // FIXME - ensure this doesn't go away on us? SP maybe? member in class:lldb_private::AppleThreadPlanStepThroughObjCTrampoline

Completed in 83 milliseconds