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