Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp43 : AppleObjCRuntime(process), m_hash_signature(), in AppleObjCRuntimeV1()
355 if (m_hash_signature.NeedsUpdate(count, num_buckets, buckets_ptr)) { in UpdateISAToDescriptorMapIfNeeded()
356 m_hash_signature.UpdateSignature(count, num_buckets, buckets_ptr); in UpdateISAToDescriptorMapIfNeeded()
H A DAppleObjCRuntimeV1.h150 HashTableSignature m_hash_signature; variable
H A DAppleObjCRuntimeV2.h467 HashTableSignature m_hash_signature;
465 HashTableSignature m_hash_signature; global() variable
H A DAppleObjCRuntimeV2.cpp736 m_relative_selector_base(LLDB_INVALID_ADDRESS), m_hash_signature(), in AppleObjCRuntimeV2()
2526 if (!m_hash_signature.NeedsUpdate(process, this, hash_table) && in UpdateISAToDescriptorMapIfNeeded()
2530 m_hash_signature.UpdateSignature(hash_table); in UpdateISAToDescriptorMapIfNeeded()