Searched refs:InsertLIRAfter (Results 1 - 5 of 5) sorted by relevance

/art/compiler/dex/quick/
H A Dlocal_optimizations.cc82 InsertLIRAfter(orig_lir, move_lir);
H A Dcodegen_util.cc106 InsertLIRAfter(after, safepoint_pc);
941 InsertLIRAfter(boundary_lir, new_label);
1238 void Mir2Lir::InsertLIRAfter(LIR* current_lir, LIR* new_lir) { function in class:art::Mir2Lir
H A Dmir_to_lir.h618 void InsertLIRAfter(LIR* current_lir, LIR* new_lir);
/art/compiler/dex/quick/arm64/
H A Dassemble_arm64.cc988 InsertLIRAfter(lir, new_lir);
/art/compiler/dex/quick/arm/
H A Dassemble_arm.cc1383 InsertLIRAfter(lir, new_inst);

Completed in 91 milliseconds