Searched refs:MOVE_OBJECT_FROM16 (Results 1 – 8 of 8) sorted by relevance
53 public static final int MOVE_OBJECT_FROM16 = 0x08; field in Opcodes
94 public static final Info MOVE_OBJECT_FROM16 = field in OpcodeInfo95 new Info(Opcodes.MOVE_OBJECT_FROM16, "move-object/from16",981 set(MOVE_OBJECT_FROM16);
42 public static final int MOVE_OBJECT_FROM16 = 0x08; field in DalvOps
65 opcode = reference ? Dops.MOVE_OBJECT_FROM16 : in makeMove()
97 public static final Dop MOVE_OBJECT_FROM16 = field in Dops98 new Dop(DalvOps.MOVE_OBJECT_FROM16, DalvOps.MOVE_OBJECT,962 set(MOVE_OBJECT_FROM16);
67 opcode = reference ? Dops.MOVE_OBJECT_FROM16 : in makeMove()
98 Opcodes.MOVE_OBJECT_FROM16, Form12x.THE_ONE, true);100 public static final Dop MOVE_OBJECT_FROM16 = field in Dops101 new Dop(Opcodes.MOVE_OBJECT_FROM16, Opcodes.MOVE_OBJECT,981 set(MOVE_OBJECT_FROM16);
776 || prevOpcode == Opcodes.MOVE_OBJECT_FROM16 in visitThrowingCstInsn()