Searched refs:NOT_LONG (Results 1 – 9 of 9) sorted by relevance
161 public static final int NOT_LONG = 0x7e; field in Opcodes
530 public static final Info NOT_LONG = field in OpcodeInfo531 new Info(Opcodes.NOT_LONG, "not-long",1066 set(NOT_LONG);
160 public static final int NOT_LONG = 0x7e; field in DalvOps
144 MAP.put(Rops.NOT_LONG, Dops.NOT_LONG); in MAP.put() argument
531 public static final Dop NOT_LONG = field in Dops532 new Dop(DalvOps.NOT_LONG, DalvOps.NOT_LONG,1061 set(NOT_LONG);
315 MAP.put(Rops.NOT_LONG, Dops.NOT_LONG); in MAP.put() argument
534 public static final Dop NOT_LONG = field in Dops535 new Dop(Opcodes.NOT_LONG, Opcodes.NOT_LONG,1064 set(NOT_LONG);
366 public static final Rop NOT_LONG = field in Rops1668 case Type.BT_LONG: return NOT_LONG; in opNot()