Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes.cc1164 static void Add(HInstructionList* instruction_list, in Add()
1220 static void Remove(HInstructionList* instruction_list, in Remove()
2340 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter()
2354 void HInstructionList::AddBefore(HInstruction* cursor, const HInstructionList& instruction_list) { in AddBefore()
2368 void HInstructionList::Add(const HInstructionList& instruction_list) { in Add()