Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set.h91 DCHECK(!hash_set_->IsFreeSlot(this->index_));
110 } while (index < num_buckets && hash_set->IsFreeSlot(index)); in NextNonEmptySlot()
228 if (num_buckets_ != 0 && IsFreeSlot(ret.index_)) { in begin()
254 DCHECK(!IsFreeSlot(empty_index)); in Erase()
431 bool IsFreeSlot(size_t index) const { in IsFreeSlot() function