Home
last modified time | relevance | path

Searched refs:next_user (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dnodes.h2573 HInstruction* next_user = next->GetUser(); in FixUpUserRecordsAfterUseRemoval() local
2575 DCHECK(next_user->InputRecordAt(next_index).GetInstruction() == this); in FixUpUserRecordsAfterUseRemoval()
2576 next_user->SetRawInputRecordAt(next_index, HUserRecord<HInstruction*>(this, before_use_node)); in FixUpUserRecordsAfterUseRemoval()
2593 HEnvironment* next_user = next->GetUser(); in FixUpUserRecordsAfterEnvUseRemoval() local
2595 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()