Searched refs:MOVE_OBJECT_16 (Results 1 – 8 of 8) sorted by relevance
54 public static final int MOVE_OBJECT_16 = 0x09; field in Opcodes
98 public static final Info MOVE_OBJECT_16 = field in OpcodeInfo99 new Info(Opcodes.MOVE_OBJECT_16, "move-object/16",982 set(MOVE_OBJECT_16);
43 public static final int MOVE_OBJECT_16 = 0x09; field in DalvOps
68 opcode = reference ? Dops.MOVE_OBJECT_16 : in makeMove()
101 public static final Dop MOVE_OBJECT_16 = field in Dops102 new Dop(DalvOps.MOVE_OBJECT_16, DalvOps.MOVE_OBJECT,963 set(MOVE_OBJECT_16);
70 opcode = reference ? Dops.MOVE_OBJECT_16 : in makeMove()
102 Opcodes.MOVE_OBJECT_16, Form22x.THE_ONE, true);104 public static final Dop MOVE_OBJECT_16 = field in Dops105 new Dop(Opcodes.MOVE_OBJECT_16, Opcodes.MOVE_OBJECT,982 set(MOVE_OBJECT_16);
777 || prevOpcode == Opcodes.MOVE_OBJECT_16) { in visitThrowingCstInsn()