Home
last modified time | relevance | path

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

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