Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc1032 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
Dmir_graph.h425 void InsertMIRListAfter(MIR* insert_after, MIR* first_list_mir, MIR* last_list_mir);