Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1022 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HBasicBlock
1185 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HInstructionList