Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set.h106 const size_t num_buckets = hash_set->NumBuckets(); in NextNonEmptySlot() local
107 DCHECK_LT(index, num_buckets); in NextNonEmptySlot()
110 } while (index < num_buckets && hash_set->IsFreeSlot(index)); in NextNonEmptySlot()
440 void AllocateStorage(size_t num_buckets) { in AllocateStorage() argument
441 num_buckets_ = num_buckets; in AllocateStorage()