Searched defs:next_user (Results 1 - 1 of 1) sorted by path

/art/compiler/optimizing/
H A Dnodes.h2097 HInstruction* next_user = next->GetUser(); local
2099 DCHECK(next_user->InputRecordAt(next_index).GetInstruction() == this);
2100 next_user->SetRawInputRecordAt(next_index, HUserRecord<HInstruction*>(this, before_use_node));
2117 HEnvironment* next_user = next->GetUser(); 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 22 milliseconds