Searched refs:m_hash_signature (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV1.cpp | 42 : AppleObjCRuntime(process), m_hash_signature(), in AppleObjCRuntimeV1() 368 if (m_hash_signature.NeedsUpdate(count, num_buckets, buckets_ptr)) { in UpdateISAToDescriptorMapIfNeeded() 369 m_hash_signature.UpdateSignature(count, num_buckets, buckets_ptr); in UpdateISAToDescriptorMapIfNeeded()
|
D | AppleObjCRuntimeV1.h | 147 HashTableSignature m_hash_signature; variable
|
D | AppleObjCRuntimeV2.h | 339 HashTableSignature m_hash_signature; variable
|
D | AppleObjCRuntimeV2.cpp | 420 m_isa_hash_table_ptr(LLDB_INVALID_ADDRESS), m_hash_signature(), in AppleObjCRuntimeV2() 1849 if (!m_hash_signature.NeedsUpdate(process, this, hash_table)) in UpdateISAToDescriptorMapIfNeeded() 1852 m_hash_signature.UpdateSignature(hash_table); in UpdateISAToDescriptorMapIfNeeded()
|