Searched refs:getShortSize (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DNative.java182 static int getShortSize() { return 2; } method in class:Native
189 putShort(ptr + index*getShortSize(), data);
195 long res = XlibWrapper.unsafe.allocateMemory(shorts.length*getShortSize());
213 putUShort(ptr + index*getShortSize(), data);
225 long res = XlibWrapper.unsafe.allocateMemory(shorts.length*getShortSize());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java79 long offset = baseOffsetInBytes(BasicType.T_SHORT) + index * getHeap().getShortSize();
137 long offset = baseOffsetInBytes(BasicType.T_SHORT) + index * getHeap().getShortSize();
H A DObjectHeap.java192 public long getShortSize() { return shortSize; } method in class:ObjectHeap
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DPerfDataEntry.java249 final long size = getHeap().getShortSize();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java382 SHORT_SIZE = objectHeap.getShortSize();

Completed in 2399 milliseconds