Searched refs:SPUT_CHAR (Results 1 – 6 of 6) sorted by relevance
147 public static final int SPUT_CHAR = 0x6c; field in Opcodes
470 public static final Info SPUT_CHAR = field in OpcodeInfo471 new Info(Opcodes.SPUT_CHAR, "sput-char",1075 set(SPUT_CHAR);
142 public static final int SPUT_CHAR = 0x6c; field in DalvOps
396 case Type.BT_CHAR: return Dops.SPUT_CHAR; in dopFor()
476 public static final Dop SPUT_CHAR = field in Dops477 new Dop(Opcodes.SPUT_CHAR, Opcodes.SPUT_CHAR,1075 set(SPUT_CHAR);
575 case Type.BT_CHAR: return Dops.SPUT_CHAR; in dopFor()