HomeSort by relevance Sort by last modified time
    Searched defs:EasyMultiply (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/quick/mips/
int_mips.cc 380 bool MipsMir2Lir::EasyMultiply(RegLocation rl_src, RegLocation rl_dest, int lit) {
381 LOG(FATAL) << "Unexpected use of easyMultiply in Mips";
  /art/compiler/dex/quick/arm/
int_arm.cc 669 bool ArmMir2Lir::EasyMultiply(RegLocation rl_src, RegLocation rl_dest, int lit) {
    [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 587 bool Arm64Mir2Lir::EasyMultiply(RegLocation rl_src, RegLocation rl_dest, int lit) {
588 LOG(FATAL) << "Unexpected use of EasyMultiply for Arm64";
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc     [all...]

Completed in 70 milliseconds