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

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java447 public static final Dop SGET_SHORT = field in class:Dops
448 new Dop(DalvOps.SGET_SHORT, DalvOps.SGET_SHORT,
1040 set(SGET_SHORT);
H A DDalvOps.java136 public static final int SGET_SHORT = 0x66; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java450 public static final Dop SGET_SHORT = field in class:Dops
451 new Dop(Opcodes.SGET_SHORT, Opcodes.SGET_SHORT,
1043 set(SGET_SHORT);
/dalvik/dx/src/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",
1045 set(SGET_SHORT);
H A DOpcodes.java140 public static final int SGET_SHORT = 0x66; field in class:Opcodes

Completed in 53 milliseconds