Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h419 void InsertMIRBefore(MIR* insert_before, MIR* list);
Dmir_graph.cc1160 void BasicBlock::InsertMIRBefore(MIR* current_mir, MIR* new_mir) { in InsertMIRBefore() function in art::BasicBlock