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

  /art/compiler/dex/quick/mips/
codegen_mips.h 99 void GenAndLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
int_mips.cc 397 void MipsMir2Lir::GenAndLong(RegLocation rl_dest, RegLocation rl_src1,
399 LOG(FATAL) << "Unexpected use of GenAndLong for Mips";
  /art/compiler/dex/quick/arm/
codegen_arm.h 98 void GenAndLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
int_arm.cc 739 void ArmMir2Lir::GenAndLong(RegLocation rl_dest, RegLocation rl_src1,
741 LOG(FATAL) << "Unexpected use of GenAndLong for Arm";
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 99 void GenAndLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
int_x86.cc 345 void X86Mir2Lir::GenAndLong(RegLocation rl_dest, RegLocation rl_src1,
  /art/compiler/dex/quick/
mir_to_lir.h 591 virtual void GenAndLong(RegLocation rl_dest, RegLocation rl_src1,
    [all...]
gen_common.cc     [all...]

Completed in 51 milliseconds