public abstract class com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress extends com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress
  super_class: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress this
         0: .line 97
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$NativeToAddress;

  protected com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer doLong(long);
    descriptor: (J)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress this
        start local 1 // long pointer
         0: .line 101
            lload 1 /* pointer */
            invokestatic com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer.create:(J)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
            areturn
        end local 1 // long pointer
        end local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$NativeToAddress;
            0    1     1  pointer  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
         Name  Flags
      pointer  

  protected com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer doPointer(java.lang.Object, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress this
        start local 1 // java.lang.Object address
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 107
            aload 2 /* interop */
            aload 1 /* address */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asPointer:(Ljava/lang/Object;)J
            invokestatic com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer.create:(J)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
            areturn
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 1 // java.lang.Object address
        end local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$NativeToAddress;
            0    1     1  address  Ljava/lang/Object;
            0    1     2  interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"interop.isPointer(address)"}, limit = "3", rewriteOn = {Lcom/oracle/truffle/api/interop/UnsupportedMessageException;})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "address")
    MethodParameters:
         Name  Flags
      address  
      interop  

  protected com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer doFunction(java.lang.Object, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMManagedPointer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress this
        start local 1 // java.lang.Object address
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 118
            aload 1 /* address */
            invokestatic com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer.create:(Ljava/lang/Object;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMManagedPointer;
            areturn
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 1 // java.lang.Object address
        end local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$NativeToAddress;
            0    1     1  address  Ljava/lang/Object;
            0    1     2  interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"!interop.isPointer(address)"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "address")
    MethodParameters:
         Name  Flags
      address  
      interop  

  protected com.oracle.truffle.llvm.runtime.pointer.LLVMPointer doGeneric(java.lang.Object, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress this
        start local 1 // java.lang.Object address
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 124
            aload 2 /* interop */
            aload 1 /* address */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isPointer:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 126
            aload 0 /* this */
            aload 1 /* address */
            aload 2 /* interop */
            invokevirtual com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress.doPointer:(Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
         2: areturn
         3: .line 127
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         4: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* address */
            aload 2 /* interop */
            invokevirtual com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress.doFunction:(Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMManagedPointer;
            areturn
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 1 // java.lang.Object address
        end local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$NativeToAddress;
            0    5     1  address  Ljava/lang/Object;
            0    5     2  interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
      Exception table:
        from    to  target  type
           1     2       3  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "3", replaces = {"doPointer", "doFunction"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "address")
    MethodParameters:
         Name  Flags
      address  
      interop  
}
SourceFile: "LLVMNativeConvertNode.java"
NestHost: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
InnerClasses:
  protected abstract NativeToAddress = com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress of com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode