class com.oracle.truffle.api.dsl.test.CachedTest$TestGuardWithJustCachedParameter 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$TestGuardWithJustCachedParameter
  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 315
            iconst_0
            putstatic com.oracle.truffle.api.dsl.test.CachedTest$TestGuardWithJustCachedParameter.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.CachedTest$TestGuardWithJustCachedParameter this
         0: .line 313
            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$TestGuardWithJustCachedParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedTest$TestGuardWithJustCachedParameter;

  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 319
            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(guards = {"someMethod(cachedValue)"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "value")
    MethodParameters:
             Name  Flags
      value        
      cachedValue  

  static boolean someMethod(int);
    descriptor: (I)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int value
         0: .line 323
            getstatic com.oracle.truffle.api.dsl.test.CachedTest$TestGuardWithJustCachedParameter.invocations:I
            iconst_1
            iadd
            putstatic com.oracle.truffle.api.dsl.test.CachedTest$TestGuardWithJustCachedParameter.invocations:I
         1: .line 324
            iconst_1
            ireturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  value  I
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "CachedTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CachedTest
InnerClasses:
  TestGuardWithJustCachedParameter = com.oracle.truffle.api.dsl.test.CachedTest$TestGuardWithJustCachedParameter 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()