Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp341 …lldb::addr_t objc_debug_class_hash_ptr = process->ReadPointerFromMemory(objc_debug_class_hash_addr… in GetISAHashTablePointer() local
342 if (objc_debug_class_hash_ptr != 0 && in GetISAHashTablePointer()
343 objc_debug_class_hash_ptr != LLDB_INVALID_ADDRESS) in GetISAHashTablePointer()
345 m_isa_hash_table_ptr = objc_debug_class_hash_ptr; in GetISAHashTablePointer()