Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dcodegen_util.cc98 InsertLIRAfter(after, safepoint_pc); in MarkSafepointPCAfter()
842 InsertLIRAfter(boundary_lir, new_label); in InsertCaseLabel()
1179 void Mir2Lir::InsertLIRAfter(LIR* current_lir, LIR* new_lir) { in InsertLIRAfter() function in art::Mir2Lir
Dlocal_optimizations.cc81 InsertLIRAfter(orig_lir, move_lir); in ConvertMemOpIntoMove()
Dmir_to_lir.h640 void InsertLIRAfter(LIR* current_lir, LIR* new_lir);
/art/compiler/dex/quick/arm/
Dassemble_arm.cc1353 InsertLIRAfter(lir, new_inst); in AssembleLIR()