Searched refs:getObjectSize (Results 26 - 47 of 47) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopPrinter.java38 tty.println(" (object size = " + getObj().getObjectSize() + ")");
H A DArrayKlass.java144 public long getObjectSize() { method in class:ArrayKlass
H A DConstMethod.java223 public long getObjectSize() { method in class:ConstMethod
380 return getObjectSize() - 2;
H A DKlass.java181 public long getObjectSize() { method in class:Klass
H A DObjectHeap.java498 handle = handle.addOffsetToAsOopHandle(CompactibleFreeListSpace.adjustObjectSizeInBytes(obj.getObjectSize()) );
500 handle = handle.addOffsetToAsOopHandle(obj.getObjectSize());
H A DMethod.java130 /** WARNING: this is in words, not useful in this system; use getObjectSize() instead */
271 public long getObjectSize() { method in class:Method
H A DMethodData.java205 public long getObjectSize() { method in class:MethodData
H A DInstanceKlass.java241 public long getObjectSize(Oop object) { method in class:InstanceKlass
801 public long getObjectSize() { method in class:InstanceKlass
H A DConstantPool.java659 public long getObjectSize() { method in class:ConstantPool
/openjdk7/jdk/src/share/instrument/
H A DInstrumentationImplNativeMethods.c133 return getObjectSize(jnienv, (JPLISAgent*)(intptr_t)agent, objectToSize);
H A DJPLISAgent.h258 getObjectSize(JNIEnv * jnienv, JPLISAgent * agent, jobject objectToSize);
H A DJPLISAgent.c1397 getObjectSize(JNIEnv * jnienv, JPLISAgent * agent, jobject objectToSize) { function
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DHeapSummary.java284 return instance.getObjectSize() +
285 stringValueField.getValue(instance).getObjectSize();
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_event.c131 size = (jint)getObjectSize(object);
379 size = (jint)getObjectSize(thread);
H A Dhprof_util.h111 jlong getObjectSize(jobject object);
H A Dhprof_util.c695 getObjectSize(jobject object) function
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFFileParser.java99 public byte getObjectSize() { return ident[NDX_OBJECT_SIZE]; } method in class:ELFFileParser.ELFFileImpl
1048 ((elfFile.getObjectSize() == 0) ? "Invalid Object Size" :
1049 (elfFile.getObjectSize() == 1) ? "32-bit" : "64-bit"));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCompactibleFreeListSpace.java186 long objectSize = obj.getObjectSize();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DReversePtrsAnalysis.java220 visitedSize += currObj.getObjectSize();
/openjdk7/jdk/src/share/classes/sun/instrument/
H A DInstrumentationImpl.java184 getObjectSize(Object objectToSize) { method in class:InstrumentationImpl
186 throw new NullPointerException("null passed as 'objectToSize' in getObjectSize");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java794 " (size = " + oop.getObjectSize() + ")");
943 step = oop.getObjectSize();
1237 long end = obj.getObjectSize();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaScriptEngine.java322 return new Long(((JSJavaObject)o).getOop().getObjectSize());

Completed in 313 milliseconds

12