public final class com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys
  super_class: java.lang.Object
{
  private final com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Struct type;
    descriptor: Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Struct;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Struct);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Struct;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys this
        start local 1 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Struct type
         0: .line 423
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 424
            aload 0 /* this */
            aload 1 /* type */
            putfield com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys.type:Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Struct;
         2: .line 425
            return
        end local 1 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Struct type
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/runtime/pointer/CommonPointerLibraries$Keys;
            0    3     1  type  Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Struct;
    MethodParameters:
      Name  Flags
      type  

  boolean hasArrayElements();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys this
         0: .line 429
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/pointer/CommonPointerLibraries$Keys;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  long getArraySize();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys this
         0: .line 434
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys.type:Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Struct;
            invokevirtual com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Struct.getMemberCount:()I
            i2l
            lreturn
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/pointer/CommonPointerLibraries$Keys;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean isArrayElementReadable(long);
    descriptor: (J)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys this
        start local 1 // long idx
         0: .line 439
            lload 1 /* idx */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys.getArraySize:()J
            invokestatic java.lang.Long.compareUnsigned:(JJ)I
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // long idx
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/runtime/pointer/CommonPointerLibraries$Keys;
            0    2     1   idx  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
      Name  Flags
      idx   

  java.lang.Object readArrayElement(long, com.oracle.truffle.api.profiles.BranchProfile);
    descriptor: (JLcom/oracle/truffle/api/profiles/BranchProfile;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys this
        start local 1 // long idx
        start local 3 // com.oracle.truffle.api.profiles.BranchProfile exception
         0: .line 446
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys.type:Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Struct;
            lload 1 /* idx */
            l2i
            invokevirtual com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Struct.getMember:(I)Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$StructMember;
            getfield com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$StructMember.name:Ljava/lang/String;
         1: areturn
         2: .line 447
      StackMap locals:
      StackMap stack: java.lang.IndexOutOfBoundsException
            pop
         3: .line 448
            aload 3 /* exception */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         4: .line 449
            lload 1 /* idx */
            invokestatic com.oracle.truffle.api.interop.InvalidArrayIndexException.create:(J)Lcom/oracle/truffle/api/interop/InvalidArrayIndexException;
            athrow
        end local 3 // com.oracle.truffle.api.profiles.BranchProfile exception
        end local 1 // long idx
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/oracle/truffle/llvm/runtime/pointer/CommonPointerLibraries$Keys;
            0    5     1        idx  J
            0    5     3  exception  Lcom/oracle/truffle/api/profiles/BranchProfile;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IndexOutOfBoundsException
    Exceptions:
      throws com.oracle.truffle.api.interop.InvalidArrayIndexException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
           Name  Flags
      idx        
      exception  
}
SourceFile: "CommonPointerLibraries.java"
NestHost: com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries
InnerClasses:
  public Struct = com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Struct of com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType
  public final StructMember = com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$StructMember of com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType
  public final Keys = com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$Keys of com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)