Home
last modified time | relevance | path

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

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