Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set.h184 size_t empty_index = it.GetIndex(); in Erase() local
185 DCHECK(!IsFreeSlot(empty_index)); in Erase()
186 size_t next_index = empty_index; in Erase()
193 emptyfn_.MakeEmpty(ElementForIndex(empty_index)); in Erase()
203 if (unwrapped_next_index < empty_index) { in Erase()
208 if (unwrapped_next_ideal_index < empty_index) { in Erase()
211 if (unwrapped_next_ideal_index <= empty_index || in Erase()
215 ElementForIndex(empty_index) = std::move(next_element); in Erase()
217 empty_index = next_index; in Erase()