Home
last modified time | relevance | path

Searched refs:bucket_idx (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
DMappedHash.h272 const uint32_t bucket_idx = hash % header.bucket_count; in Save() local
275 hash_buckets[bucket_idx][hash][strp_offset].push_back(die_offset); in Save()
406 GetHashIndex (uint32_t bucket_idx) const in GetHashIndex() argument
408 if (m_hash_indexes && bucket_idx < m_header.bucket_count) in GetHashIndex()
409 return m_hash_indexes[bucket_idx]; in GetHashIndex()
437 const uint32_t bucket_idx = hash_value % bucket_count; in Find() local
438 uint32_t hash_idx = GetHashIndex (bucket_idx); in Find()
471 if ((curr_hash_value % bucket_count) != bucket_idx) in Find()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp412 for (uint32_t bucket_idx = 0; bucket_idx < num_buckets; ++bucket_idx) in UpdateISAToDescriptorMapIfNeeded() local