Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc1110 void BasicBlock::InsertMIRAfter(MIR* current_mir, MIR* new_mir) { in InsertMIRAfter() argument
1111 InsertMIRListAfter(current_mir, new_mir, new_mir); in InsertMIRAfter()
1160 void BasicBlock::InsertMIRBefore(MIR* current_mir, MIR* new_mir) { in InsertMIRBefore() argument
1162 return InsertMIRListBefore(current_mir, new_mir, new_mir); in InsertMIRBefore()
Dmir_graph.h416 void InsertMIRAfter(MIR* current_mir, MIR* new_mir);