Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp42 m_hash_signature (), in AppleObjCRuntimeV1()
401 if (m_hash_signature.NeedsUpdate (count, num_buckets, buckets_ptr)) in UpdateISAToDescriptorMapIfNeeded()
403 m_hash_signature.UpdateSignature (count, num_buckets, buckets_ptr); in UpdateISAToDescriptorMapIfNeeded()
DAppleObjCRuntimeV1.h186 HashTableSignature m_hash_signature; variable
DAppleObjCRuntimeV2.h281 HashTableSignature m_hash_signature; variable
DAppleObjCRuntimeV2.cpp347 m_hash_signature (), in AppleObjCRuntimeV2()
2228 if (!m_hash_signature.NeedsUpdate(process, this, hash_table)) in UpdateISAToDescriptorMapIfNeeded()
2231 m_hash_signature.UpdateSignature (hash_table); in UpdateISAToDescriptorMapIfNeeded()