Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set.h108 const size_t num_buckets = hash_set_->NumBuckets(); in NextNonEmptySlot() local
109 DCHECK_LT(index, num_buckets); in NextNonEmptySlot()
112 } while (index < num_buckets && hash_set_->IsFreeSlot(index)); in NextNonEmptySlot()
339 void AllocateStorage(size_t num_buckets) { in AllocateStorage() argument
340 num_buckets_ = num_buckets; in AllocateStorage()