public class org.jruby.ir.instructions.BSwitchInstr extends org.jruby.ir.instructions.MultiBranchInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.instructions.BSwitchInstr
  super_class: org.jruby.ir.instructions.MultiBranchInstr
{
  private final int[] jumps;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.jruby.ir.operands.Operand operand;
    descriptor: Lorg/jruby/ir/operands/Operand;
    flags: (0x0002) ACC_PRIVATE

  private final org.jruby.ir.operands.Label rubyCase;
    descriptor: Lorg/jruby/ir/operands/Label;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.ir.operands.Label[] targets;
    descriptor: [Lorg/jruby/ir/operands/Label;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.ir.operands.Label elseTarget;
    descriptor: Lorg/jruby/ir/operands/Label;
    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 21
            ldc Lorg/jruby/ir/instructions/BSwitchInstr;
            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.jruby.ir.instructions.BSwitchInstr.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int[], org.jruby.ir.operands.Operand, org.jruby.ir.operands.Label, org.jruby.ir.operands.Label[], org.jruby.ir.operands.Label);
    descriptor: ([ILorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Label;[Lorg/jruby/ir/operands/Label;Lorg/jruby/ir/operands/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.jruby.ir.instructions.BSwitchInstr this
        start local 1 // int[] jumps
        start local 2 // org.jruby.ir.operands.Operand operand
        start local 3 // org.jruby.ir.operands.Label rubyCase
        start local 4 // org.jruby.ir.operands.Label[] targets
        start local 5 // org.jruby.ir.operands.Label elseTarget
         0: .line 29
            aload 0 /* this */
            getstatic org.jruby.ir.Operation.B_SWITCH:Lorg/jruby/ir/Operation;
            invokespecial org.jruby.ir.instructions.MultiBranchInstr.<init>:(Lorg/jruby/ir/Operation;)V
         1: .line 32
            getstatic org.jruby.ir.instructions.BSwitchInstr.$assertionsDisabled:Z
            ifne 2
            aload 1 /* jumps */
            invokestatic org.jruby.ir.instructions.BSwitchInstr.jumpsAreSorted:([I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 34
      StackMap locals: org.jruby.ir.instructions.BSwitchInstr int[] org.jruby.ir.operands.Operand org.jruby.ir.operands.Label org.jruby.ir.operands.Label[] org.jruby.ir.operands.Label
      StackMap stack:
            aload 0 /* this */
            aload 1 /* jumps */
            putfield org.jruby.ir.instructions.BSwitchInstr.jumps:[I
         3: .line 35
            aload 0 /* this */
            aload 2 /* operand */
            putfield org.jruby.ir.instructions.BSwitchInstr.operand:Lorg/jruby/ir/operands/Operand;
         4: .line 36
            aload 0 /* this */
            aload 3 /* rubyCase */
            putfield org.jruby.ir.instructions.BSwitchInstr.rubyCase:Lorg/jruby/ir/operands/Label;
         5: .line 37
            aload 0 /* this */
            aload 4 /* targets */
            putfield org.jruby.ir.instructions.BSwitchInstr.targets:[Lorg/jruby/ir/operands/Label;
         6: .line 38
            aload 0 /* this */
            aload 5 /* elseTarget */
            putfield org.jruby.ir.instructions.BSwitchInstr.elseTarget:Lorg/jruby/ir/operands/Label;
         7: .line 39
            return
        end local 5 // org.jruby.ir.operands.Label elseTarget
        end local 4 // org.jruby.ir.operands.Label[] targets
        end local 3 // org.jruby.ir.operands.Label rubyCase
        end local 2 // org.jruby.ir.operands.Operand operand
        end local 1 // int[] jumps
        end local 0 // org.jruby.ir.instructions.BSwitchInstr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/jruby/ir/instructions/BSwitchInstr;
            0    8     1       jumps  [I
            0    8     2     operand  Lorg/jruby/ir/operands/Operand;
            0    8     3    rubyCase  Lorg/jruby/ir/operands/Label;
            0    8     4     targets  [Lorg/jruby/ir/operands/Label;
            0    8     5  elseTarget  Lorg/jruby/ir/operands/Label;
    MethodParameters:
            Name  Flags
      jumps       
      operand     
      rubyCase    
      targets     
      elseTarget  

  public org.jruby.ir.operands.Operand[] getOperands();
    descriptor: ()[Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.BSwitchInstr this
         0: .line 43
            iconst_1
            anewarray org.jruby.ir.operands.Operand
            dup
            iconst_0
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.operand:Lorg/jruby/ir/operands/Operand;
            aastore
            areturn
        end local 0 // org.jruby.ir.instructions.BSwitchInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/BSwitchInstr;

  public org.jruby.ir.operands.Operand getCaseOperand();
    descriptor: ()Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.BSwitchInstr this
         0: .line 47
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.operand:Lorg/jruby/ir/operands/Operand;
            areturn
        end local 0 // org.jruby.ir.instructions.BSwitchInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/BSwitchInstr;

  public int[] getJumps();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.BSwitchInstr this
         0: .line 51
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.jumps:[I
            areturn
        end local 0 // org.jruby.ir.instructions.BSwitchInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/BSwitchInstr;

  public org.jruby.ir.operands.Label getRubyCaseLabel();
    descriptor: ()Lorg/jruby/ir/operands/Label;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.BSwitchInstr this
         0: .line 55
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.rubyCase:Lorg/jruby/ir/operands/Label;
            areturn
        end local 0 // org.jruby.ir.instructions.BSwitchInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/BSwitchInstr;

  public org.jruby.ir.operands.Label[] getTargets();
    descriptor: ()[Lorg/jruby/ir/operands/Label;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.BSwitchInstr this
         0: .line 59
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.targets:[Lorg/jruby/ir/operands/Label;
            areturn
        end local 0 // org.jruby.ir.instructions.BSwitchInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/BSwitchInstr;

  public org.jruby.ir.operands.Label getElseTarget();
    descriptor: ()Lorg/jruby/ir/operands/Label;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.BSwitchInstr this
         0: .line 62
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.elseTarget:Lorg/jruby/ir/operands/Label;
            areturn
        end local 0 // org.jruby.ir.instructions.BSwitchInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/BSwitchInstr;

  public void setOperand(int, org.jruby.ir.operands.Operand);
    descriptor: (ILorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.BSwitchInstr this
        start local 1 // int i
        start local 2 // org.jruby.ir.operands.Operand operand
         0: .line 67
            getstatic org.jruby.ir.instructions.BSwitchInstr.$assertionsDisabled:Z
            ifne 1
            iload 1 /* i */
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* operand */
            putfield org.jruby.ir.instructions.BSwitchInstr.operand:Lorg/jruby/ir/operands/Operand;
         2: .line 69
            return
        end local 2 // org.jruby.ir.operands.Operand operand
        end local 1 // int i
        end local 0 // org.jruby.ir.instructions.BSwitchInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/ir/instructions/BSwitchInstr;
            0    3     1        i  I
            0    3     2  operand  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
         Name  Flags
      i        
      operand  

  public org.jruby.ir.instructions.Instr clone(org.jruby.ir.transformations.inlining.CloneInfo);
    descriptor: (Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/instructions/Instr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // org.jruby.ir.instructions.BSwitchInstr this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo info
         0: .line 73
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.operand:Lorg/jruby/ir/operands/Operand;
            aload 1 /* info */
            invokevirtual org.jruby.ir.operands.Operand.cloneForInlining:(Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/operands/Operand;
            astore 2 /* operand */
        start local 2 // org.jruby.ir.operands.Operand operand
         1: .line 74
            aload 1 /* info */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.rubyCase:Lorg/jruby/ir/operands/Label;
            invokevirtual org.jruby.ir.transformations.inlining.CloneInfo.getRenamedLabel:(Lorg/jruby/ir/operands/Label;)Lorg/jruby/ir/operands/Label;
            astore 3 /* rubyCase */
        start local 3 // org.jruby.ir.operands.Label rubyCase
         2: .line 75
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.targets:[Lorg/jruby/ir/operands/Label;
            arraylength
            anewarray org.jruby.ir.operands.Label
            astore 4 /* targets */
        start local 4 // org.jruby.ir.operands.Label[] targets
         3: .line 76
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 6
      StackMap locals: org.jruby.ir.instructions.BSwitchInstr org.jruby.ir.transformations.inlining.CloneInfo org.jruby.ir.operands.Operand org.jruby.ir.operands.Label org.jruby.ir.operands.Label[] int
      StackMap stack:
         5: aload 4 /* targets */
            iload 5 /* i */
            aload 1 /* info */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.targets:[Lorg/jruby/ir/operands/Label;
            iload 5 /* i */
            aaload
            invokevirtual org.jruby.ir.transformations.inlining.CloneInfo.getRenamedLabel:(Lorg/jruby/ir/operands/Label;)Lorg/jruby/ir/operands/Label;
            aastore
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 5 /* i */
            aload 4 /* targets */
            arraylength
            if_icmplt 5
        end local 5 // int i
         7: .line 77
            aload 1 /* info */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.elseTarget:Lorg/jruby/ir/operands/Label;
            invokevirtual org.jruby.ir.transformations.inlining.CloneInfo.getRenamedLabel:(Lorg/jruby/ir/operands/Label;)Lorg/jruby/ir/operands/Label;
            astore 5 /* elseTarget */
        start local 5 // org.jruby.ir.operands.Label elseTarget
         8: .line 78
            new org.jruby.ir.instructions.BSwitchInstr
            dup
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.jumps:[I
            aload 2 /* operand */
            aload 3 /* rubyCase */
            aload 4 /* targets */
            aload 5 /* elseTarget */
            invokespecial org.jruby.ir.instructions.BSwitchInstr.<init>:([ILorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Label;[Lorg/jruby/ir/operands/Label;Lorg/jruby/ir/operands/Label;)V
            areturn
        end local 5 // org.jruby.ir.operands.Label elseTarget
        end local 4 // org.jruby.ir.operands.Label[] targets
        end local 3 // org.jruby.ir.operands.Label rubyCase
        end local 2 // org.jruby.ir.operands.Operand operand
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo info
        end local 0 // org.jruby.ir.instructions.BSwitchInstr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/jruby/ir/instructions/BSwitchInstr;
            0    9     1        info  Lorg/jruby/ir/transformations/inlining/CloneInfo;
            1    9     2     operand  Lorg/jruby/ir/operands/Operand;
            2    9     3    rubyCase  Lorg/jruby/ir/operands/Label;
            3    9     4     targets  [Lorg/jruby/ir/operands/Label;
            4    7     5           i  I
            8    9     5  elseTarget  Lorg/jruby/ir/operands/Label;
    MethodParameters:
      Name  Flags
      info  

  public void encode(org.jruby.ir.persistence.IRWriterEncoder);
    descriptor: (Lorg/jruby/ir/persistence/IRWriterEncoder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.BSwitchInstr this
        start local 1 // org.jruby.ir.persistence.IRWriterEncoder e
         0: .line 83
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.instructions.MultiBranchInstr.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 84
            aload 1 /* e */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.jumps:[I
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:([I)V
         2: .line 85
            aload 1 /* e */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.operand:Lorg/jruby/ir/operands/Operand;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/operands/Operand;)V
         3: .line 86
            aload 1 /* e */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.rubyCase:Lorg/jruby/ir/operands/Label;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/operands/Operand;)V
         4: .line 87
            aload 1 /* e */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.targets:[Lorg/jruby/ir/operands/Label;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:([Lorg/jruby/ir/operands/Operand;)V
         5: .line 88
            aload 1 /* e */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.elseTarget:Lorg/jruby/ir/operands/Label;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/operands/Operand;)V
         6: .line 89
            return
        end local 1 // org.jruby.ir.persistence.IRWriterEncoder e
        end local 0 // org.jruby.ir.instructions.BSwitchInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/jruby/ir/instructions/BSwitchInstr;
            0    7     1     e  Lorg/jruby/ir/persistence/IRWriterEncoder;
    MethodParameters:
      Name  Flags
      e     

  public static org.jruby.ir.instructions.BSwitchInstr decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/instructions/BSwitchInstr;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 92
            new org.jruby.ir.instructions.BSwitchInstr
            dup
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeIntArray:()[I
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeLabel:()Lorg/jruby/ir/operands/Label;
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeLabelArray:()[Lorg/jruby/ir/operands/Label;
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeLabel:()Lorg/jruby/ir/operands/Label;
            invokespecial org.jruby.ir.instructions.BSwitchInstr.<init>:([ILorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Label;[Lorg/jruby/ir/operands/Label;Lorg/jruby/ir/operands/Label;)V
            areturn
        end local 0 // org.jruby.ir.persistence.IRReaderDecoder d
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     d  Lorg/jruby/ir/persistence/IRReaderDecoder;
    MethodParameters:
      Name  Flags
      d     

  public int interpretAndGetNewIPC(org.jruby.runtime.ThreadContext, org.jruby.runtime.DynamicScope, org.jruby.parser.StaticScope, org.jruby.runtime.builtin.IRubyObject, java.lang.Object[], int);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=7
        start local 0 // org.jruby.ir.instructions.BSwitchInstr this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.DynamicScope currDynScope
        start local 3 // org.jruby.parser.StaticScope currScope
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.Object[] temp
        start local 6 // int ipc
         0: .line 99
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.operand:Lorg/jruby/ir/operands/Operand;
            aload 1 /* context */
            aload 4 /* self */
            aload 3 /* currScope */
            aload 2 /* currDynScope */
            aload 5 /* temp */
            invokevirtual org.jruby.ir.operands.Operand.retrieve:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 7 /* result */
        start local 7 // java.lang.Object result
         1: .line 100
            aload 7 /* result */
            instanceof org.jruby.RubyFixnum
            ifne 3
         2: .line 102
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.rubyCase:Lorg/jruby/ir/operands/Label;
            invokevirtual org.jruby.ir.operands.Label.getTargetPC:()I
            ireturn
         3: .line 105
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 7 /* result */
            checkcast org.jruby.RubyFixnum
            invokevirtual org.jruby.RubyFixnum.getIntValue:()I
            istore 8 /* value */
        start local 8 // int value
         4: .line 107
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.jumps:[I
            iload 8 /* value */
            invokestatic java.util.Arrays.binarySearch:([II)I
            istore 9 /* index */
        start local 9 // int index
         5: .line 109
            iload 9 /* index */
            ifge 7
         6: .line 110
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.elseTarget:Lorg/jruby/ir/operands/Label;
            invokevirtual org.jruby.ir.operands.Label.getTargetPC:()I
            ireturn
         7: .line 113
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.targets:[Lorg/jruby/ir/operands/Label;
            iload 9 /* index */
            aaload
            invokevirtual org.jruby.ir.operands.Label.getTargetPC:()I
            ireturn
        end local 9 // int index
        end local 8 // int value
        end local 7 // java.lang.Object result
        end local 6 // int ipc
        end local 5 // java.lang.Object[] temp
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.parser.StaticScope currScope
        end local 2 // org.jruby.runtime.DynamicScope currDynScope
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.instructions.BSwitchInstr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lorg/jruby/ir/instructions/BSwitchInstr;
            0    8     1       context  Lorg/jruby/runtime/ThreadContext;
            0    8     2  currDynScope  Lorg/jruby/runtime/DynamicScope;
            0    8     3     currScope  Lorg/jruby/parser/StaticScope;
            0    8     4          self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     5          temp  [Ljava/lang/Object;
            0    8     6           ipc  I
            1    8     7        result  Ljava/lang/Object;
            4    8     8         value  I
            5    8     9         index  I
    MethodParameters:
              Name  Flags
      context       
      currDynScope  
      currScope     
      self          
      temp          
      ipc           

  public void visit(org.jruby.ir.IRVisitor);
    descriptor: (Lorg/jruby/ir/IRVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.BSwitchInstr this
        start local 1 // org.jruby.ir.IRVisitor visitor
         0: .line 118
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.BSwitchInstr:(Lorg/jruby/ir/instructions/BSwitchInstr;)V
         1: .line 119
            return
        end local 1 // org.jruby.ir.IRVisitor visitor
        end local 0 // org.jruby.ir.instructions.BSwitchInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/instructions/BSwitchInstr;
            0    2     1  visitor  Lorg/jruby/ir/IRVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public org.jruby.ir.operands.Label[] getJumpTargets();
    descriptor: ()[Lorg/jruby/ir/operands/Label;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.jruby.ir.instructions.BSwitchInstr this
         0: .line 123
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.targets:[Lorg/jruby/ir/operands/Label;
            arraylength
            iconst_2
            iadd
            anewarray org.jruby.ir.operands.Label
            astore 1 /* jumpTargets */
        start local 1 // org.jruby.ir.operands.Label[] jumpTargets
         1: .line 124
            aload 1 /* jumpTargets */
            iconst_0
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.rubyCase:Lorg/jruby/ir/operands/Label;
            aastore
         2: .line 125
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.targets:[Lorg/jruby/ir/operands/Label;
            iconst_0
            aload 1 /* jumpTargets */
            iconst_1
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.targets:[Lorg/jruby/ir/operands/Label;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 126
            aload 1 /* jumpTargets */
            aload 1 /* jumpTargets */
            arraylength
            iconst_1
            isub
            aload 0 /* this */
            getfield org.jruby.ir.instructions.BSwitchInstr.elseTarget:Lorg/jruby/ir/operands/Label;
            aastore
         4: .line 127
            aload 1 /* jumpTargets */
            areturn
        end local 1 // org.jruby.ir.operands.Label[] jumpTargets
        end local 0 // org.jruby.ir.instructions.BSwitchInstr this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/jruby/ir/instructions/BSwitchInstr;
            1    5     1  jumpTargets  [Lorg/jruby/ir/operands/Label;

  private static boolean jumpsAreSorted(int[]);
    descriptor: ([I)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // int[] jumps
         0: .line 131
            aload 0 /* jumps */
            arraylength
            ifne 1
            iconst_1
            ireturn
         1: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* jumps */
            iconst_0
            iaload
            istore 1 /* prev */
        start local 1 // int prev
         2: .line 133
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         3: goto 8
         4: .line 134
      StackMap locals: int int
      StackMap stack:
            aload 0 /* jumps */
            iload 2 /* i */
            iaload
            istore 3 /* curr */
        start local 3 // int curr
         5: .line 135
            iload 1 /* prev */
            iload 3 /* curr */
            if_icmple 6
            iconst_0
            ireturn
         6: .line 136
      StackMap locals: int
      StackMap stack:
            iload 3 /* curr */
            istore 1 /* prev */
        end local 3 // int curr
         7: .line 133
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 0 /* jumps */
            arraylength
            if_icmplt 4
        end local 2 // int i
         9: .line 138
            iconst_1
            ireturn
        end local 1 // int prev
        end local 0 // int[] jumps
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0  jumps  [I
            2   10     1   prev  I
            3    9     2      i  I
            5    7     3   curr  I
    MethodParameters:
       Name  Flags
      jumps  final
}
SourceFile: "BSwitchInstr.java"