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

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

Completed in 29 milliseconds