abstract class com.oracle.truffle.llvm.runtime.pointer.ManagedPointerLibraries extends com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.runtime.pointer.ManagedPointerLibraries
  super_class: com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.ManagedPointerLibraries this
         0: .line 51
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.ManagedPointerLibraries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/pointer/ManagedPointerLibraries;

  static boolean isNull(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Lcom/oracle/truffle/api/interop/InteropLibrary;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 56
            aload 0 /* receiver */
            invokevirtual com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.getOffset:()J
            lconst_0
            lcmp
            ifne 2
         1: .line 57
            aload 1 /* interop */
            aload 0 /* receiver */
            getfield com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.object:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isNull:(Ljava/lang/Object;)Z
            ireturn
         2: .line 59
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    3     1   interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver.object")
    MethodParameters:
          Name  Flags
      receiver  
      interop   

  static boolean isExecutable(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Lcom/oracle/truffle/api/interop/InteropLibrary;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 66
            aload 0 /* receiver */
            invokevirtual com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.getOffset:()J
            lconst_0
            lcmp
            ifne 2
         1: .line 67
            aload 1 /* interop */
            aload 0 /* receiver */
            getfield com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.object:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isExecutable:(Ljava/lang/Object;)Z
            ireturn
         2: .line 69
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    3     1   interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver.object")
    MethodParameters:
          Name  Flags
      receiver  
      interop   

  static java.lang.Object execute(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, java.lang.Object[], com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;[Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
        start local 1 // java.lang.Object[] args
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 76
            aload 0 /* receiver */
            invokevirtual com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.getOffset:()J
            lconst_0
            lcmp
            ifne 2
         1: .line 77
            aload 2 /* interop */
            aload 0 /* receiver */
            getfield com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.object:Ljava/lang/Object;
            aload 1 /* args */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         2: .line 79
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 1 // java.lang.Object[] args
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    3     1      args  [Ljava/lang/Object;
            0    3     2   interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedTypeException, com.oracle.truffle.api.interop.ArityException, com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver.object")
    MethodParameters:
          Name  Flags
      receiver  
      args      
      interop   

  static boolean isPointer(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
        start local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary natives
         0: .line 87
            aload 1 /* natives */
            aload 0 /* receiver */
            getfield com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.object:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary.isPointer:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary natives
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    1     1   natives  Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage$Repeat(value = {com.oracle.truffle.api.library.ExportMessage(library = Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;), com.oracle.truffle.api.library.ExportMessage(library = Lcom/oracle/truffle/api/interop/InteropLibrary;)})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver.object")
    MethodParameters:
          Name  Flags
      receiver  
      natives   

  static long asPointer(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
        start local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary natives
         0: .line 94
            aload 1 /* natives */
            aload 0 /* receiver */
            getfield com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.object:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary.asPointer:(Ljava/lang/Object;)J
            aload 0 /* receiver */
            invokevirtual com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.getOffset:()J
            ladd
            lreturn
        end local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary natives
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    1     1   natives  Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage$Repeat(value = {com.oracle.truffle.api.library.ExportMessage(library = Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;), com.oracle.truffle.api.library.ExportMessage(library = Lcom/oracle/truffle/api/interop/InteropLibrary;)})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver.object")
    MethodParameters:
          Name  Flags
      receiver  
      natives   

  static void toNative(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Lcom/oracle/truffle/api/interop/InteropLibrary;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 100
            aload 1 /* interop */
            aload 0 /* receiver */
            getfield com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.object:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.toNative:(Ljava/lang/Object;)V
         1: .line 101
            return
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    2     1   interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver.object")
    MethodParameters:
          Name  Flags
      receiver  
      interop   

  static com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer toNativePointer(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
        start local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary natives
         0: .line 106
            aload 1 /* natives */
            aload 0 /* receiver */
            getfield com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.object:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary.toNativePointer:(Ljava/lang/Object;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
            aload 0 /* receiver */
            invokevirtual com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.getOffset:()J
            invokeinterface com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer.increment:(J)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
            areturn
        end local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary natives
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    1     1   natives  Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver.object")
    MethodParameters:
          Name  Flags
      receiver  
      natives   

  static boolean isForeign(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, com.oracle.truffle.llvm.runtime.library.internal.LLVMAsForeignLibrary);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMAsForeignLibrary;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
        start local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMAsForeignLibrary foreigns
         0: .line 112
            aload 0 /* receiver */
            aload 1 /* foreigns */
            invokestatic com.oracle.truffle.llvm.runtime.pointer.ManagedPointerLibraries.isForeignTest:(Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMAsForeignLibrary;)Z
            ireturn
        end local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMAsForeignLibrary foreigns
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    1     1  foreigns  Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMAsForeignLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver.object")
    MethodParameters:
          Name  Flags
      receiver  
      foreigns  

  static java.lang.Object asForeign(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, com.oracle.truffle.llvm.runtime.library.internal.LLVMAsForeignLibrary);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMAsForeignLibrary;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
        start local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMAsForeignLibrary foreigns
         0: .line 118
            aload 1 /* foreigns */
            aload 0 /* receiver */
            getfield com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.object:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.llvm.runtime.library.internal.LLVMAsForeignLibrary.asForeign:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMAsForeignLibrary foreigns
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    1     1  foreigns  Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMAsForeignLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver.object")
    MethodParameters:
          Name  Flags
      receiver  
      foreigns  

  static boolean isForeignTest(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, com.oracle.truffle.llvm.runtime.library.internal.LLVMAsForeignLibrary);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMAsForeignLibrary;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
        start local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMAsForeignLibrary foreigns
         0: .line 122
            aload 0 /* receiver */
            invokevirtual com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.getOffset:()J
            lconst_0
            lcmp
            ifne 1
            aload 1 /* foreigns */
            aload 0 /* receiver */
            getfield com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.object:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.llvm.runtime.library.internal.LLVMAsForeignLibrary.isForeign:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMAsForeignLibrary foreigns
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    2     1  foreigns  Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMAsForeignLibrary;
    MethodParameters:
          Name  Flags
      receiver  
      foreigns  
}
SourceFile: "ManagedPointerLibraries.java"
NestMembers:
  com.oracle.truffle.llvm.runtime.pointer.ManagedPointerLibraries$ForeignIdentityHashNode  com.oracle.truffle.llvm.runtime.pointer.ManagedPointerLibraries$IdentityHashCode
InnerClasses:
  public abstract Repeat = com.oracle.truffle.api.library.ExportLibrary$Repeat of com.oracle.truffle.api.library.ExportLibrary
  public abstract Repeat = com.oracle.truffle.api.library.ExportMessage$Repeat of com.oracle.truffle.api.library.ExportMessage
  abstract ForeignIdentityHashNode = com.oracle.truffle.llvm.runtime.pointer.ManagedPointerLibraries$ForeignIdentityHashNode of com.oracle.truffle.llvm.runtime.pointer.ManagedPointerLibraries
  IdentityHashCode = com.oracle.truffle.llvm.runtime.pointer.ManagedPointerLibraries$IdentityHashCode of com.oracle.truffle.llvm.runtime.pointer.ManagedPointerLibraries
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary$Repeat(value = {com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;, receiverType = Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;), com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;, receiverType = Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;), com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMAsForeignLibrary;, receiverType = Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;)})