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

  /art/compiler/dex/quick/arm/
codegen_arm.h 151 LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src);
int_arm.cc 401 LIR* ArmMir2Lir::OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) {
430 LIR* res = OpRegCopyNoInsert(r_dest, r_src);
    [all...]
  /art/compiler/dex/quick/
local_optimizations.cc 73 move_lir = OpRegCopyNoInsert(dest, src);
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/mips/
codegen_mips.h 148 LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src);
int_mips.cc 163 LIR* MipsMir2Lir::OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) {
183 LIR *res = OpRegCopyNoInsert(r_dest, r_src);
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 216 LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) OVERRIDE;
int_arm64.cc 301 LIR* Arm64Mir2Lir::OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) {
364 LIR* res = OpRegCopyNoInsert(r_dest, r_src);
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 275 LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) OVERRIDE;
    [all...]
utility_x86.cc 479 LIR* res = OpRegCopyNoInsert(r_dest, t_reg);
    [all...]
int_x86.cc 123 LIR* X86Mir2Lir::OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) {
143 LIR *res = OpRegCopyNoInsert(r_dest, r_src);
    [all...]

Completed in 140 milliseconds