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

/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DNative.java181 static int getShortSize() { return 2; } method in class:Native
188 putShort(ptr + index*getShortSize(), data);
194 long res = XlibWrapper.unsafe.allocateMemory(shorts.length*getShortSize());
212 putUShort(ptr + index*getShortSize(), data);
224 long res = XlibWrapper.unsafe.allocateMemory(shorts.length*getShortSize());
/openjdk10/hotspot/src/jdk.hotspot.agent/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.java136 public long getShortSize() { return shortSize; } method in class:ObjectHeap
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DPerfDataEntry.java249 final long size = getHeap().getShortSize();
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java411 SHORT_SIZE = objectHeap.getShortSize();

Completed in 106 milliseconds