Searched defs:typeSize (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DInstance.java43 private static long typeSize; field in class:Instance
47 typeSize = type.getSize();
57 return typeSize - VM.getVM().getIntSize();
59 return typeSize;
H A DArray.java50 typeSize = (int)type.getSize();
56 private static long typeSize; field in class:Array
63 headerSize = typeSize;
65 headerSize = VM.getVM().alignUp(typeSize + VM.getVM().getIntSize(),
84 lengthOffsetInBytes = typeSize - VM.getVM().getIntSize();
86 lengthOffsetInBytes = typeSize;
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp189 int typeSize();
233 int entry::typeSize() { function in class:entry
3973 int argSize = ref->memberDescr()->descrType()->typeSize();
4029 int siglen = cur_descr->descrType()->typeSize();

Completed in 40 milliseconds