Searched refs:InsertMIRListAfter (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/ |
D | mir_graph.cc | 1032 InsertMIRListAfter(last_mir_insn, mir, mir); in AppendMIR() 1037 InsertMIRListAfter(last_mir_insn, first_list_mir, last_list_mir); in AppendMIRList() 1045 InsertMIRListAfter(last_mir_insn, new_mir, new_mir); in AppendMIRList() 1051 InsertMIRListAfter(current_mir, new_mir, new_mir); in InsertMIRAfter() 1054 void BasicBlock::InsertMIRListAfter(MIR* insert_after, MIR* first_list_mir, MIR* last_list_mir) { in InsertMIRListAfter() function in art::BasicBlock
|
D | mir_graph.h | 425 void InsertMIRListAfter(MIR* insert_after, MIR* first_list_mir, MIR* last_list_mir);
|