Home
last modified time | relevance | path

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

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