class com.oracle.truffle.api.dsl.test.LimitTest$MethodLimitTest extends com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.LimitTest$MethodLimitTest
  super_class: com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
{
  static int invocations;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 147
            iconst_0
            putstatic com.oracle.truffle.api.dsl.test.LimitTest$MethodLimitTest.invocations:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.LimitTest$MethodLimitTest this
         0: .line 145
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.LimitTest$MethodLimitTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/LimitTest$MethodLimitTest;

  static int do1(int, int);
    descriptor: (II)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // int value
        start local 1 // int cachedValue
         0: .line 151
            iload 1 /* cachedValue */
            ireturn
        end local 1 // int cachedValue
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0        value  I
            0    1     1  cachedValue  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "calculateLimitFor(cachedValue, invocations)", guards = {"value == cachedValue"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "value")
    MethodParameters:
             Name  Flags
      value        
      cachedValue  

  int calculateLimitFor(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.LimitTest$MethodLimitTest this
        start local 1 // int cachedValue
        start local 2 // int boundField
         0: .line 155
            iload 2 /* boundField */
            iconst_1
            iadd
            putstatic com.oracle.truffle.api.dsl.test.LimitTest$MethodLimitTest.invocations:I
         1: .line 156
            iconst_2
            ireturn
        end local 2 // int boundField
        end local 1 // int cachedValue
        end local 0 // com.oracle.truffle.api.dsl.test.LimitTest$MethodLimitTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/oracle/truffle/api/dsl/test/LimitTest$MethodLimitTest;
            0    2     1  cachedValue  I
            0    2     2   boundField  I
    MethodParameters:
             Name  Flags
      cachedValue  
      boundField   
}
SourceFile: "LimitTest.java"
NestHost: com.oracle.truffle.api.dsl.test.LimitTest
InnerClasses:
  MethodLimitTest = com.oracle.truffle.api.dsl.test.LimitTest$MethodLimitTest of com.oracle.truffle.api.dsl.test.LimitTest
  public ValueNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode of com.oracle.truffle.api.dsl.test.TypeSystemTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChild()