Home
last modified time | relevance | path

Searched defs:HUserRecord (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dnodes.h1612 HUserRecord() : instruction_(nullptr), before_use_node_() {} in HUserRecord() function
1613 explicit HUserRecord(HInstruction* instruction) : instruction_(instruction), before_use_node_() {} in HUserRecord() function
1615 HUserRecord(const HUserRecord<T>& old_record, typename HUseList<T>::iterator before_use_node) in HUserRecord() function
1617 HUserRecord(HInstruction* instruction, typename HUseList<T>::iterator before_use_node) in HUserRecord() function