Searched refs:next_index (Results 1 – 2 of 2) sorted by relevance
376 size_t next_index = empty_index; in erase() local379 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()
2574 size_t next_index = next->GetIndex(); in FixUpUserRecordsAfterUseRemoval() local2575 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() local2595 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()