public class org.graalvm.compiler.bytecode.BytecodeLookupSwitch 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.BytecodeLookupSwitch
  super_class: org.graalvm.compiler.bytecode.BytecodeSwitch
{
  private static final int OFFSET_TO_NUMBER_PAIRS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

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

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

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

  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.BytecodeLookupSwitch 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.BytecodeLookupSwitch this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/graalvm/compiler/bytecode/BytecodeLookupSwitch;
            0    2     1  stream  Lorg/graalvm/compiler/bytecode/BytecodeStream;
            0    2     2     bci  I
    MethodParameters:
        Name  Flags
      stream  
      bci     

  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.BytecodeLookupSwitch this
        start local 1 // int i
         0: .line 49
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeLookupSwitch.stream:Lorg/graalvm/compiler/bytecode/BytecodeStream;
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeLookupSwitch.alignedBci:I
            bipush 12
            iadd
            bipush 8
            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.BytecodeLookupSwitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeLookupSwitch;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int keyAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.bytecode.BytecodeLookupSwitch this
        start local 1 // int i
         0: .line 54
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeLookupSwitch.stream:Lorg/graalvm/compiler/bytecode/BytecodeStream;
            aload 0 /* this */
            getfield org.graalvm.compiler.bytecode.BytecodeLookupSwitch.alignedBci:I
            bipush 8
            iadd
            bipush 8
            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.BytecodeLookupSwitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/bytecode/BytecodeLookupSwitch;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

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

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