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