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

/art/runtime/base/
H A Dhash_set.h92 DCHECK(!hash_set_->IsFreeSlot(this->index_));
111 } while (index < num_buckets && hash_set->IsFreeSlot(index));
274 if (num_buckets_ != 0 && IsFreeSlot(ret.index_)) {
283 if (num_buckets_ != 0 && IsFreeSlot(ret.index_)) {
319 DCHECK(!IsFreeSlot(empty_index));
571 bool IsFreeSlot(size_t index) const { function in class:art::HashSet

Completed in 102 milliseconds