Ejemplo n.º 1
0
 public long minorVersion() {
   return minorVersion.getValue(this);
 }
Ejemplo n.º 2
0
 public boolean getIsMarkedDependent() {
   return isMarkedDependent.getValue(this) != 0;
 }
Ejemplo n.º 3
0
 public long getItableLen() {
   return itableLen.getValue(this);
 }
Ejemplo n.º 4
0
 public long getStaticOopFieldSize() {
   return staticOopFieldSize.getValue(this);
 }
Ejemplo n.º 5
0
 public long getNonstaticOopMapSize() {
   return nonstaticOopMapSize.getValue(this);
 }
Ejemplo n.º 6
0
 public long getAllocSize() {
   return allocSize.getValue(this);
 }
Ejemplo n.º 7
0
 public long getMaxStack() {
   return maxStack.getValue(this);
 }
Ejemplo n.º 8
0
 public long getVtableIndex() {
   return vtableIndex.getValue(this);
 }
Ejemplo n.º 9
0
 private int getInitStateAsInt() {
   return (int) initState.getValue(this);
 }
Ejemplo n.º 10
0
 /** WARNING: this is in words, not useful in this system; use getObjectSize() instead */
 public long getMethodSize() {
   return methodSize.getValue(this);
 }
Ejemplo n.º 11
0
 public long getAccessFlags() {
   return accessFlags.getValue(this);
 }
Ejemplo n.º 12
0
 public long getInvocationCounter() {
   if (Assert.ASSERTS_ENABLED) {
     Assert.that(!VM.getVM().isCore(), "must not be used in core build");
   }
   return invocationCounter.getValue(this);
 }
Ejemplo n.º 13
0
 public long getSizeOfParameters() {
   return sizeOfParameters.getValue(this);
 }
Ejemplo n.º 14
0
 public long getMaxLocals() {
   return maxLocals.getValue(this);
 }
Ejemplo n.º 15
0
 public long getDimension() {
   return dimension.getValue(this);
 }
Ejemplo n.º 16
0
 public long nofImplementors() {
   return nofImplementors.getValue(this);
 }
Ejemplo n.º 17
0
 public long getVtableLen() {
   return vtableLen.getValue(this);
 }
Ejemplo n.º 18
0
 public long getNonstaticFieldSize() {
   return nonstaticFieldSize.getValue(this);
 }
Ejemplo n.º 19
0
 public int getLength() {
   return (int) length.getValue(this);
 }
Ejemplo n.º 20
0
 public long getMaxLength() {
   return maxLength.getValue(this);
 }