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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp44 m_isa_hash_table_ptr(LLDB_INVALID_ADDRESS) {}
291 if (m_isa_hash_table_ptr == LLDB_INVALID_ADDRESS) {
314 m_isa_hash_table_ptr = objc_debug_class_hash_ptr;
320 return m_isa_hash_table_ptr;
H A DAppleObjCRuntimeV1.h147 lldb::addr_t m_isa_hash_table_ptr; member in class:lldb_private::AppleObjCRuntimeV1
H A DAppleObjCRuntimeV2.h327 lldb::addr_t m_isa_hash_table_ptr; member in class:lldb_private::AppleObjCRuntimeV2
H A DAppleObjCRuntimeV2.cpp421 m_isa_hash_table_ptr(LLDB_INVALID_ADDRESS), m_hash_signature(),
1258 if (m_isa_hash_table_ptr == LLDB_INVALID_ADDRESS) {
1276 m_isa_hash_table_ptr = process->ReadPointerFromMemory(
1281 return m_isa_hash_table_ptr;

Completed in 64 milliseconds