Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc1143 InsertMIRListBefore(first_mir_insn, mir, mir); in PrependMIR()
1148 InsertMIRListBefore(first_mir_insn, first_list_mir, last_list_mir); in PrependMIRList()
1155 InsertMIRListBefore(first_mir_insn, mir, mir); in PrependMIRList()
1162 return InsertMIRListBefore(current_mir, new_mir, new_mir); in InsertMIRBefore()
1181 void BasicBlock::InsertMIRListBefore(MIR* insert_before, MIR* first_list_mir, MIR* last_list_mir) { in InsertMIRListBefore() function in art::BasicBlock
Dmir_graph.h420 void InsertMIRListBefore(MIR* insert_before, MIR* first_list_mir, MIR* last_list_mir);