Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp42 : 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()
DAppleObjCRuntimeV1.h147 HashTableSignature m_hash_signature; variable
DAppleObjCRuntimeV2.h339 HashTableSignature m_hash_signature; variable
DAppleObjCRuntimeV2.cpp420 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()