Home
last modified time | relevance | path

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

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