Searched refs:MAX_VALUE (Results 1 – 19 of 19) sorted by relevance
51 case Integer.MAX_VALUE: return 0; in test4()71 case Integer.MAX_VALUE: return 1; in test6()81 case Integer.MAX_VALUE: return 1; in test7()
51 if ((opcode < DalvOps.MIN_VALUE) || (opcode > DalvOps.MAX_VALUE)) { in Dop()55 if ((family < DalvOps.MIN_VALUE) || (family > DalvOps.MAX_VALUE)) { in Dop()
31 public static final int MAX_VALUE = 0xff; field in DalvOps
906 aboutToProcess(Integer.MAX_VALUE, 0); in finish()
939 DOPS = new Dop[DalvOps.MAX_VALUE - DalvOps.MIN_VALUE + 1];
50 return Integer.MAX_VALUE; in getMaxOptimalRegisterCount()
71 this.width = (width != 0) ? width : Integer.MAX_VALUE; in IndentingWriter()
584 this(start, Integer.MAX_VALUE, text); in Annotation()594 if (this.end == Integer.MAX_VALUE) { in setEndIfUnset()
588 this(start, Integer.MAX_VALUE, text); in Annotation()598 if (this.end == Integer.MAX_VALUE) { in setEndIfUnset()
235 int nextAddrL = Integer.MAX_VALUE; // local variable in convert0()236 int nextAddrP = Integer.MAX_VALUE; // position (line number) in convert0()249 if (next == Integer.MAX_VALUE) { in convert0()258 && nextAddrL == Integer.MAX_VALUE in convert0()259 && nextAddrP == Integer.MAX_VALUE) { in convert0()
227 int nextAddrL = Integer.MAX_VALUE; // local variable in convert0()228 int nextAddrP = Integer.MAX_VALUE; // position (line number) in convert0()241 if (next == Integer.MAX_VALUE) { in convert0()250 && nextAddrL == Integer.MAX_VALUE in convert0()251 && nextAddrP == Integer.MAX_VALUE) { in convert0()
41 public static final int MAX_VALUE = 0xffff; field in Opcodes
938 INFO = new Info[Opcodes.MAX_VALUE - Opcodes.MIN_VALUE + 1];
173 definer = definer.asUninitialized(Integer.MAX_VALUE); in intern()
177 definer = definer.asUninitialized(Integer.MAX_VALUE); in intern()
902 aboutToProcess(Integer.MAX_VALUE, 0); in finish()
942 DOPS = new Dop[Opcodes.MAX_VALUE - Opcodes.MIN_VALUE + 1];