Searched refs:HUserRecord (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h1379 class HUserRecord : public ValueObject { class in namespace:art
1381 HUserRecord() : instruction_(nullptr), before_use_node_() {} function in class:art::HUserRecord
1382 explicit HUserRecord(HInstruction* instruction) : instruction_(instruction), before_use_node_() {} function in class:art::HUserRecord
1384 HUserRecord(const HUserRecord<T>& old_record, typename HUseList<T>::iterator before_use_node) function in class:art::HUserRecord
1385 : HUserRecord(old_record.instruction_, before_use_node) {}
1386 HUserRecord(HInstruction* instruction, typename HUseList<T>::iterator before_use_node) function in class:art::HUserRecord
1695 vregs_[index] = HUserRecord<HEnvironment*>(instruction);
1742 ArenaVector<HUserRecord<HEnvironment*>> vregs_;
1809 SetRawInputRecordAt(index, HUserRecord<HInstructio
[all...]
H A Dnodes.cc935 const HUserRecord<HEnvironment*>& env_use = vregs_[index];
1100 HUserRecord<HInstruction*> input_use = InputRecordAt(index);
1122 inputs_.push_back(HUserRecord<HInstruction*>(input));
2390 inputs_.insert(inputs_.begin() + index, HUserRecord<HInstruction*>(input));
H A Dgraph_checker.cc391 HUserRecord<HInstruction*> input_record = instruction->InputRecordAt(i);

Completed in 43 milliseconds