Searched defs:getObjectSize (Results 1 - 12 of 12) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DInstanceMirrorKlass.java55 public long getObjectSize(Oop o) { method in class:InstanceMirrorKlass
H A DArray.java97 public long getObjectSize() { method in class:Array
H A DOop.java91 public long getObjectSize() { method in class:Oop
H A DKlass.java198 public long getObjectSize() { method in class:Klass
H A DInstanceKlass.java271 public long getObjectSize(Oop object) { method in class:InstanceKlass
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFFile.java65 public byte getObjectSize(); method in interface:ELFFile
H A DELFFileParser.java99 public byte getObjectSize() { return ident[NDX_OBJECT_SIZE]; } method in class:ELFFileParser.ELFFileImpl
/openjdk10/jdk/src/java.instrument/share/classes/java/lang/instrument/
H A DInstrumentation.java411 getObjectSize(Object objectToSize); method in interface:Instrumentation
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/debug/
H A DObjectSizeCalculator.java121 public static long getObjectSize(final Object obj) throws UnsupportedOperationException { method in class:ObjectSizeCalculator
/openjdk10/jdk/src/java.instrument/share/classes/sun/instrument/
H A DInstrumentationImpl.java199 getObjectSize(Object objectToSize) { method in class:InstrumentationImpl
/openjdk10/jdk/src/java.instrument/share/native/libinstrument/
H A DJPLISAgent.c1433 getObjectSize(JNIEnv * jnienv, JPLISAgent * agent, jobject objectToSize) { function
/openjdk10/test/lib/sun/hotspot/
H A DWhiteBox.java95 public long getObjectSize(Object o) { method in class:WhiteBox

Completed in 113 milliseconds