Searched refs:SGET_CHAR (Results 1 - 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java139 public static final int SGET_CHAR = 0x65; field in class:Opcodes
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);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDalvOps.java135 public static final int SGET_CHAR = 0x65; field in class:DalvOps
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 DRopToDop.java383 case Type.BT_CHAR: return Dops.SGET_CHAR;
/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);
H A DRopToDop.java138 // Opcodes.SGET_CHAR
554 case Type.BT_CHAR: return Dops.SGET_CHAR;

Completed in 13 milliseconds