Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_set.h376 size_t next_index = empty_index; in erase() local
379 next_index = NextIndex(next_index); in erase()
380 T& next_element = ElementForIndex(next_index); in erase()
392 size_t unwrapped_next_index = next_index; in erase()
407 empty_index = next_index; in erase()
/art/compiler/optimizing/
Dnodes.h2574 size_t next_index = next->GetIndex(); in FixUpUserRecordsAfterUseRemoval() local
2575 DCHECK(next_user->InputRecordAt(next_index).GetInstruction() == this); in FixUpUserRecordsAfterUseRemoval()
2576 next_user->SetRawInputRecordAt(next_index, HUserRecord<HInstruction*>(this, before_use_node)); in FixUpUserRecordsAfterUseRemoval()
2594 size_t next_index = next->GetIndex(); in FixUpUserRecordsAfterEnvUseRemoval() local
2595 DCHECK(next_user->vregs_[next_index].GetInstruction() == this); in FixUpUserRecordsAfterEnvUseRemoval()
2596 next_user->vregs_[next_index] = HUserRecord<HEnvironment*>(this, before_env_use_node); in FixUpUserRecordsAfterEnvUseRemoval()