public final class com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction extends com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction
  super_class: com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction this
         0: .line 253
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$UnresolvedFunction;

  void resolve(com.oracle.truffle.llvm.runtime.LLVMFunctionCode);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode functionCode
         0: .line 257
            new com.oracle.truffle.llvm.runtime.except.LLVMLinkerException
            dup
            ldc "Unresolved external function %s cannot be found."
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* functionCode */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode.getLLVMFunction:()Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunction.getName:()Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMLinkerException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode functionCode
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$UnresolvedFunction;
            0    1     1  functionCode  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
    MethodParameters:
              Name  Flags
      functionCode  

  java.lang.Object createNativeWrapper(com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor descriptor
         0: .line 262
            invokestatic com.oracle.truffle.api.CompilerAsserts.neverPartOfCompilation:()V
         1: .line 263
            aload 0 /* this */
            aload 1 /* descriptor */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor.getFunctionCode:()Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction.resolve:(Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)V
         2: .line 264
            aload 1 /* descriptor */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor.getFunctionCode:()Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode.getFunction:()Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;
            aload 1 /* descriptor */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function.createNativeWrapper:(Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;)Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor descriptor
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$UnresolvedFunction;
            0    3     1  descriptor  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;
    MethodParameters:
            Name  Flags
      descriptor  
}
SourceFile: "LLVMFunctionCode.java"
NestHost: com.oracle.truffle.llvm.runtime.LLVMFunctionCode
InnerClasses:
  public abstract Function = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function of com.oracle.truffle.llvm.runtime.LLVMFunctionCode
  public final UnresolvedFunction = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction of com.oracle.truffle.llvm.runtime.LLVMFunctionCode