Searched refs:MOVE_RESULT_OBJECT (Results 1 – 6 of 6) sorted by relevance
56 public static final int MOVE_RESULT_OBJECT = 0x0c; field in Opcodes
110 public static final Info MOVE_RESULT_OBJECT = field in OpcodeInfo111 new Info(Opcodes.MOVE_RESULT_OBJECT, "move-result-object",1117 set(MOVE_RESULT_OBJECT);
117 public static final Dop MOVE_RESULT_OBJECT = field in Dops118 new Dop(Opcodes.MOVE_RESULT_OBJECT, Opcodes.MOVE_RESULT_OBJECT,1118 set(MOVE_RESULT_OBJECT);
514 return Dops.MOVE_RESULT_OBJECT; in dopFor()
608 case MOVE_RESULT_OBJECT:
56 …MOVE_RESULT_OBJECT(0x0c, "move-result-object", ReferenceType.NONE, Format.Format11x, Opcode.CAN_CO… enumConstant