Searched refs:APUT_CHAR (Results 1 – 7 of 7) sorted by relevance
118 public static final int APUT_CHAR = 0x50; field in Opcodes
358 public static final Info APUT_CHAR = field in OpcodeInfo359 new Info(Opcodes.APUT_CHAR, "aput-char",1179 set(APUT_CHAR);
400 MAP.put(Rops.APUT_CHAR, Dops.APUT_CHAR); in MAP.put() argument
365 public static final Dop APUT_CHAR = field in Dops366 new Dop(Opcodes.APUT_CHAR, Opcodes.APUT_CHAR,1180 set(APUT_CHAR);
740 public static final Rop APUT_CHAR = field in Rops1815 case Type.BT_CHAR: return APUT_CHAR; in opAput()
717 case APUT_CHAR:
118 …APUT_CHAR(0x50, "aput-char", ReferenceType.NONE, Format.Format23x, Opcode.CAN_THROW | Opcode.CAN_C… enumConstant