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

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DArrayKlassKlass.java53 public long getObjectSize() { return alignObjectSize(headerSize); } method in class:ArrayKlassKlass
H A DCompiledICHolderKlass.java53 public long getObjectSize() { return alignObjectSize(headerSize); } method in class:CompiledICHolderKlass
H A DConstMethodKlass.java55 public long getObjectSize() { return alignObjectSize(headerSize); } method in class:ConstMethodKlass
H A DConstantPoolCacheKlass.java53 public long getObjectSize() { return alignObjectSize(headerSize); } method in class:ConstantPoolCacheKlass
H A DConstantPoolKlass.java53 public long getObjectSize() { return alignObjectSize(headerSize); } method in class:ConstantPoolKlass
H A DInstanceKlassKlass.java56 public long getObjectSize() { return alignObjectSize(headerSize); } method in class:InstanceKlassKlass
H A DInstanceMirrorKlass.java55 public long getObjectSize(Oop o) { method in class:InstanceMirrorKlass
H A DKlassKlass.java56 public long getObjectSize() { return alignObjectSize(headerSize); } method in class:KlassKlass
H A DMethodDataKlass.java55 public long getObjectSize() { return alignObjectSize(headerSize); } method in class:MethodDataKlass
H A DMethodKlass.java55 public long getObjectSize() { return alignObjectSize(headerSize); } method in class:MethodKlass
H A DObjArrayKlassKlass.java56 public long getObjectSize() { return alignObjectSize(headerSize); } method in class:ObjArrayKlassKlass
H A DTypeArrayKlassKlass.java53 public long getObjectSize() { return alignObjectSize(headerSize); } method in class:TypeArrayKlassKlass
H A DArray.java97 public long getObjectSize() { method in class:Array
H A DCompiledICHolder.java69 public long getObjectSize() { method in class:CompiledICHolder
H A DArrayKlass.java144 public long getObjectSize() { method in class:ArrayKlass
H A DConstantPoolCache.java70 public long getObjectSize() { method in class:ConstantPoolCache
H A DMethodData.java205 public long getObjectSize() { method in class:MethodData
H A DOop.java104 public long getObjectSize() { method in class:Oop
106 // All other types should be overriding getObjectSize directly
107 return ((InstanceKlass)k).getObjectSize(this);
216 long size = getObjectSize() * 4;
H A DConstMethod.java223 public long getObjectSize() { method in class:ConstMethod
380 return getObjectSize() - 2;
H A DConstantPool.java659 public long getObjectSize() { method in class:ConstantPool
H A DKlass.java181 public long getObjectSize() { method in class:Klass
/openjdk7/jdk/src/share/classes/java/lang/instrument/
H A DInstrumentation.java409 getObjectSize(Object objectToSize); method in interface:Instrumentation
/openjdk7/hotspot/agent/src/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
1048 ((elfFile.getObjectSize() == 0) ? "Invalid Object Size" :
1049 (elfFile.getObjectSize() == 1) ? "32-bit" : "64-bit"));
/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");

Completed in 116 milliseconds

12