Searched defs:getIntSize (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DIntType.java29 public int getIntSize(); method in interface:IntType
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicIntType.java44 public int getIntSize() { return getSize(); } method in class:BasicIntType
/openjdk7/jdk/test/com/sun/crypto/provider/KeyAgreement/
H A DTestExponentSize.java72 int getIntSize() { method in class:TestExponentSize.Sizes
93 kpg.initialize(Sizes.ten24.getIntSize());
97 kpg.initialize(new DHParameterSpec(p, g, Sizes.ten24.getIntSize()));
101 kpg.initialize(new DHParameterSpec(p, g, Sizes.five12.getIntSize()));
105 kpg.initialize(new DHParameterSpec(p, g, Sizes.two56.getIntSize()));
109 kpg.initialize(Sizes.five12.getIntSize());
113 kpg.initialize(Sizes.seven68.getIntSize());
129 if (p.bitLength() != modulusSize.getIntSize()) {
133 if (x.bitLength() > exponentSize.getIntSize()) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DNative.java235 static int getIntSize() { return 4; } method in class:Native
237 static int getInt(long ptr, int index) { return getInt(ptr +getIntSize()*index); }
243 putInt(ptr + index*getIntSize(), data);
249 long res = XlibWrapper.unsafe.allocateMemory(ints.length*getIntSize());
261 static long getUInt(long ptr, int index) { return getUInt(ptr +getIntSize()*index); }
267 putUInt(ptr + index*getIntSize(), data);
279 long res = XlibWrapper.unsafe.allocateMemory(ints.length*getIntSize());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DObjectHeap.java191 public long getIntSize() { return intSize; } method in class:ObjectHeap
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java346 heapOopSize = (int)getIntSize();
489 public long getIntSize() { method in class:VM

Completed in 40 milliseconds