public long minorVersion() { return minorVersion.getValue(this); }
public boolean getIsMarkedDependent() { return isMarkedDependent.getValue(this) != 0; }
public long getItableLen() { return itableLen.getValue(this); }
public long getStaticOopFieldSize() { return staticOopFieldSize.getValue(this); }
public long getNonstaticOopMapSize() { return nonstaticOopMapSize.getValue(this); }
public long getAllocSize() { return allocSize.getValue(this); }
/** WARNING: this is in words, not useful in this system; use getObjectSize() instead */ public long getMethodSize() { return methodSize.getValue(this); }
public long getInvocationCounter() { if (Assert.ASSERTS_ENABLED) { Assert.that(!VM.getVM().isCore(), "must not be used in core build"); } return invocationCounter.getValue(this); }
private int getInitStateAsInt() { return (int) initState.getValue(this); }
public long getAccessFlags() { return accessFlags.getValue(this); }
public long getVtableIndex() { return vtableIndex.getValue(this); }
public long getSizeOfParameters() { return sizeOfParameters.getValue(this); }
public long getMaxLocals() { return maxLocals.getValue(this); }
public long getMaxStack() { return maxStack.getValue(this); }
public long getDimension() { return dimension.getValue(this); }
public long nofImplementors() { return nofImplementors.getValue(this); }
public long getVtableLen() { return vtableLen.getValue(this); }
public long getNonstaticFieldSize() { return nonstaticFieldSize.getValue(this); }
public int getLength() { return (int) length.getValue(this); }
public long getMaxLength() { return maxLength.getValue(this); }