class com.oracle.truffle.api.dsl.test.CachedTest$TestCachesOrder2 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.CachedTest$TestCachesOrder2
  super_class: com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.CachedTest$TestCachesOrder2 this
         0: .line 473
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.CachedTest$TestCachesOrder2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedTest$TestCachesOrder2;

  static int do1(int, int, int, int, java.lang.Object);
    descriptor: (IIIILjava/lang/Object;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // int value
        start local 1 // int cachedValue
        start local 2 // int intermediateValue
        start local 3 // int boundByGuard
        start local 4 // java.lang.Object notBoundByGuards
         0: .line 481
            iload 2 /* intermediateValue */
            ireturn
        end local 4 // java.lang.Object notBoundByGuards
        end local 3 // int boundByGuard
        end local 2 // int intermediateValue
        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
            0    1     2  intermediateValue  I
            0    1     3       boundByGuard  I
            0    1     4   notBoundByGuards  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"cachedValue == value"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "value")
      2:
        com.oracle.truffle.api.dsl.Cached(value = "get(cachedValue)")
      3:
        com.oracle.truffle.api.dsl.Cached(value = "transform(intermediateValue)")
      4:
        com.oracle.truffle.api.dsl.Cached(value = "new()")
    MethodParameters:
                   Name  Flags
      value              
      cachedValue        
      intermediateValue  
      boundByGuard       
      notBoundByGuards   

  protected int get(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CachedTest$TestCachesOrder2 this
        start local 1 // int i
         0: .line 485
            iload 1 /* i */
            iconst_2
            imul
            ireturn
        end local 1 // int i
        end local 0 // com.oracle.truffle.api.dsl.test.CachedTest$TestCachesOrder2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedTest$TestCachesOrder2;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  protected int transform(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CachedTest$TestCachesOrder2 this
        start local 1 // int i
         0: .line 489
            iload 1 /* i */
            iconst_3
            imul
            ireturn
        end local 1 // int i
        end local 0 // com.oracle.truffle.api.dsl.test.CachedTest$TestCachesOrder2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedTest$TestCachesOrder2;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     
}
SourceFile: "CachedTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CachedTest
InnerClasses:
  TestCachesOrder2 = com.oracle.truffle.api.dsl.test.CachedTest$TestCachesOrder2 of com.oracle.truffle.api.dsl.test.CachedTest
  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()