Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc1083 InsertMIRListBefore(first_mir_insn, mir, mir); in PrependMIR()
1088 InsertMIRListBefore(first_mir_insn, first_list_mir, last_list_mir); in PrependMIRList()
1095 InsertMIRListBefore(first_mir_insn, mir, mir); in PrependMIRList()
1102 return InsertMIRListBefore(current_mir, new_mir, new_mir); in InsertMIRBefore()
1121 void BasicBlock::InsertMIRListBefore(MIR* insert_before, MIR* first_list_mir, MIR* last_list_mir) { in InsertMIRListBefore() function in art::BasicBlock
Dmir_graph.h428 void InsertMIRListBefore(MIR* insert_before, MIR* first_list_mir, MIR* last_list_mir);