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

1 2

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 107 /*J,D*/ Opcode.SGET_WIDE,
MethodAnalyzer.java     [all...]
  /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...]
  /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...]
  /art/compiler/dex/
local_value_numbering_test.cc 411 DEF_SGET_WIDE(Instruction::SGET_WIDE, 1u, 1u), // Resolved field #2.
414 DEF_SGET_WIDE(Instruction::SGET_WIDE, 4u, 1u), // Resolved field #2.
417 DEF_SGET_WIDE(Instruction::SGET_WIDE, 7u, 1u), // Resolved field #2.
local_value_numbering.cc 30 static constexpr uint16_t kResolvedSFieldOp = Instruction::SGET_WIDE;
    [all...]
frontend.cc 255 Instruction::SGET_WIDE,
  /art/runtime/
dex_instruction.cc 180 case SGET_WIDE:
dex_instruction_list.h 118 V(0x61, SGET_WIDE, "sget-wide", k21c, true, kFieldRef, kContinue | kThrow | kLoad | kRegBFieldOrConstant, kVerifyRegAWide | kVerifyRegBField) \
  /art/compiler/dex/quick/
mir_to_lir.cc 793 case Instruction::SGET_WIDE:
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 127 SGET_WIDE((short)0x61, "sget-wide", ReferenceType.FIELD, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc     [all...]
interpreter_switch_impl.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 

Completed in 1548 milliseconds

1 2