public class org.graalvm.compiler.bytecode.BytecodeTableSwitch extends org.graalvm.compiler.bytecode.BytecodeSwitch
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.bytecode.BytecodeTableSwitch
  super_class: org.graalvm.compiler.bytecode.BytecodeSwitch
{
  private static final int OFFSET_TO_LOW_KEY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int OFFSET_TO_HIGH_KEY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static final int OFFSET_TO_FIRST_JUMP_OFFSET;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  private static final int JUMP_OFFSET_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public void <init>(org.graalvm.compiler.bytecode.BytecodeStream, int);
    descriptor: (Lorg/graalvm/compiler/bytecode/BytecodeStream;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
        start local 1 // org.graalvm.compiler.bytecode.BytecodeStream stream
        start local 2 // int bci
         0: .line 44
            aload 0 /* this */
            aload 1 /* stream */
            iload 2 /* bci */
            invokespecial org.graalvm.compiler.bytecode.BytecodeSwitch.<init>:(Lorg/graalvm/compiler/bytecode/BytecodeStream;I)V
         1: .line 45
            return
        end local 2 // int bci
        end local 1 // org.graalvm.compiler.bytecode.BytecodeStream stream
        end local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;
            0    2     1  stream  Lorg/graalvm/compiler/bytecode/BytecodeStream;
            0    2     2     bci  I
    MethodParameters:
        Name  Flags
      stream  
      bci     

  public int lowKey();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
         0: .line 53
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.stream:Lorg/graalvm/compiler/bytecode/BytecodeStream;
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.alignedBci:I
            iconst_4
            iadd
            invokevirtual org.graalvm.compiler.bytecode.BytecodeStream.readInt:(I)I
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;

  public int highKey();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
         0: .line 62
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.stream:Lorg/graalvm/compiler/bytecode/BytecodeStream;
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.alignedBci:I
            bipush 8
            iadd
            invokevirtual org.graalvm.compiler.bytecode.BytecodeStream.readInt:(I)I
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;

  public int keyAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
        start local 1 // int i
         0: .line 67
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.bytecode.BytecodeTableSwitch.lowKey:()I
            iload 1 /* i */
            iadd
            ireturn
        end local 1 // int i
        end local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int offsetAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
        start local 1 // int i
         0: .line 72
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.stream:Lorg/graalvm/compiler/bytecode/BytecodeStream;
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.alignedBci:I
            bipush 12
            iadd
            iconst_4
            iload 1 /* i */
            imul
            iadd
            invokevirtual org.graalvm.compiler.bytecode.BytecodeStream.readInt:(I)I
            ireturn
        end local 1 // int i
        end local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int numberOfCases();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
         0: .line 77
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.bytecode.BytecodeTableSwitch.highKey:()I
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.bytecode.BytecodeTableSwitch.lowKey:()I
            isub
            iconst_1
            iadd
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
         0: .line 82
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.alignedBci:I
            bipush 12
            iadd
            iconst_4
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.bytecode.BytecodeTableSwitch.numberOfCases:()I
            imul
            iadd
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.bci:I
            isub
            ireturn
        end local 0 // org.graalvm.compiler.bytecode.BytecodeTableSwitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;
}
SourceFile: "BytecodeTableSwitch.java"