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

/art/compiler/optimizing/
H A Dnodes.cc2036 void HInstructionList::AddBefore(HInstruction* cursor, const HInstructionList& instruction_list) { function in class:art::HInstructionList
2428 invoke->GetBlock()->instructions_.AddBefore(invoke, body->GetInstructions());
H A Dnodes.h165 void AddBefore(HInstruction* cursor, const HInstructionList& instruction_list);

Completed in 177 milliseconds