Home
last modified time | relevance | path

Searched refs:InsertMIRListAfter (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dmir_graph.cc1092 InsertMIRListAfter(last_mir_insn, mir, mir); in AppendMIR()
1097 InsertMIRListAfter(last_mir_insn, first_list_mir, last_list_mir); in AppendMIRList()
1105 InsertMIRListAfter(last_mir_insn, new_mir, new_mir); in AppendMIRList()
1111 InsertMIRListAfter(current_mir, new_mir, new_mir); in InsertMIRAfter()
1114 void BasicBlock::InsertMIRListAfter(MIR* insert_after, MIR* first_list_mir, MIR* last_list_mir) { in InsertMIRListAfter() function in art::BasicBlock
Dmir_graph.h417 void InsertMIRListAfter(MIR* insert_after, MIR* first_list_mir, MIR* last_list_mir);
Dmir_optimization.cc843 bb->InsertMIRListAfter(bb->last_mir_insn, throw_insn, last_to_move); in CombineBlocks()