public abstract class com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode extends com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode
  super_class: com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode
{
  protected com.oracle.truffle.api.nodes.DirectCallNode callNode;
    descriptor: Lcom/oracle/truffle/api/nodes/DirectCallNode;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  protected void <init>(com.oracle.truffle.llvm.runtime.LLVMContext, java.lang.String);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMContext;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMContext context
        start local 2 // java.lang.String name
         0: .line 44
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode.<init>:()V
         1: .line 45
            aload 1 /* context */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getGlobalScope:()Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            aload 2 /* name */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMScope.getFunction:(Ljava/lang/String;)Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
            astore 3 /* function */
        start local 3 // com.oracle.truffle.llvm.runtime.LLVMFunction function
         2: .line 46
            aload 3 /* function */
            ifnonnull 4
         3: .line 47
            new com.oracle.truffle.llvm.runtime.except.LLVMLinkerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Function not found: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMLinkerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 49
      StackMap locals: com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode com.oracle.truffle.llvm.runtime.LLVMContext java.lang.String com.oracle.truffle.llvm.runtime.LLVMFunction
      StackMap stack:
            aload 1 /* context */
            aload 3 /* function */
            new com.oracle.truffle.llvm.runtime.LLVMFunctionCode
            dup
            aload 3 /* function */
            invokespecial com.oracle.truffle.llvm.runtime.LLVMFunctionCode.<init>:(Lcom/oracle/truffle/llvm/runtime/LLVMFunction;)V
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.createFunctionDescriptor:(Lcom/oracle/truffle/llvm/runtime/LLVMFunction;Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;
            astore 4 /* descriptor */
        start local 4 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor descriptor
         5: .line 50
            aload 0 /* this */
            aload 4 /* descriptor */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor.getFunctionCode:()Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode.getLLVMIRFunctionSlowPath:()Lcom/oracle/truffle/api/RootCallTarget;
            invokestatic com.oracle.truffle.api.nodes.DirectCallNode.create:(Lcom/oracle/truffle/api/CallTarget;)Lcom/oracle/truffle/api/nodes/DirectCallNode;
            putfield com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
         6: .line 51
            return
        end local 4 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor descriptor
        end local 3 // com.oracle.truffle.llvm.runtime.LLVMFunction function
        end local 2 // java.lang.String name
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMContext context
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/oracle/truffle/llvm/runtime/LLVMBitcodeLibraryFunctions$LibraryFunctionNode;
            0    7     1     context  Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            0    7     2        name  Ljava/lang/String;
            2    7     3    function  Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
            5    7     4  descriptor  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;
    MethodParameters:
         Name  Flags
      context  
      name     

  protected java.lang.Object execute(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode this
        start local 1 // java.lang.Object[] args
         0: .line 54
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
            aload 1 /* args */
            invokevirtual com.oracle.truffle.api.nodes.DirectCallNode.call:([Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] args
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/LLVMBitcodeLibraryFunctions$LibraryFunctionNode;
            0    1     1  args  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "LLVMBitcodeLibraryFunctions.java"
NestHost: com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  protected abstract LibraryFunctionNode = com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode of com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions