HomeSort by relevance Sort by last modified time
    Searched refs:m_runtime (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.h 52 ObjCLanguageRuntime &m_runtime; member in class:lldb_private::AppleObjCTypeVendor
AppleObjCRuntimeV2.h 151 AppleObjCRuntimeV2& m_runtime; member in class:lldb_private::AppleObjCRuntimeV2::NonPointerISACache
176 AppleObjCRuntimeV2& m_runtime; member in class:lldb_private::AppleObjCRuntimeV2::TaggedPointerVendor
179 m_runtime(runtime)
AppleObjCRuntimeV2.cpp 856 m_runtime (runtime),
868 lldb_private::Process *process = m_runtime.GetProcess();
1462 AppleObjCRuntimeV2 &m_runtime; \/\/ The runtime, so we can read information lazily. member in class:ClassDescriptorV2
    [all...]
AppleObjCTypeVendor.cpp 167 m_runtime(runtime),
185 ObjCLanguageRuntime::ClassDescriptorSP descriptor = m_runtime.GetClassDescriptorFromISA(isa);
516 ObjCLanguageRuntime::ClassDescriptorSP descriptor = m_runtime.GetClassDescriptorFromISA(objc_isa);
661 ObjCLanguageRuntime::ObjCISA isa = m_runtime.GetISA(name);

Completed in 42 milliseconds