Searched refs:InsertMIRListBefore (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/ |
D | mir_graph.cc | 1143 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
|
D | mir_graph.h | 420 void InsertMIRListBefore(MIR* insert_before, MIR* first_list_mir, MIR* last_list_mir);
|