class com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence implements org.graalvm.polyglot.io.ByteSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence
  super_class: java.lang.Object
{
  private final byte[] bytes;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int length;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 46
            ldc Lcom/oracle/truffle/llvm/tools/ExtractBitcode;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(byte[], int);
    descriptor: ([BI)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence this
        start local 1 // byte[] bytes
        start local 2 // int length
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* bytes */
            putfield com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence.bytes:[B
         2: .line 53
            aload 0 /* this */
            iload 2 /* length */
            putfield com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence.length:I
         3: .line 54
            getstatic com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence.$assertionsDisabled:Z
            ifne 4
            aload 1 /* bytes */
            arraylength
            iload 2 /* length */
            if_icmpge 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 55
      StackMap locals: com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence byte[] int
      StackMap stack:
            return
        end local 2 // int length
        end local 1 // byte[] bytes
        end local 0 // com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/truffle/llvm/tools/ExtractBitcode$ArrayByteSequence;
            0    5     1   bytes  [B
            0    5     2  length  I
    MethodParameters:
        Name  Flags
      bytes   
      length  

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence this
         0: .line 59
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence.length:I
            ireturn
        end local 0 // com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tools/ExtractBitcode$ArrayByteSequence;

  public byte byteAt(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence this
        start local 1 // int index
         0: .line 64
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence.bytes:[B
            iload 1 /* index */
            baload
            ireturn
        end local 1 // int index
        end local 0 // com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/llvm/tools/ExtractBitcode$ArrayByteSequence;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "ExtractBitcode.java"
NestHost: com.oracle.truffle.llvm.tools.ExtractBitcode
InnerClasses:
  private ArrayByteSequence = com.oracle.truffle.llvm.tools.ExtractBitcode$ArrayByteSequence of com.oracle.truffle.llvm.tools.ExtractBitcode