abstract class com.oracle.truffle.api.dsl.test.SpecializationSlowPathOnlyModeTest$SpecializationTestingWithCachedTestNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.dsl.test.SpecializationSlowPathOnlyModeTest$SpecializationTestingWithCachedTestNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.SpecializationSlowPathOnlyModeTest$SpecializationTestingWithCachedTestNode this
         0: .line 83
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.SpecializationSlowPathOnlyModeTest$SpecializationTestingWithCachedTestNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SpecializationSlowPathOnlyModeTest$SpecializationTestingWithCachedTestNode;

  abstract boolean execute(int);
    descriptor: (I)Z
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      arg   

  public boolean s0(int, com.oracle.truffle.api.interop.InteropLibrary, com.oracle.truffle.api.profiles.BranchProfile);
    descriptor: (ILcom/oracle/truffle/api/interop/InteropLibrary;Lcom/oracle/truffle/api/profiles/BranchProfile;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.dsl.test.SpecializationSlowPathOnlyModeTest$SpecializationTestingWithCachedTestNode this
        start local 1 // int arg
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary argLib
        start local 3 // com.oracle.truffle.api.profiles.BranchProfile profile
         0: .line 92
            iconst_0
            ireturn
        end local 3 // com.oracle.truffle.api.profiles.BranchProfile profile
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary argLib
        end local 1 // int arg
        end local 0 // com.oracle.truffle.api.dsl.test.SpecializationSlowPathOnlyModeTest$SpecializationTestingWithCachedTestNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/api/dsl/test/SpecializationSlowPathOnlyModeTest$SpecializationTestingWithCachedTestNode;
            0    1     1      arg  I
            0    1     2   argLib  Lcom/oracle/truffle/api/interop/InteropLibrary;
            0    1     3  profile  Lcom/oracle/truffle/api/profiles/BranchProfile;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"arg == 0"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "argLib")
        com.oracle.truffle.api.library.CachedLibrary(limit = "2")
      2:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "branch")
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
         Name  Flags
      arg      
      argLib   
      profile  

  public boolean s1(int, com.oracle.truffle.api.interop.InteropLibrary, com.oracle.truffle.api.profiles.BranchProfile);
    descriptor: (ILcom/oracle/truffle/api/interop/InteropLibrary;Lcom/oracle/truffle/api/profiles/BranchProfile;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.dsl.test.SpecializationSlowPathOnlyModeTest$SpecializationTestingWithCachedTestNode this
        start local 1 // int arg
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary argLib
        start local 3 // com.oracle.truffle.api.profiles.BranchProfile profile
         0: .line 100
            aload 3 /* profile */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         1: .line 101
            aload 2 /* argLib */
            iload 1 /* arg */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.fitsInByte:(Ljava/lang/Object;)Z
            ireturn
        end local 3 // com.oracle.truffle.api.profiles.BranchProfile profile
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary argLib
        end local 1 // int arg
        end local 0 // com.oracle.truffle.api.dsl.test.SpecializationSlowPathOnlyModeTest$SpecializationTestingWithCachedTestNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/api/dsl/test/SpecializationSlowPathOnlyModeTest$SpecializationTestingWithCachedTestNode;
            0    2     1      arg  I
            0    2     2   argLib  Lcom/oracle/truffle/api/interop/InteropLibrary;
            0    2     3  profile  Lcom/oracle/truffle/api/profiles/BranchProfile;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"s0"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "argLib")
        com.oracle.truffle.api.library.CachedLibrary(limit = "2")
      2:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "branch")
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
         Name  Flags
      arg      
      argLib   
      profile  
}
SourceFile: "SpecializationSlowPathOnlyModeTest.java"
NestHost: com.oracle.truffle.api.dsl.test.SpecializationSlowPathOnlyModeTest
InnerClasses:
  public abstract Shared = com.oracle.truffle.api.dsl.Cached$Shared of com.oracle.truffle.api.dsl.Cached
  abstract SpecializationTestingWithCachedTestNode = com.oracle.truffle.api.dsl.test.SpecializationSlowPathOnlyModeTest$SpecializationTestingWithCachedTestNode of com.oracle.truffle.api.dsl.test.SpecializationSlowPathOnlyModeTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.AlwaysGenerateOnlySlowPath()