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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicField.java59 /** offsetInBytes is ignored if the field is static;
62 boolean isStatic, long offsetInBytes, Address staticFieldAddress) {
69 this.offset = offsetInBytes;
61 BasicField(BasicTypeDataBase db, Type containingType, String name, Type type, boolean isStatic, long offsetInBytes, Address staticFieldAddress) argument

Completed in 35 milliseconds