Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set.h253 size_t empty_index = it.index_; in Erase() local
254 DCHECK(!IsFreeSlot(empty_index)); in Erase()
255 size_t next_index = empty_index; in Erase()
262 emptyfn_.MakeEmpty(ElementForIndex(empty_index)); in Erase()
272 if (unwrapped_next_index < empty_index) { in Erase()
277 if (unwrapped_next_ideal_index < empty_index) { in Erase()
280 if (unwrapped_next_ideal_index <= empty_index || in Erase()
284 ElementForIndex(empty_index) = std::move(next_element); in Erase()
286 empty_index = next_index; in Erase()