Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set.h81 this->index_ = this->NextNonEmptySlot(this->index_, hash_set_);
87 this->index_ = this->NextNonEmptySlot(this->index_, hash_set_);
106 size_t NextNonEmptySlot(size_t index, const HashSet* hash_set) const { in NextNonEmptySlot() function