Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set.h189 next_index = NextIndex(next_index); in Erase()
247 index = NextIndex(index); in FindWithHash()
325 size_t NextIndex(size_t index) const { in NextIndex() function
386 index = NextIndex(index); in FirstAvailableSlot()
/art/compiler/driver/
Dcompiler_driver.cc1506 size_t NextIndex() { in NextIndex() function in art::ParallelCompilationManager
1520 const size_t index = manager_->NextIndex(); in Run()