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

  /art/compiler/dex/quick/mips/
int_mips.cc 668 RegLocation rl_index, RegLocation rl_dest, int scale) {
674 rl_index = LoadValue(rl_index, kCoreReg);
676 // FIXME: need to add support for rl_index.is_const.
704 OpRegRegImm(kOpLsl, r_new_index, rl_index.reg, scale);
708 OpRegReg(kOpAdd, reg_ptr, rl_index.reg);
710 FreeTemp(rl_index.reg);
714 GenArrayBoundsCheck(rl_index.reg, reg_len);
725 GenArrayBoundsCheck(rl_index.reg, reg_len);
731 LoadBaseIndexed(reg_ptr, As64BitReg(rl_index.reg), As32BitReg(rl_result.reg), scale
    [all...]
codegen_mips.h 146 void GenArrayGet(int opt_flags, OpSize size, RegLocation rl_array, RegLocation rl_index,
148 void GenArrayPut(int opt_flags, OpSize size, RegLocation rl_array, RegLocation rl_index,
  /art/compiler/dex/quick/arm/
int_arm.cc     [all...]
codegen_arm.h 148 RegLocation rl_index, RegLocation rl_dest, int scale);
149 void GenArrayPut(int opt_flags, OpSize size, RegLocation rl_array, RegLocation rl_index,
  /art/compiler/dex/quick/arm64/
int_arm64.cc     [all...]
codegen_arm64.h 135 void GenArrayGet(int opt_flags, OpSize size, RegLocation rl_array, RegLocation rl_index,
137 void GenArrayPut(int opt_flags, OpSize size, RegLocation rl_array, RegLocation rl_index,
  /art/compiler/dex/quick/x86/
int_x86.cc     [all...]
codegen_x86.h 175 void GenArrayGet(int opt_flags, OpSize size, RegLocation rl_array, RegLocation rl_index,
178 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) OVERRIDE;
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]
gen_common.cc     [all...]
gen_invoke.cc 1043 RegLocation rl_index = info->args[4]; local
    [all...]

Completed in 265 milliseconds