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

  /art/compiler/dex/
local_value_numbering.cc 488 case Instruction::SGET_WIDE: {
491 if (opcode == Instruction::SGET_WIDE) {
492 uint16_t res = LookupValue(Instruction::SGET_WIDE, NO_VALUE, field_ref, memory_version);
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 135 public static final int SGET_WIDE = 0x61;
OpcodeInfo.java 426 public static final Info SGET_WIDE =
427 new Info(Opcodes.SGET_WIDE, "sget-wide",
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
OdexedFieldInstructionMapper.java 102 /*J,D*/ Opcode.SGET_WIDE,
MethodAnalyzer.java     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 243 MAP.put(Rops.GET_STATIC_LONG, Dops.SGET_WIDE);
245 MAP.put(Rops.GET_STATIC_DOUBLE, Dops.SGET_WIDE);
DalvOps.java 131 public static final int SGET_WIDE = 0x61;
Dops.java 427 public static final Dop SGET_WIDE =
428 new Dop(DalvOps.SGET_WIDE, DalvOps.SGET_WIDE,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 134 // Opcodes.SGET_WIDE
414 MAP.put(Rops.GET_STATIC_LONG, Dops.SGET_WIDE);
416 MAP.put(Rops.GET_STATIC_DOUBLE, Dops.SGET_WIDE);
Dops.java 430 public static final Dop SGET_WIDE =
431 new Dop(Opcodes.SGET_WIDE, Opcodes.SGET_WIDE,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 135 // Opcodes.SGET_WIDE
415 MAP.put(Rops.GET_STATIC_LONG, Dops.SGET_WIDE);
417 MAP.put(Rops.GET_STATIC_DOUBLE, Dops.SGET_WIDE);
Dops.java 433 public static final Dop SGET_WIDE =
434 new Dop(Opcodes.SGET_WIDE, Opcodes.SGET_WIDE,
    [all...]
  /cts/tools/dasm/src/dasm/
DopInfo.java 143 case Opcodes.SGET_WIDE:
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 135 public static final int SGET_WIDE = 0x61;
OpcodeInfo.java 426 public static final Info SGET_WIDE =
427 new Info(Opcodes.SGET_WIDE, "sget-wide",
    [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerGetPut.cpp 686 } else if(flag == SGET_WIDE) {
745 //! lower bytecode SGET_WIDE by calling sget_sput_common
751 int retval = sget_sput_common(SGET_WIDE, vA, tmp, false, isVolatile);
Lower.h 193 SGET, SGET_WIDE, SPUT, SPUT_WIDE
    [all...]
  /art/runtime/
dex_instruction.cc 429 case SGET_WIDE:
dex_instruction_list.h 118 V(0x61, SGET_WIDE, "sget-wide", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegAWide | kVerifyRegBField) \
  /art/compiler/dex/quick/
mir_to_lir.cc 419 case Instruction::SGET_WIDE:
  /art/compiler/dex/portable/
mir_to_gbc.cc 867 case Instruction::SGET_WIDE:
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 128 SGET_WIDE((short)0x61, "sget-wide", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER, (short)0xff15),
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /art/runtime/interpreter/
interpreter.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 5170 milliseconds