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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java453 public static final Dop SGET_SHORT = field in class:Dops
454 new Dop(Opcodes.SGET_SHORT, Opcodes.SGET_SHORT,
1046 new Dop(Opcodes.SGET_SHORT_JUMBO, Opcodes.SGET_SHORT,
1202 set(SGET_SHORT);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java446 public static final Info SGET_SHORT = field in class:OpcodeInfo
447 new Info(Opcodes.SGET_SHORT, "sget-short",
1201 set(SGET_SHORT);
H A DOpcodes.java140 public static final int SGET_SHORT = 0x66; field in class:Opcodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java133 SGET_SHORT((byte)0x66, "sget-short", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode

Completed in 40 milliseconds