Searched defs:hash_table_ptr (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp377 lldb::addr_t hash_table_ptr = GetISAHashTablePointer (); local
378 if (hash_table_ptr != LLDB_INVALID_ADDRESS)
392 if (process->ReadMemory(hash_table_ptr, buffer.GetBytes(), 20, error) == 20)

Completed in 577 milliseconds