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

  /art/compiler/dex/quick/mips/
utility_mips.cc 651 LIR* MipsMir2Lir::OpRegMem(OpKind op, int r_dest, int rBase,
653 LOG(FATAL) << "Unexpected use of OpRegMem for MIPS";
  /art/compiler/dex/quick/x86/
utility_x86.cc 198 LIR* X86Mir2Lir::OpRegMem(OpKind op, int r_dest, int rBase,
215 LOG(FATAL) << "Bad case in OpRegMem " << op;
  /art/compiler/dex/quick/arm/
utility_arm.cc 1049 LIR* ArmMir2Lir::OpRegMem(OpKind op, int r_dest, int rBase, int offset) {
1050 LOG(FATAL) << "Unexpected use of OpRegMem for Arm";

Completed in 31 milliseconds