Home
last modified time | relevance | path

Searched defs:SGET_SHORT (Results 1 – 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java453 public static final Dop SGET_SHORT = field in Dops
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java140 public static final int SGET_SHORT = 0x66; field in Opcodes
DOpcodeInfo.java446 public static final Info SGET_SHORT = field in OpcodeInfo
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java132SGET_SHORT((short)0x66, "sget-short", ReferenceType.FIELD, Format.Format21c, Opcode.CAN_THROW | Op… enumConstant