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

  /art/compiler/dex/quick/
mir_to_lir.cc 680 GenArrayGet(opt_flags, k64, rl_src[0], rl_src[1], rl_dest, 3);
683 GenArrayGet(opt_flags, kReference, rl_src[0], rl_src[1], rl_dest, 2);
686 GenArrayGet(opt_flags, k32, rl_src[0], rl_src[1], rl_dest, 2);
689 GenArrayGet(opt_flags, kUnsignedByte, rl_src[0], rl_src[1], rl_dest, 0);
692 GenArrayGet(opt_flags, kSignedByte, rl_src[0], rl_src[1], rl_dest, 0);
695 GenArrayGet(opt_flags, kUnsignedHalf, rl_src[0], rl_src[1], rl_dest, 1);
698 GenArrayGet(opt_flags, kSignedHalf, rl_src[0], rl_src[1], rl_dest, 1);
    [all...]
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/arm/
codegen_arm.h 91 void GenArrayGet(int opt_flags, OpSize size, RegLocation rl_array,
int_arm.cc     [all...]
  /art/compiler/dex/quick/mips/
codegen_mips.h 89 void GenArrayGet(int opt_flags, OpSize size, RegLocation rl_array,
int_mips.cc 485 void MipsMir2Lir::GenArrayGet(int opt_flags, OpSize size, RegLocation rl_array,
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 144 void GenArrayGet(int opt_flags, OpSize size, RegLocation rl_array, RegLocation rl_index,
int_arm64.cc     [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 146 void GenArrayGet(int opt_flags, OpSize size, RegLocation rl_array, RegLocation rl_index,
    [all...]
int_x86.cc     [all...]

Completed in 156 milliseconds