Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc472 static void Add(HInstructionList* instruction_list, in Add()
528 static void Remove(HInstructionList* instruction_list, in Remove()
995 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter()
1009 void HInstructionList::Add(const HInstructionList& instruction_list) { in Add()