Home
last modified time | relevance | path

Searched refs:AddAfter (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc995 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter() function in art::HInstructionList
1014 AddAfter(last_instruction_, instruction_list); in Add()
1234 invoke->GetBlock()->instructions_.AddAfter(invoke, body->GetInstructions()); in InlineInto()
Dnodes.h98 void AddAfter(HInstruction* cursor, const HInstructionList& instruction_list);