Searched refs:InsertLIRBefore (Results 1 - 6 of 6) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dassemble_mips.cc621 InsertLIRBefore(lir, hop_branch);
624 InsertLIRBefore(lir, curr_pc);
628 InsertLIRBefore(lir, delta_hi);
629 InsertLIRBefore(lir, anchor);
632 InsertLIRBefore(lir, delta_lo);
634 InsertLIRBefore(lir, addu);
636 InsertLIRBefore(lir, jalr);
638 InsertLIRBefore(lir, hop_target);
684 InsertLIRBefore(lir, new_addiu);
692 InsertLIRBefore(li
[all...]
/art/compiler/dex/quick/
H A Dlocal_optimizations.cc502 InsertLIRBefore(cur_lir, this_lir);
H A Dcodegen_util.cc1222 void Mir2Lir::InsertLIRBefore(LIR* current_lir, LIR* new_lir) { function in class:art::Mir2Lir
H A Dmir_to_lir.h617 void InsertLIRBefore(LIR* current_lir, LIR* new_lir);
/art/compiler/dex/quick/arm/
H A Dassemble_arm.cc1328 InsertLIRBefore(lir, new_adr);
1525 InsertLIRBefore(lir, new_mov16L);
1537 InsertLIRBefore(lir, new_mov16H);
/art/compiler/dex/quick/arm64/
H A Dassemble_arm64.cc1044 InsertLIRBefore(lir, new_lir);

Completed in 4556 milliseconds