class com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibraryDefaults$ArrayLibrary
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibraryDefaults$ArrayLibrary
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibraryDefaults$ArrayLibrary this
         0: .line 159
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibraryDefaults$ArrayLibrary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibraryDefaults$ArrayLibrary;

  static boolean isPointer(int[]);
    descriptor: ([I)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int[] receiver
         0: .line 167
            iconst_0
            ireturn
        end local 0 // int[] receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  [I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
          Name  Flags
      receiver  

  static long asPointer(int[]);
    descriptor: ([I)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int[] receiver
         0: .line 176
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 0 // int[] receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  [I
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
          Name  Flags
      receiver  

  static com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer toNativePointer(int[], com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary);
    descriptor: ([ILcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // int[] receiver
        start local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary self
         0: .line 182
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         1: .line 183
            new com.oracle.truffle.llvm.runtime.except.LLVMPolyglotException
            dup
            aload 1 /* self */
            ldc "Cannot convert virtual allocation object to native pointer."
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* receiver */
            aastore
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMPolyglotException.<init>:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 1 // com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibrary self
        end local 0 // int[] receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  receiver  [I
            0    2     1      self  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")
    MethodParameters:
          Name  Flags
      receiver  
      self      
}
SourceFile: "LLVMNativeLibraryDefaults.java"
NestHost: com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibraryDefaults
InnerClasses:
  ArrayLibrary = com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibraryDefaults$ArrayLibrary of com.oracle.truffle.llvm.runtime.library.internal.LLVMNativeLibraryDefaults
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;, receiverType = [I)