Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.cc728 bb->InsertMIRAfter(move_result, insn); in GenInlineConst()
766 bb->InsertMIRAfter(move_result, insn); in GenInlineReturnArg()
818 bb->InsertMIRAfter(move_result, insn); in GenInlineIGet()
879 bb->InsertMIRAfter(invoke, insn); in GenInlineIPut()
894 bb->InsertMIRAfter(insn, move); in GenInlineIPut()
/art/compiler/dex/
Dmir_graph.h424 void InsertMIRAfter(MIR* current_mir, MIR* new_mir);
Dmir_graph.cc1050 void BasicBlock::InsertMIRAfter(MIR* current_mir, MIR* new_mir) { in InsertMIRAfter() function in art::BasicBlock