Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes.cc1196 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HBasicBlock
1408 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HInstructionList