Searched refs:NextIndex (Results 1 - 2 of 2) sorted by path

/art/compiler/driver/
H A Dcompiler_driver.cc1920 size_t NextIndex() { function in class:art::ParallelCompilationManager
1934 const size_t index = manager_->NextIndex();
/art/runtime/base/
H A Dhash_set.h323 next_index = NextIndex(next_index);
541 size_t NextIndex(size_t index) const { function in class:art::HashSet
567 index = NextIndex(index);
639 index = NextIndex(index);

Completed in 707 milliseconds