Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2082 void HInstructionList::AddBefore(HInstruction* cursor, const HInstructionList& instruction_list) { in AddBefore() function in art::HInstructionList
2474 invoke->GetBlock()->instructions_.AddBefore(invoke, body->GetInstructions()); in InlineInto()
Dnodes.h170 void AddBefore(HInstruction* cursor, const HInstructionList& instruction_list);