final class com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor$FunctionMembers implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor$FunctionMembers
  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.LLVMFunctionDescriptor$FunctionMembers this
         0: .line 191
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor$FunctionMembers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor$FunctionMembers;

  boolean hasArrayElements();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor$FunctionMembers this
         0: .line 195
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor$FunctionMembers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor$FunctionMembers;
    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.LLVMFunctionDescriptor$FunctionMembers this
         0: .line 200
            lconst_1
            lreturn
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor$FunctionMembers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor$FunctionMembers;
    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.LLVMFunctionDescriptor$FunctionMembers this
        start local 1 // long index
         0: .line 205
            lload 1 /* index */
            lconst_0
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // long index
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor$FunctionMembers this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor$FunctionMembers;
            0    2     1  index  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
       Name  Flags
      index  

  java.lang.Object readArrayElement(long);
    descriptor: (J)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor$FunctionMembers this
        start local 1 // long index
         0: .line 210
            lload 1 /* index */
            lconst_0
            lcmp
            ifne 2
         1: .line 211
            ldc "bind"
            areturn
         2: .line 213
      StackMap locals:
      StackMap stack:
            lload 1 /* index */
            invokestatic com.oracle.truffle.api.interop.InvalidArrayIndexException.create:(J)Lcom/oracle/truffle/api/interop/InvalidArrayIndexException;
            athrow
        end local 1 // long index
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor$FunctionMembers this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor$FunctionMembers;
            0    3     1  index  J
    Exceptions:
      throws com.oracle.truffle.api.interop.InvalidArrayIndexException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "LLVMFunctionDescriptor.java"
NestHost: com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor
InnerClasses:
  final FunctionMembers = com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor$FunctionMembers of com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)