Searched refs:getIntSize (Results 1 - 16 of 16) 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/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/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DArray.java65 headerSize = VM.getVM().alignUp(typeSize + VM.getVM().getIntSize(),
84 lengthOffsetInBytes = typeSize - VM.getVM().getIntSize();
94 return this.getHandle().getCIntegerAt(lengthOffsetInBytes(), VM.getVM().getIntSize(), isUnsigned);
H A DConstantPoolCache.java112 long offset = baseOffset + /*alignObjectSize*/entry * elementSize + fld* getHeap().getIntSize();
113 return (int) getHandle().getCIntegerAt(offset, getHeap().getIntSize(), true );
H A DInstance.java57 return typeSize - VM.getVM().getIntSize();
H A DTypeArray.java74 long offset = baseOffsetInBytes(BasicType.T_INT) + index * getHeap().getIntSize();
142 long offset = baseOffsetInBytes(BasicType.T_INT) + index * getHeap().getIntSize();
H A DObjectHeap.java191 public long getIntSize() { return intSize; } method in class:ObjectHeap
/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/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());
H A DXTranslateCoordinates.java39 long dest_x_ptr = unsafe.allocateMemory(Native.getIntSize());
40 long dest_y_ptr = unsafe.allocateMemory(Native.getIntSize());
H A DXQueryTree.java39 long nchildren_ptr = unsafe.allocateMemory(Native.getIntSize());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DLocation.java281 return getOffset() * (int)VM.getVM().getIntSize();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DCompiledVFrame.java229 return new StackValue(valueAddr.getCompOopHandleAt(VM.getVM().getIntSize()), 0);
H A DVM.java346 heapOopSize = (int)getIntSize();
489 public long getIntSize() { method in class:VM
H A DPerfDataEntry.java264 final long size = getHeap().getIntSize();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java383 INT_SIZE = objectHeap.getIntSize();

Completed in 86 milliseconds