abstract class org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$VarArgsLibraryNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$VarArgsLibraryNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  static int LIMIT;
    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 183
            iconst_0
            putstatic org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$VarArgsLibraryNode.LIMIT: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 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$VarArgsLibraryNode this
         0: .line 181
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$VarArgsLibraryNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest$VarArgsLibraryNode;

  protected abstract java.lang.Object execute(java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0484) ACC_PROTECTED, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      arg0  
      args  

  int varargs(java.lang.Object, java.lang.Object, java.lang.Object, com.oracle.truffle.api.interop.InteropLibrary, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;Lcom/oracle/truffle/api/interop/InteropLibrary;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$VarArgsLibraryNode this
        start local 1 // java.lang.Object arg0
        start local 2 // java.lang.Object arg1
        start local 3 // java.lang.Object arg2
        start local 4 // com.oracle.truffle.api.interop.InteropLibrary lib1
        start local 5 // com.oracle.truffle.api.interop.InteropLibrary lib2
         0: .line 192
            aload 4 /* lib1 */
            aload 2 /* arg1 */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asInt:(Ljava/lang/Object;)I
            aload 5 /* lib2 */
            aload 3 /* arg2 */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asInt:(Ljava/lang/Object;)I
            iadd
         1: ireturn
         2: .line 193
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         3: .line 194
            invokestatic com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere:()Ljava/lang/RuntimeException;
            athrow
        end local 5 // com.oracle.truffle.api.interop.InteropLibrary lib2
        end local 4 // com.oracle.truffle.api.interop.InteropLibrary lib1
        end local 3 // java.lang.Object arg2
        end local 2 // java.lang.Object arg1
        end local 1 // java.lang.Object arg0
        end local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$VarArgsLibraryNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest$VarArgsLibraryNode;
            0    4     1  arg0  Ljava/lang/Object;
            0    4     2  arg1  Ljava/lang/Object;
            0    4     3  arg2  Ljava/lang/Object;
            0    4     4  lib1  Lcom/oracle/truffle/api/interop/InteropLibrary;
            0    4     5  lib2  Lcom/oracle/truffle/api/interop/InteropLibrary;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"lib1.fitsInByte(arg1)", "lib2.fitsInByte(arg2)"}, limit = "LIMIT")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        com.oracle.truffle.api.library.CachedLibrary(value = "arg1")
      4:
        com.oracle.truffle.api.library.CachedLibrary(value = "arg2")
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  
      lib1  
      lib2  
}
SourceFile: "CachedLibraryCompilationTest.java"
NestHost: org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest
InnerClasses:
  abstract VarArgsLibraryNode = org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$VarArgsLibraryNode of org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest