Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1127 const HUserRecord<HEnvironment*>& env_use_record = vregs_[index]; in ReplaceInput() local
1128 HInstruction* orig_instr = env_use_record.GetInstruction(); in ReplaceInput()
1132 HUseList<HEnvironment*>::iterator before_use_node = env_use_record.GetBeforeUseNode(); in ReplaceInput()
1137 env_use_record.GetInstruction()->env_uses_, in ReplaceInput()