Searched defs:InsertInstructionAfter (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.cc838 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { function in class:art::HBasicBlock
849 instructions_.InsertInstructionAfter(instruction, cursor);
859 phis_.InsertInstructionAfter(phi, cursor);
987 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { function in class:art::HInstructionList

Completed in 19 milliseconds