Searched refs:INT_SIZE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DIntegerEncodingAlgorithm.java32 public final static int INT_SIZE = 4; field in class:IntegerEncodingAlgorithm
H A DIntEncodingAlgorithm.java45 if (octetLength % INT_SIZE != 0) {
47 getString("message.lengthNotMultipleOfInt", new Object[]{Integer.valueOf(INT_SIZE)}));
50 return octetLength / INT_SIZE;
54 return primitiveLength * INT_SIZE;
108 final int size = length / INT_SIZE;
119 final byte[] b = new byte[INT_SIZE];
129 final int m = s.read(b, n, INT_SIZE - n);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java383 INT_SIZE = objectHeap.getIntSize();
678 long offset = INT_BASE_OFFSET + index * INT_SIZE;
1000 private long INT_SIZE; field in class:HeapHprofBinWriter

Completed in 43 milliseconds