Home
last modified time | relevance | path

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

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