Searched defs:getLongSize (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DNative.java289 static int getLongSize() { method in class:Native
313 putLong(ptr+index*getLongSize(), data);
320 return getLong(ptr + index*getLongSize());
327 for (int i = 0; i < arr.length; i ++, ptr += getLongSize()) {
337 for (int i = 0; i < arr.size(); i ++, ptr += getLongSize()) {
347 for (int i = arr.size()-1; i >= 0; i--, ptr += getLongSize()) {
362 for (int i = 0; i < length; i++, data += getLongSize()) {
371 long res = XlibWrapper.unsafe.allocateMemory(longs.length*getLongSize());
400 return unsafe.allocateMemory(getLongSize() * length);
424 return getLongSize();
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DObjectHeap.java193 public long getLongSize() { return longSize; } method in class:ObjectHeap
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/generator/
H A DWrapperGenerator.java662 public int getLongSize(boolean wide) method in class:WrapperGenerator

Completed in 28 milliseconds