Home
last modified time | relevance | path

Searched refs:m_num_buckets (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.h124 : m_count(0), m_num_buckets(0), m_buckets_ptr(LLDB_INVALID_ADDRESS) {} in HashTableSignature()
128 return m_count != count || m_num_buckets != num_buckets || in NeedsUpdate()
135 m_num_buckets = num_buckets; in UpdateSignature()
141 uint32_t m_num_buckets; variable
DAppleObjCRuntimeV2.h123 uint32_t m_num_buckets; variable
DAppleObjCRuntimeV2.cpp1143 : m_count(0), m_num_buckets(0), m_buckets_ptr(0) {} in HashTableSignature()
1148 m_num_buckets = hash_table.GetBucketCount(); in UpdateSignature()
1162 m_num_buckets == hash_table.GetBucketCount() && in NeedsUpdate()