Searched refs:getOopSize (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DMarkBits.java43 long numOopHandles = end.minus(start) / VM.getVM().getOopSize();
64 long idx = handle.minus(start) / VM.getVM().getOopSize();
81 long idx = handle.minus(start) / VM.getVM().getOopSize();
H A DHeapHprofBinWriter.java367 OBJ_ID_SIZE = (int) vm.getOopSize();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DTypeDataBase.java84 public long getOopSize(); method in interface:TypeDataBase
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJNIHandleBlock.java135 Address handleEnd = addr.addOffsetTo(handlesField.getOffset() + top() * VM.getVM().getOopSize());
145 Address oopAddr = addr.addOffsetTo(handlesField.getOffset() + x * VM.getVM().getOopSize());
H A DVM.java348 heapOopSize = (int)getOopSize();
481 public long getOopSize() { method in class:VM
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DLoaderConstraintEntry.java76 OopHandle loader = loaders.addOffsetToAsOopHandle(i * VM.getVM().getOopSize());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DInstanceMirrorKlass.java56 return java_lang_Class.getOopSize(o) * VM.getVM().getAddressSize();
H A Djava_lang_Class.java74 public static long getOopSize(Oop aClass) { method in class:java_lang_Class
H A DArrayKlass.java145 return alignObjectSize(InstanceKlass.getHeaderSize() + getVtableLen() * getHeap().getOopSize());
H A DObjectHeap.java157 oopSize = VM.getVM().getOopSize();
187 public long getOopSize() { return oopSize; } method in class:ObjectHeap
H A DConstMethod.java224 return getConstMethodSize() * getHeap().getOopSize();
H A DMethod.java272 return getMethodSize() * getHeap().getOopSize();
H A DInstanceKlass.java802 long bodySize = alignObjectOffset(getVtableLen() * getHeap().getOopSize())
803 + alignObjectOffset(getItableLen() * getHeap().getOopSize())
804 + (getNonstaticOopMapSize()) * getHeap().getOopSize();
H A DConstantPool.java129 elementSize = VM.getVM().getOopSize();
475 long offset = baseOffset + (index + typeDataBase.getOopSize());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicTypeDataBase.java149 public long getOopSize() { method in class:BasicTypeDataBase
150 return VM.getVM().getOopSize();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DNMethod.java193 public int getOopsLength() { return (int) (oopsSize() / VM.getVM().getOopSize()); }
205 return oopsBegin().getOopHandleAt((index - 1) * VM.getVM().getOopSize());

Completed in 2911 milliseconds