Home | History | Annotate | Download | only in optimizing

Lines Matching defs:next_index

2278       size_t next_index = next->GetIndex();
2279 DCHECK(next_user->InputRecordAt(next_index).GetInstruction() == this);
2280 next_user->SetRawInputRecordAt(next_index, HUserRecord<HInstruction*>(this, before_use_node));
2298 size_t next_index = next->GetIndex();
2299 DCHECK(next_user->vregs_[next_index].GetInstruction() == this);
2300 next_user->vregs_[next_index] = HUserRecord<HEnvironment*>(this, before_env_use_node);