Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h2501 HInstruction* next_user = next->GetUser(); in FixUpUserRecordsAfterUseRemoval() local
2503 DCHECK(next_user->InputRecordAt(next_index).GetInstruction() == this); in FixUpUserRecordsAfterUseRemoval()
2504 next_user->SetRawInputRecordAt(next_index, HUserRecord<HInstruction*>(this, before_use_node)); in FixUpUserRecordsAfterUseRemoval()
2521 HEnvironment* next_user = next->GetUser(); in FixUpUserRecordsAfterEnvUseRemoval() local
2523 DCHECK(next_user->vregs_[next_index].GetInstruction() == this); in FixUpUserRecordsAfterEnvUseRemoval()
2524 next_user->vregs_[next_index] = HUserRecord<HEnvironment*>(this, before_env_use_node); in FixUpUserRecordsAfterEnvUseRemoval()