HomeSort by relevance Sort by last modified time
    Searched refs:InsertLIRBefore (Results 1 - 5 of 5) sorted by null

  /art/compiler/dex/quick/mips/
assemble_mips.cc 487 InsertLIRBefore(lir, hop_branch);
490 InsertLIRBefore(lir, curr_pc);
494 InsertLIRBefore(lir, delta_hi);
495 InsertLIRBefore(lir, anchor);
498 InsertLIRBefore(lir, delta_lo);
500 InsertLIRBefore(lir, addu);
502 InsertLIRBefore(lir, jr);
504 InsertLIRBefore(lir, hop_target);
554 InsertLIRBefore(lir, new_delta_hi);
559 InsertLIRBefore(lir, new_delta_lo)
    [all...]
  /art/compiler/dex/quick/
local_optimizations.cc 502 InsertLIRBefore(cur_lir, new_load_lir);
codegen_util.cc     [all...]
mir_to_lir.h 639 void InsertLIRBefore(LIR* current_lir, LIR* new_lir);
    [all...]
  /art/compiler/dex/quick/arm/
assemble_arm.cc     [all...]

Completed in 61 milliseconds