Home
last modified time | relevance | path

Searched refs:SGET_WIDE (Results 1 – 7 of 7) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DOdexedFieldInstructionMapper.java107 /*J,D*/ Opcode.SGET_WIDE,
DMethodAnalyzer.java724 case SGET_WIDE:
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java135 public static final int SGET_WIDE = 0x61; field in Opcodes
DOpcodeInfo.java426 public static final Info SGET_WIDE = field in OpcodeInfo
427 new Info(Opcodes.SGET_WIDE, "sget-wide",
1196 set(SGET_WIDE);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java415 MAP.put(Rops.GET_STATIC_LONG, Dops.SGET_WIDE); in MAP.put() argument
417 MAP.put(Rops.GET_STATIC_DOUBLE, Dops.SGET_WIDE); in MAP.put() argument
DDops.java433 public static final Dop SGET_WIDE = field in Dops
434 new Dop(Opcodes.SGET_WIDE, Opcodes.SGET_WIDE,
1026 new Dop(Opcodes.SGET_WIDE_JUMBO, Opcodes.SGET_WIDE,
1197 set(SGET_WIDE);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java127SGET_WIDE((short)0x61, "sget-wide", ReferenceType.FIELD, Format.Format21c, Opcode.CAN_THROW | Opco… enumConstant