Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.cc857 bb->InsertMIRAfter(move_result, insn); in GenInlineConst()
896 bb->InsertMIRAfter(move_result, insn); in GenInlineReturnArg()
945 bb->InsertMIRAfter(move_result, insn); in GenInlineIGet()
1003 bb->InsertMIRAfter(invoke, insn); in GenInlineIPut()
1019 bb->InsertMIRAfter(insn, move); in GenInlineIPut()
/art/compiler/dex/
Dmir_graph.h416 void InsertMIRAfter(MIR* current_mir, MIR* new_mir);
Dmir_optimization.cc1699 bb->InsertMIRAfter(mir, move_result_mir); in StringChange()
1716 bb->InsertMIRAfter(move_result_mir, move_mir); in StringChange()
Dmir_graph.cc1110 void BasicBlock::InsertMIRAfter(MIR* current_mir, MIR* new_mir) { in InsertMIRAfter() function in art::BasicBlock