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

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java443 public static final Dop SGET_CHAR = field in class:Dops
444 new Dop(DalvOps.SGET_CHAR, DalvOps.SGET_CHAR,
1039 set(SGET_CHAR);
H A DDalvOps.java135 public static final int SGET_CHAR = 0x65; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java446 public static final Dop SGET_CHAR = field in class:Dops
447 new Dop(Opcodes.SGET_CHAR, Opcodes.SGET_CHAR,
1042 set(SGET_CHAR);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java442 public static final Info SGET_CHAR = field in class:OpcodeInfo
443 new Info(Opcodes.SGET_CHAR, "sget-char",
1044 set(SGET_CHAR);
H A DOpcodes.java139 public static final int SGET_CHAR = 0x65; field in class:Opcodes

Completed in 43 milliseconds