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

/art/compiler/optimizing/
H A Dnodes.h2423 HInstruction* next_user = next->GetUser(); local
2425 DCHECK(next_user->InputRecordAt(next_index).GetInstruction() == this);
2426 next_user->SetRawInputRecordAt(next_index, HUserRecord<HInstruction*>(this, before_use_node));
2443 HEnvironment* next_user = next->GetUser(); local
2445 DCHECK(next_user->vregs_[next_index].GetInstruction() == this);
2446 next_user->vregs_[next_index] = HUserRecord<HEnvironment*>(this, before_env_use_node);

Completed in 22 milliseconds