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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp43 : AppleObjCRuntime(process), m_hash_signature(),
367 if (m_hash_signature.NeedsUpdate(count, num_buckets, buckets_ptr)) {
368 m_hash_signature.UpdateSignature(count, num_buckets, buckets_ptr);
H A DAppleObjCRuntimeV1.h146 HashTableSignature m_hash_signature; member in class:lldb_private::AppleObjCRuntimeV1
H A DAppleObjCRuntimeV2.h328 HashTableSignature m_hash_signature; member in class:lldb_private::AppleObjCRuntimeV2
H A DAppleObjCRuntimeV2.cpp421 m_isa_hash_table_ptr(LLDB_INVALID_ADDRESS), m_hash_signature(),
1881 if (!m_hash_signature.NeedsUpdate(process, this, hash_table))
1884 m_hash_signature.UpdateSignature(hash_table);

Completed in 70 milliseconds