Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp43 m_isa_hash_table_ptr(LLDB_INVALID_ADDRESS) {} in AppleObjCRuntimeV1()
292 if (m_isa_hash_table_ptr == LLDB_INVALID_ADDRESS) { in GetISAHashTablePointer()
315 m_isa_hash_table_ptr = objc_debug_class_hash_ptr; in GetISAHashTablePointer()
321 return m_isa_hash_table_ptr; in GetISAHashTablePointer()
DAppleObjCRuntimeV1.h148 lldb::addr_t m_isa_hash_table_ptr; variable
DAppleObjCRuntimeV2.h338 lldb::addr_t m_isa_hash_table_ptr; variable
DAppleObjCRuntimeV2.cpp420 m_isa_hash_table_ptr(LLDB_INVALID_ADDRESS), m_hash_signature(), in AppleObjCRuntimeV2()
1261 if (m_isa_hash_table_ptr == LLDB_INVALID_ADDRESS) { in GetISAHashTablePointer()
1279 m_isa_hash_table_ptr = process->ReadPointerFromMemory( in GetISAHashTablePointer()
1284 return m_isa_hash_table_ptr; in GetISAHashTablePointer()