public final class com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction extends com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ManagedFunction
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction
  super_class: com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ManagedFunction
{
  private final com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyToTruffleConverter converter;
    descriptor: Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$LazyToTruffleConverter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyToTruffleConverter);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$LazyToTruffleConverter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyToTruffleConverter converter
         0: .line 221
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ManagedFunction.<init>:()V
         1: .line 222
            aload 0 /* this */
            aload 1 /* converter */
            putfield com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction.converter:Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$LazyToTruffleConverter;
         2: .line 223
            return
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyToTruffleConverter converter
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$LazyLLVMIRFunction;
            0    3     1  converter  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$LazyToTruffleConverter;
    MethodParameters:
           Name  Flags
      converter  

  void resolve(com.oracle.truffle.llvm.runtime.LLVMFunctionCode);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode descriptor
         0: .line 227
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction.converter:Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$LazyToTruffleConverter;
            invokeinterface com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyToTruffleConverter.convert:()Lcom/oracle/truffle/api/RootCallTarget;
            astore 2 /* callTarget */
        start local 2 // com.oracle.truffle.api.RootCallTarget callTarget
         1: .line 228
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction.converter:Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$LazyToTruffleConverter;
            invokeinterface com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyToTruffleConverter.getSourceType:()Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceFunctionType;
            astore 3 /* sourceType */
        start local 3 // com.oracle.truffle.llvm.runtime.debug.type.LLVMSourceFunctionType sourceType
         2: .line 229
            aload 1 /* descriptor */
            new com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LLVMIRFunction
            dup
            aload 2 /* callTarget */
            aload 3 /* sourceType */
            invokespecial com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LLVMIRFunction.<init>:(Lcom/oracle/truffle/api/RootCallTarget;Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceFunctionType;)V
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode.setFunction:(Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;)V
         3: .line 230
            return
        end local 3 // com.oracle.truffle.llvm.runtime.debug.type.LLVMSourceFunctionType sourceType
        end local 2 // com.oracle.truffle.api.RootCallTarget callTarget
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode descriptor
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$LazyLLVMIRFunction;
            0    4     1  descriptor  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
            1    4     2  callTarget  Lcom/oracle/truffle/api/RootCallTarget;
            2    4     3  sourceType  Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceFunctionType;
    MethodParameters:
            Name  Flags
      descriptor  

  com.oracle.truffle.llvm.runtime.debug.type.LLVMSourceFunctionType getSourceType();
    descriptor: ()Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceFunctionType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction this
         0: .line 234
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction.converter:Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$LazyToTruffleConverter;
            invokeinterface com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyToTruffleConverter.getSourceType:()Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceFunctionType;
            areturn
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$LazyLLVMIRFunction;
}
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 LLVMIRFunction = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LLVMIRFunction of com.oracle.truffle.llvm.runtime.LLVMFunctionCode
  public final LazyLLVMIRFunction = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction of com.oracle.truffle.llvm.runtime.LLVMFunctionCode
  public abstract LazyToTruffleConverter = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyToTruffleConverter of com.oracle.truffle.llvm.runtime.LLVMFunctionCode
  abstract ManagedFunction = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ManagedFunction of com.oracle.truffle.llvm.runtime.LLVMFunctionCode