Home
last modified time | relevance | path

Searched refs:m_isa_hash_table_ptr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp44 m_isa_hash_table_ptr(LLDB_INVALID_ADDRESS) {} in AppleObjCRuntimeV1()
281 if (m_isa_hash_table_ptr == LLDB_INVALID_ADDRESS) { in GetISAHashTablePointer()
304 m_isa_hash_table_ptr = objc_debug_class_hash_ptr; in GetISAHashTablePointer()
310 return m_isa_hash_table_ptr; in GetISAHashTablePointer()
H A DAppleObjCRuntimeV1.h151 lldb::addr_t m_isa_hash_table_ptr; variable
H A DAppleObjCRuntimeV2.h428 lldb::addr_t m_isa_hash_table_ptr; variable
H A DAppleObjCRuntimeV2.cpp734 m_isa_hash_table_ptr(LLDB_INVALID_ADDRESS), in AppleObjCRuntimeV2()
1596 if (m_isa_hash_table_ptr == LLDB_INVALID_ADDRESS) { in GetISAHashTablePointer()
1614 m_isa_hash_table_ptr = process->ReadPointerFromMemory( in GetISAHashTablePointer()
1619 return m_isa_hash_table_ptr; in GetISAHashTablePointer()