public abstract class com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ResolveFunctionNode 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.LLVMFunctionCode$ResolveFunctionNode
  super_class: com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 157
            ldc Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ResolveFunctionNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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$ResolveFunctionNode this
         0: .line 157
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ResolveFunctionNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$ResolveFunctionNode;

  abstract com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function execute(com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function, com.oracle.truffle.llvm.runtime.LLVMFunctionCode);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      function    
      descriptor  

  com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function doLazyLLVMIRFunction(com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction, com.oracle.truffle.llvm.runtime.LLVMFunctionCode);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$LazyLLVMIRFunction;Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ResolveFunctionNode this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction function
        start local 2 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode descriptor
         0: .line 164
            aload 1 /* function */
            aload 2 /* descriptor */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction.resolve:(Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)V
         1: .line 165
            aload 2 /* descriptor */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode.getFunction:()Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;
            areturn
        end local 2 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode descriptor
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$LazyLLVMIRFunction function
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ResolveFunctionNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$ResolveFunctionNode;
            0    2     1    function  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$LazyLLVMIRFunction;
            0    2     2  descriptor  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
            Name  Flags
      function    
      descriptor  

  com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function doUnresolvedFunction(com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction, com.oracle.truffle.llvm.runtime.LLVMFunctionCode);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$UnresolvedFunction;Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ResolveFunctionNode this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction function
        start local 2 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode descriptor
         0: .line 171
            aload 1 /* function */
            aload 2 /* descriptor */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction.resolve:(Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)V
         1: .line 172
            aload 2 /* descriptor */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode.getFunction:()Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;
            areturn
        end local 2 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode descriptor
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction function
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ResolveFunctionNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$ResolveFunctionNode;
            0    2     1    function  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$UnresolvedFunction;
            0    2     2  descriptor  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
            Name  Flags
      function    
      descriptor  

  private static boolean resolveDoesNothing(com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function, com.oracle.truffle.llvm.runtime.LLVMFunctionCode);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function function
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode descriptor
         0: .line 176
            aload 0 /* function */
            aload 1 /* descriptor */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function.resolve:(Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)V
         1: .line 177
            aload 1 /* descriptor */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode.getFunction:()Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;
            aload 0 /* function */
            if_acmpne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode descriptor
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function function
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0    function  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;
            0    3     1  descriptor  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
    MethodParameters:
            Name  Flags
      function    
      descriptor  

  com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function doOther(com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function, com.oracle.truffle.llvm.runtime.LLVMFunctionCode);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ResolveFunctionNode this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function function
        start local 2 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode descriptor
         0: .line 182
            getstatic com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ResolveFunctionNode.$assertionsDisabled:Z
            ifne 1
            aload 1 /* function */
            aload 2 /* descriptor */
            invokestatic com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ResolveFunctionNode.resolveDoesNothing:(Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 184
      StackMap locals:
      StackMap stack:
            aload 1 /* function */
            areturn
        end local 2 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode descriptor
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function function
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ResolveFunctionNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$ResolveFunctionNode;
            0    2     1    function  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;
            0    2     2  descriptor  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.Fallback()
    MethodParameters:
            Name  Flags
      function    
      descriptor  
}
SourceFile: "LLVMFunctionCode.java"
NestHost: com.oracle.truffle.llvm.runtime.LLVMFunctionCode
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  public abstract Function = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function 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 ResolveFunctionNode = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ResolveFunctionNode of com.oracle.truffle.llvm.runtime.LLVMFunctionCode
  public final UnresolvedFunction = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction of com.oracle.truffle.llvm.runtime.LLVMFunctionCode
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()