Searched refs:m_isa_to_descriptor_stop_id (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h331 if (m_process && m_process->GetStopID() != m_isa_to_descriptor_stop_id)
578 uint32_t m_isa_to_descriptor_stop_id; member in class:lldb_private::ObjCLanguageRuntime
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp364 m_isa_to_descriptor_stop_id = process->GetStopID();
472 m_isa_to_descriptor_stop_id = UINT32_MAX;
H A DAppleObjCRuntimeV2.cpp2226 m_isa_to_descriptor_stop_id = process->GetStopID();
2244 m_isa_to_descriptor_stop_id = UINT32_MAX;
/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp39 m_isa_to_descriptor_stop_id (UINT32_MAX)

Completed in 98 milliseconds