Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching defs:m_runtime

856         m_runtime (runtime),
868 lldb_private::Process *process = m_runtime.GetProcess();
890 lldb_private::Process *process = m_runtime.GetProcess();
900 return m_runtime.ObjCLanguageRuntime::GetClassDescriptorFromISA(objc_class->m_superclass);
921 lldb_private::Process *process = m_runtime.GetProcess();
952 lldb_private::Process *process = m_runtime.GetProcess();
993 ClassDescriptorV2 metaclass(m_runtime, objc_class->m_isa, NULL); // The metaclass is not in the cache
1462 AppleObjCRuntimeV2 &m_runtime; // The runtime, so we can read information lazily.
2494 Process* process(m_runtime.GetProcess());
2595 Process* process(m_runtime.GetProcess());
2601 actual_class_descriptor_sp = m_runtime.GetClassDescriptor(slot_data);
2616 m_runtime(runtime),
2633 auto descriptor_sp = m_runtime.ObjCLanguageRuntime::GetClassDescriptorFromISA(real_isa);