Searched refs:InsertMIRAfter (Results 1 – 3 of 3) sorted by relevance
728 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()
424 void InsertMIRAfter(MIR* current_mir, MIR* new_mir);
1050 void BasicBlock::InsertMIRAfter(MIR* current_mir, MIR* new_mir) { in InsertMIRAfter() function in art::BasicBlock