public final class org.graalvm.compiler.bytecode.BytecodeStream
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.bytecode.BytecodeStream
  super_class: java.lang.Object
{
  private final byte[] code;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int opcode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int curBCI;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int nextBCI;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  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 32
            ldc Lorg/graalvm/compiler/bytecode/BytecodeStream;
            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 org.graalvm.compiler.bytecode.BytecodeStream.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
        start local 1 // byte[] code
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            getstatic org.graalvm.compiler.bytecode.BytecodeStream.$assertionsDisabled:Z
            ifne 2
            aload 1 /* code */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 46
      StackMap locals: org.graalvm.compiler.bytecode.BytecodeStream byte[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* code */
            putfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
         3: .line 47
            aload 0 /* this */
            iconst_0
            invokevirtual org.graalvm.compiler.bytecode.BytecodeStream.setBCI:(I)V
         4: .line 48
            return
        end local 1 // byte[] code
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;
            0    5     1  code  [B
    MethodParameters:
      Name  Flags
      code  

  public void next();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
         0: .line 54
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.nextBCI:I
            invokevirtual org.graalvm.compiler.bytecode.BytecodeStream.setBCI:(I)V
         1: .line 55
            return
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;

  public int nextBCI();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
         0: .line 63
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.nextBCI:I
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;

  public int currentBCI();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
         0: .line 72
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;

  public int endBCI();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
         0: .line 81
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            arraylength
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;

  public int currentBC();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
         0: .line 91
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
            sipush 196
            if_icmpne 2
         1: .line 92
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            iconst_1
            iadd
            invokestatic org.graalvm.compiler.bytecode.Bytes.beU1:([BI)I
            ireturn
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;

  public int readLocalIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
         0: .line 106
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
            sipush 196
            if_icmpne 2
         1: .line 107
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            iconst_2
            iadd
            invokestatic org.graalvm.compiler.bytecode.Bytes.beU2:([BI)I
            ireturn
         2: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            iconst_1
            iadd
            invokestatic org.graalvm.compiler.bytecode.Bytes.beU1:([BI)I
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;

  public int readIncrement();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
         0: .line 119
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
            sipush 196
            if_icmpne 2
         1: .line 120
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            iconst_4
            iadd
            invokestatic org.graalvm.compiler.bytecode.Bytes.beS2:([BI)I
            ireturn
         2: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            iconst_2
            iadd
            invokestatic org.graalvm.compiler.bytecode.Bytes.beS1:([BI)I
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;

  public int readBranchDest();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
         0: .line 132
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
            sipush 200
            if_icmpeq 1
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
            sipush 201
            if_icmpne 2
         1: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            iconst_1
            iadd
            invokestatic org.graalvm.compiler.bytecode.Bytes.beS4:([BI)I
            iadd
            ireturn
         2: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            iconst_1
            iadd
            invokestatic org.graalvm.compiler.bytecode.Bytes.beS2:([BI)I
            iadd
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;

  public int readInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
        start local 1 // int bci
         0: .line 147
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            iload 1 /* bci */
            invokestatic org.graalvm.compiler.bytecode.Bytes.beS4:([BI)I
            ireturn
        end local 1 // int bci
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;
            0    1     1   bci  I
    MethodParameters:
      Name  Flags
      bci   

  public int readUByte(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
        start local 1 // int bci
         0: .line 157
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            iload 1 /* bci */
            invokestatic org.graalvm.compiler.bytecode.Bytes.beU1:([BI)I
            ireturn
        end local 1 // int bci
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;
            0    1     1   bci  I
    MethodParameters:
      Name  Flags
      bci   

  public char readCPI();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
         0: .line 166
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
            bipush 18
            if_icmpne 2
         1: .line 167
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            iconst_1
            iadd
            invokestatic org.graalvm.compiler.bytecode.Bytes.beU1:([BI)I
            i2c
            ireturn
         2: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            iconst_1
            iadd
            invokestatic org.graalvm.compiler.bytecode.Bytes.beU2:([BI)I
            i2c
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;

  public int readCPI4();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
         0: .line 178
            getstatic org.graalvm.compiler.bytecode.BytecodeStream.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
            sipush 186
            if_icmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            iconst_1
            iadd
            invokestatic org.graalvm.compiler.bytecode.Bytes.beS4:([BI)I
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;

  public byte readByte();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
         0: .line 188
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            iconst_1
            iadd
            baload
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;

  public short readShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
         0: .line 197
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            iconst_1
            iadd
            invokestatic org.graalvm.compiler.bytecode.Bytes.beS2:([BI)I
            i2s
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;

  public void setBCI(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
        start local 1 // int bci
         0: .line 208
            aload 0 /* this */
            iload 1 /* bci */
            putfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
         1: .line 209
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            arraylength
            if_icmpge 6
         2: .line 210
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            iload 1 /* bci */
            invokestatic org.graalvm.compiler.bytecode.Bytes.beU1:([BI)I
            putfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
         3: .line 211
            getstatic org.graalvm.compiler.bytecode.BytecodeStream.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
            sipush 202
            if_icmplt 4
            new java.lang.AssertionError
            dup
            ldc "illegal bytecode"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* bci */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.bytecode.BytecodeStream.lengthOf:()I
            iadd
            putfield org.graalvm.compiler.bytecode.BytecodeStream.nextBCI:I
         5: .line 213
            goto 8
         6: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 256
            putfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
         7: .line 215
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            putfield org.graalvm.compiler.bytecode.BytecodeStream.nextBCI:I
         8: .line 217
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int bci
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/graalvm/compiler/bytecode/BytecodeStream;
            0    9     1   bci  I
    MethodParameters:
      Name  Flags
      bci   

  private int lengthOf();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
         0: .line 223
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
            invokestatic org.graalvm.compiler.bytecode.Bytecodes.lengthOf:(I)I
            istore 1 /* length */
        start local 1 // int length
         1: .line 224
            iload 1 /* length */
            ifne 12
         2: .line 225
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
            lookupswitch { // 3
                  170: 3
                  171: 4
                  196: 5
              default: 11
          }
         3: .line 227
      StackMap locals: int
      StackMap stack:
            new org.graalvm.compiler.bytecode.BytecodeTableSwitch
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            invokespecial org.graalvm.compiler.bytecode.BytecodeTableSwitch.<init>:(Lorg/graalvm/compiler/bytecode/BytecodeStream;I)V
            invokevirtual org.graalvm.compiler.bytecode.BytecodeTableSwitch.size:()I
            ireturn
         4: .line 230
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.bytecode.BytecodeLookupSwitch
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            invokespecial org.graalvm.compiler.bytecode.BytecodeLookupSwitch.<init>:(Lorg/graalvm/compiler/bytecode/BytecodeStream;I)V
            invokevirtual org.graalvm.compiler.bytecode.BytecodeLookupSwitch.size:()I
            ireturn
         5: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.code:[B
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.curBCI:I
            iconst_1
            iadd
            invokestatic org.graalvm.compiler.bytecode.Bytes.beU1:([BI)I
            istore 2 /* opc */
        start local 2 // int opc
         6: .line 234
            iload 2 /* opc */
            sipush 169
            if_icmpne 8
         7: .line 235
            iconst_4
            ireturn
         8: .line 236
      StackMap locals: int
      StackMap stack:
            iload 2 /* opc */
            sipush 132
            if_icmpne 10
         9: .line 237
            bipush 6
            ireturn
        10: .line 239
      StackMap locals:
      StackMap stack:
            iconst_4
            ireturn
        end local 2 // int opc
        11: .line 243
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            new java.lang.StringBuilder
            dup
            ldc "unknown variable-length bytecode: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeStream.opcode:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 246
      StackMap locals:
      StackMap stack:
            iload 1 /* length */
            ireturn
        end local 1 // int length
        end local 0 // org.graalvm.compiler.bytecode.BytecodeStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/graalvm/compiler/bytecode/BytecodeStream;
            1   13     1  length  I
            6   11     2     opc  I
}
SourceFile: "BytecodeStream.java"