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

/art/runtime/base/
H A Dhash_set.h320 size_t next_index = empty_index; local
323 next_index = NextIndex(next_index);
324 T& next_element = ElementForIndex(next_index);
332 // Calculate the ideal index, if it is within empty_index + 1 to next_index then there is
336 size_t unwrapped_next_index = next_index;
351 empty_index = next_index;
/art/compiler/optimizing/
H A Dnodes.h2098 size_t next_index = next->GetIndex(); local
2099 DCHECK(next_user->InputRecordAt(next_index).GetInstruction() == this);
2100 next_user->SetRawInputRecordAt(next_index, HUserRecord<HInstruction*>(this, before_use_node));
2118 size_t next_index = next->GetIndex(); local
2119 DCHECK(next_user->vregs_[next_index].GetInstruction() == this);
2120 next_user->vregs_[next_index] = HUserRecord<HEnvironment*>(this, before_env_use_node);

Completed in 282 milliseconds