public class org.jruby.ir.interpreter.InterpreterEngine
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.interpreter.InterpreterEngine
  super_class: java.lang.Object
{
  private static volatile int[] $SWITCH_TABLE$org$jruby$ir$Operation;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$org$jruby$ir$OpClass;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterEngine this
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ir.interpreter.InterpreterEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterEngine;

  public org.jruby.runtime.builtin.IRubyObject interpret(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject, org.jruby.ir.interpreter.InterpreterContext, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=8
        start local 0 // org.jruby.ir.interpreter.InterpreterEngine this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
        start local 5 // org.jruby.RubyModule implClass
        start local 6 // java.lang.String name
        start local 7 // org.jruby.runtime.Block blockArg
         0: .line 80
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* block */
            aload 3 /* self */
            aload 4 /* interpreterContext */
            aload 5 /* implClass */
            aload 6 /* name */
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            aload 7 /* blockArg */
            invokevirtual org.jruby.ir.interpreter.InterpreterEngine.interpret:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.Block blockArg
        end local 6 // java.lang.String name
        end local 5 // org.jruby.RubyModule implClass
        end local 4 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.interpreter.InterpreterEngine this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/jruby/ir/interpreter/InterpreterEngine;
            0    1     1             context  Lorg/jruby/runtime/ThreadContext;
            0    1     2               block  Lorg/jruby/runtime/Block;
            0    1     3                self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4  interpreterContext  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    1     5           implClass  Lorg/jruby/RubyModule;
            0    1     6                name  Ljava/lang/String;
            0    1     7            blockArg  Lorg/jruby/runtime/Block;
    MethodParameters:
                    Name  Flags
      context             
      block               
      self                
      interpreterContext  
      implClass           
      name                
      blockArg            

  public org.jruby.runtime.builtin.IRubyObject interpret(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject, org.jruby.ir.interpreter.InterpreterContext, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=9, args_size=9
        start local 0 // org.jruby.ir.interpreter.InterpreterEngine this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
        start local 5 // org.jruby.RubyModule implClass
        start local 6 // java.lang.String name
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 8 // org.jruby.runtime.Block blockArg
         0: .line 86
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* block */
            aload 3 /* self */
            aload 4 /* interpreterContext */
            aload 5 /* implClass */
            aload 6 /* name */
            iconst_1
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 7 /* arg1 */
            aastore
            aload 8 /* blockArg */
            invokevirtual org.jruby.ir.interpreter.InterpreterEngine.interpret:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.runtime.Block blockArg
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 6 // java.lang.String name
        end local 5 // org.jruby.RubyModule implClass
        end local 4 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.interpreter.InterpreterEngine this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/jruby/ir/interpreter/InterpreterEngine;
            0    1     1             context  Lorg/jruby/runtime/ThreadContext;
            0    1     2               block  Lorg/jruby/runtime/Block;
            0    1     3                self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4  interpreterContext  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    1     5           implClass  Lorg/jruby/RubyModule;
            0    1     6                name  Ljava/lang/String;
            0    1     7                arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     8            blockArg  Lorg/jruby/runtime/Block;
    MethodParameters:
                    Name  Flags
      context             
      block               
      self                
      interpreterContext  
      implClass           
      name                
      arg1                
      blockArg            

  public org.jruby.runtime.builtin.IRubyObject interpret(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject, org.jruby.ir.interpreter.InterpreterContext, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=10, args_size=10
        start local 0 // org.jruby.ir.interpreter.InterpreterEngine this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
        start local 5 // org.jruby.RubyModule implClass
        start local 6 // java.lang.String name
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 8 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 9 // org.jruby.runtime.Block blockArg
         0: .line 92
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* block */
            aload 3 /* self */
            aload 4 /* interpreterContext */
            aload 5 /* implClass */
            aload 6 /* name */
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 7 /* arg1 */
            aastore
            dup
            iconst_1
            aload 8 /* arg2 */
            aastore
            aload 9 /* blockArg */
            invokevirtual org.jruby.ir.interpreter.InterpreterEngine.interpret:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 9 // org.jruby.runtime.Block blockArg
        end local 8 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 6 // java.lang.String name
        end local 5 // org.jruby.RubyModule implClass
        end local 4 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.interpreter.InterpreterEngine this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/jruby/ir/interpreter/InterpreterEngine;
            0    1     1             context  Lorg/jruby/runtime/ThreadContext;
            0    1     2               block  Lorg/jruby/runtime/Block;
            0    1     3                self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4  interpreterContext  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    1     5           implClass  Lorg/jruby/RubyModule;
            0    1     6                name  Ljava/lang/String;
            0    1     7                arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     8                arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     9            blockArg  Lorg/jruby/runtime/Block;
    MethodParameters:
                    Name  Flags
      context             
      block               
      self                
      interpreterContext  
      implClass           
      name                
      arg1                
      arg2                
      blockArg            

  public org.jruby.runtime.builtin.IRubyObject interpret(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject, org.jruby.ir.interpreter.InterpreterContext, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=11, args_size=11
        start local 0 // org.jruby.ir.interpreter.InterpreterEngine this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
        start local 5 // org.jruby.RubyModule implClass
        start local 6 // java.lang.String name
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 8 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 9 // org.jruby.runtime.builtin.IRubyObject arg3
        start local 10 // org.jruby.runtime.Block blockArg
         0: .line 98
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* block */
            aload 3 /* self */
            aload 4 /* interpreterContext */
            aload 5 /* implClass */
            aload 6 /* name */
            iconst_3
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 7 /* arg1 */
            aastore
            dup
            iconst_1
            aload 8 /* arg2 */
            aastore
            dup
            iconst_2
            aload 9 /* arg3 */
            aastore
            aload 10 /* blockArg */
            invokevirtual org.jruby.ir.interpreter.InterpreterEngine.interpret:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 10 // org.jruby.runtime.Block blockArg
        end local 9 // org.jruby.runtime.builtin.IRubyObject arg3
        end local 8 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 6 // java.lang.String name
        end local 5 // org.jruby.RubyModule implClass
        end local 4 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.interpreter.InterpreterEngine this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/jruby/ir/interpreter/InterpreterEngine;
            0    1     1             context  Lorg/jruby/runtime/ThreadContext;
            0    1     2               block  Lorg/jruby/runtime/Block;
            0    1     3                self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4  interpreterContext  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    1     5           implClass  Lorg/jruby/RubyModule;
            0    1     6                name  Ljava/lang/String;
            0    1     7                arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     8                arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     9                arg3  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1    10            blockArg  Lorg/jruby/runtime/Block;
    MethodParameters:
                    Name  Flags
      context             
      block               
      self                
      interpreterContext  
      implClass           
      name                
      arg1                
      arg2                
      arg3                
      blockArg            

  public org.jruby.runtime.builtin.IRubyObject interpret(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject, org.jruby.ir.interpreter.InterpreterContext, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=12, args_size=12
        start local 0 // org.jruby.ir.interpreter.InterpreterEngine this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
        start local 5 // org.jruby.RubyModule implClass
        start local 6 // java.lang.String name
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 8 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 9 // org.jruby.runtime.builtin.IRubyObject arg3
        start local 10 // org.jruby.runtime.builtin.IRubyObject arg4
        start local 11 // org.jruby.runtime.Block blockArg
         0: .line 104
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* block */
            aload 3 /* self */
            aload 4 /* interpreterContext */
            aload 5 /* implClass */
            aload 6 /* name */
            iconst_4
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 7 /* arg1 */
            aastore
            dup
            iconst_1
            aload 8 /* arg2 */
            aastore
            dup
            iconst_2
            aload 9 /* arg3 */
            aastore
            dup
            iconst_3
            aload 10 /* arg4 */
            aastore
            aload 11 /* blockArg */
            invokevirtual org.jruby.ir.interpreter.InterpreterEngine.interpret:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 11 // org.jruby.runtime.Block blockArg
        end local 10 // org.jruby.runtime.builtin.IRubyObject arg4
        end local 9 // org.jruby.runtime.builtin.IRubyObject arg3
        end local 8 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 6 // java.lang.String name
        end local 5 // org.jruby.RubyModule implClass
        end local 4 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.interpreter.InterpreterEngine this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/jruby/ir/interpreter/InterpreterEngine;
            0    1     1             context  Lorg/jruby/runtime/ThreadContext;
            0    1     2               block  Lorg/jruby/runtime/Block;
            0    1     3                self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4  interpreterContext  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    1     5           implClass  Lorg/jruby/RubyModule;
            0    1     6                name  Ljava/lang/String;
            0    1     7                arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     8                arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     9                arg3  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1    10                arg4  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1    11            blockArg  Lorg/jruby/runtime/Block;
    MethodParameters:
                    Name  Flags
      context             
      block               
      self                
      interpreterContext  
      implClass           
      name                
      arg1                
      arg2                
      arg3                
      arg4                
      blockArg            

  public org.jruby.runtime.builtin.IRubyObject interpret(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject, org.jruby.ir.interpreter.InterpreterContext, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=26, args_size=9
        start local 0 // org.jruby.ir.interpreter.InterpreterEngine this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
        start local 5 // org.jruby.RubyModule implClass
        start local 6 // java.lang.String name
        start local 7 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 8 // org.jruby.runtime.Block blockArg
         0: .line 110
            aload 4 /* interpreterContext */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getInstructions:()[Lorg/jruby/ir/instructions/Instr;
            astore 9 /* instrs */
        start local 9 // org.jruby.ir.instructions.Instr[] instrs
         1: .line 111
            aload 4 /* interpreterContext */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.allocateTemporaryVariables:()[Ljava/lang/Object;
            astore 10 /* temp */
        start local 10 // java.lang.Object[] temp
         2: .line 112
            aload 4 /* interpreterContext */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.allocateTemporaryFloatVariables:()[D
            astore 11 /* floats */
        start local 11 // double[] floats
         3: .line 113
            aload 4 /* interpreterContext */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.allocateTemporaryFixnumVariables:()[J
            astore 12 /* fixnums */
        start local 12 // long[] fixnums
         4: .line 114
            aload 4 /* interpreterContext */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.allocateTemporaryBooleanVariables:()[Z
            astore 13 /* booleans */
        start local 13 // boolean[] booleans
         5: .line 115
            aload 9 /* instrs */
            arraylength
            istore 14 /* n */
        start local 14 // int n
         6: .line 116
            iconst_0
            istore 15 /* ipc */
        start local 15 // int ipc
         7: .line 117
            aconst_null
            astore 16 /* exception */
        start local 16 // java.lang.Object exception
         8: .line 118
            aload 4 /* interpreterContext */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.receivesKeywordArguments:()Z
            istore 17 /* acceptsKeywordArgument */
        start local 17 // boolean acceptsKeywordArgument
         9: .line 120
            iload 17 /* acceptsKeywordArgument */
            ifeq 11
        10: .line 121
            aload 1 /* context */
            aload 7 /* args */
            aload 4 /* interpreterContext */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getRequiredArgsCount:()I
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.frobnicateKwargsArgument:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;I)[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* args */
        11: .line 124
      StackMap locals: org.jruby.ir.interpreter.InterpreterEngine org.jruby.runtime.ThreadContext org.jruby.runtime.Block org.jruby.runtime.builtin.IRubyObject org.jruby.ir.interpreter.InterpreterContext org.jruby.RubyModule java.lang.String org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.Block org.jruby.ir.instructions.Instr[] java.lang.Object[] double[] long[] boolean[] int int java.lang.Object int
      StackMap stack:
            aload 4 /* interpreterContext */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getStaticScope:()Lorg/jruby/parser/StaticScope;
            astore 18 /* currScope */
        start local 18 // org.jruby.parser.StaticScope currScope
        12: .line 125
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getCurrentScope:()Lorg/jruby/runtime/DynamicScope;
            astore 19 /* currDynScope */
        start local 19 // org.jruby.runtime.DynamicScope currDynScope
        13: .line 128
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.isDebug:()Z
            istore 20 /* debug */
        start local 20 // boolean debug
        14: .line 129
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.inProfileMode:()Z
            istore 21 /* profile */
        start local 21 // boolean profile
        15: .line 130
            iload 21 /* profile */
            ifeq 16
            aload 4 /* interpreterContext */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
            invokestatic org.jruby.ir.interpreter.Profiler.initProfiling:(Lorg/jruby/ir/IRScope;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            goto 17
      StackMap locals: org.jruby.ir.interpreter.InterpreterEngine org.jruby.runtime.ThreadContext org.jruby.runtime.Block org.jruby.runtime.builtin.IRubyObject org.jruby.ir.interpreter.InterpreterContext org.jruby.RubyModule java.lang.String org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.Block org.jruby.ir.instructions.Instr[] java.lang.Object[] double[] long[] boolean[] int int java.lang.Object int org.jruby.parser.StaticScope org.jruby.runtime.DynamicScope int int
      StackMap stack:
        16: iconst_0
      StackMap locals:
      StackMap stack: int
        17: invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 22 /* scopeVersion */
        start local 22 // java.lang.Integer scopeVersion
        18: .line 133
            goto 75
        19: .line 134
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 9 /* instrs */
            iload 15 /* ipc */
            aaload
            astore 23 /* instr */
        start local 23 // org.jruby.ir.instructions.Instr instr
        20: .line 136
            aload 23 /* instr */
            invokevirtual org.jruby.ir.instructions.Instr.getOperation:()Lorg/jruby/ir/Operation;
            astore 24 /* operation */
        start local 24 // org.jruby.ir.Operation operation
        21: .line 137
            iload 20 /* debug */
            ifeq 25
        22: .line 138
            getstatic org.jruby.ir.interpreter.Interpreter.LOG:Lorg/jruby/util/log/Logger;
            new java.lang.StringBuilder
            dup
            ldc "I: {"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 15 /* ipc */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "} "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 23 /* instr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokeinterface org.jruby.util.log.Logger.info:(Ljava/lang/String;[Ljava/lang/Object;)V
        23: .line 139
            getstatic org.jruby.ir.interpreter.Interpreter.interpInstrsCount:I
            iconst_1
            iadd
            putstatic org.jruby.ir.interpreter.Interpreter.interpInstrsCount:I
        24: .line 140
            goto 28
      StackMap locals: org.jruby.ir.instructions.Instr org.jruby.ir.Operation
      StackMap stack:
        25: iload 21 /* profile */
            ifeq 28
        26: .line 141
            aload 24 /* operation */
            invokestatic org.jruby.ir.interpreter.Profiler.instrTick:(Lorg/jruby/ir/Operation;)V
        27: .line 142
            getstatic org.jruby.ir.interpreter.Interpreter.interpInstrsCount:I
            iconst_1
            iadd
            putstatic org.jruby.ir.interpreter.Interpreter.interpInstrsCount:I
        28: .line 145
      StackMap locals:
      StackMap stack:
            iinc 15 /* ipc */ 1
        29: .line 148
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$OpClass:()[I
            aload 24 /* operation */
            getfield org.jruby.ir.Operation.opClass:Lorg/jruby/ir/OpClass;
            invokevirtual org.jruby.ir.OpClass.ordinal:()I
            iaload
            tableswitch { // 1 - 8
                    1: 34
                    2: 45
                    3: 41
                    4: 36
                    5: 32
                    6: 30
                    7: 39
                    8: 63
              default: 64
          }
        30: .line 150
      StackMap locals:
      StackMap stack:
            aload 23 /* instr */
            checkcast org.jruby.ir.instructions.boxing.AluInstr
            aload 24 /* operation */
            aload 12 /* fixnums */
            aload 13 /* booleans */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.interpretIntOp:(Lorg/jruby/ir/instructions/boxing/AluInstr;Lorg/jruby/ir/Operation;[J[Z)V
        31: .line 151
            goto 75
        32: .line 153
      StackMap locals:
      StackMap stack:
            aload 23 /* instr */
            checkcast org.jruby.ir.instructions.boxing.AluInstr
            aload 24 /* operation */
            aload 11 /* floats */
            aload 13 /* booleans */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.interpretFloatOp:(Lorg/jruby/ir/instructions/boxing/AluInstr;Lorg/jruby/ir/Operation;[D[Z)V
        33: .line 154
            goto 75
        34: .line 156
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 23 /* instr */
            aload 24 /* operation */
            aload 7 /* args */
            iload 17 /* acceptsKeywordArgument */
            aload 19 /* currDynScope */
            aload 10 /* temp */
            aload 16 /* exception */
            aload 8 /* blockArg */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.receiveArg:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;[Lorg/jruby/runtime/builtin/IRubyObject;ZLorg/jruby/runtime/DynamicScope;[Ljava/lang/Object;Ljava/lang/Object;Lorg/jruby/runtime/Block;)V
        35: .line 157
            goto 75
        36: .line 159
      StackMap locals:
      StackMap stack:
            iload 21 /* profile */
            ifeq 37
            aload 23 /* instr */
            aload 4 /* interpreterContext */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
            aload 22 /* scopeVersion */
            invokestatic org.jruby.ir.interpreter.Profiler.updateCallSite:(Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/IRScope;Ljava/lang/Integer;)V
        37: .line 160
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 23 /* instr */
            aload 24 /* operation */
            aload 19 /* currDynScope */
            aload 18 /* currScope */
            aload 10 /* temp */
            aload 3 /* self */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.processCall:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V
        38: .line 161
            goto 75
        39: .line 163
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 2 /* block */
            aload 23 /* instr */
            aload 24 /* operation */
            aload 19 /* currDynScope */
            aload 10 /* temp */
            aload 3 /* self */
            aload 18 /* currScope */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.processReturnOp:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/builtin/IRubyObject;
        40: areturn
        41: .line 165
      StackMap locals:
      StackMap stack:
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$Operation:()[I
            aload 24 /* operation */
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iaload
            tableswitch { // 2 - 2
                    2: 42
              default: 43
          }
        42: .line 166
      StackMap locals:
      StackMap stack:
            aload 23 /* instr */
            checkcast org.jruby.ir.instructions.JumpInstr
            invokevirtual org.jruby.ir.instructions.JumpInstr.getJumpTarget:()Lorg/jruby/ir/operands/Label;
            invokevirtual org.jruby.ir.operands.Label.getTargetPC:()I
            istore 15 /* ipc */
            goto 75
        43: .line 167
      StackMap locals:
      StackMap stack:
            aload 23 /* instr */
            aload 1 /* context */
            aload 19 /* currDynScope */
            aload 18 /* currScope */
            aload 3 /* self */
            aload 10 /* temp */
            iload 15 /* ipc */
            invokevirtual org.jruby.ir.instructions.Instr.interpretAndGetNewIPC:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;I)I
            istore 15 /* ipc */
        44: .line 169
            goto 75
        45: .line 173
      StackMap locals:
      StackMap stack:
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$Operation:()[I
            aload 24 /* operation */
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iaload
            tableswitch { // 128 - 142
                  128: 46
                  129: 61
                  130: 61
                  131: 61
                  132: 49
                  133: 61
                  134: 61
                  135: 61
                  136: 61
                  137: 61
                  138: 51
                  139: 59
                  140: 55
                  141: 57
                  142: 53
              default: 61
          }
        46: .line 175
      StackMap locals:
      StackMap stack:
            aload 4 /* interpreterContext */
            aload 1 /* context */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.newDynamicScope:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/DynamicScope;
            astore 19 /* currDynScope */
        47: .line 176
            aload 1 /* context */
            aload 19 /* currDynScope */
            invokevirtual org.jruby.runtime.ThreadContext.pushScope:(Lorg/jruby/runtime/DynamicScope;)V
        48: .line 177
            goto 75
        49: .line 179
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 2 /* block */
            aload 4 /* interpreterContext */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.pushNewDynScope:()Z
            aload 4 /* interpreterContext */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.reuseParentDynScope:()Z
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.pushBlockDynamicScopeIfNeeded:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;ZZ)Lorg/jruby/runtime/DynamicScope;
            astore 19 /* currDynScope */
        50: .line 180
            goto 75
        51: .line 182
      StackMap locals:
      StackMap stack:
            aload 2 /* block */
            aload 3 /* self */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.updateBlockState:(Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* self */
        52: .line 183
            goto 75
        53: .line 185
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 2 /* block */
            aload 7 /* args */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.prepareNoBlockArgs:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* args */
        54: .line 186
            goto 75
        55: .line 188
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 2 /* block */
            aload 7 /* args */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.prepareSingleBlockArgs:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* args */
        56: .line 189
            goto 75
        57: .line 191
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 2 /* block */
            aload 7 /* args */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.prepareFixedBlockArgs:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* args */
        58: .line 192
            goto 75
        59: .line 194
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 2 /* block */
            aload 7 /* args */
            iload 17 /* acceptsKeywordArgument */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.prepareBlockArgs:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Z)[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* args */
        60: .line 195
            goto 75
        61: .line 197
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 2 /* block */
            aload 23 /* instr */
            aload 24 /* operation */
            aload 6 /* name */
            aload 7 /* args */
            aload 3 /* self */
            aload 8 /* blockArg */
            aload 5 /* implClass */
            aload 19 /* currDynScope */
            aload 10 /* temp */
            aload 18 /* currScope */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.processBookKeepingOp:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Lorg/jruby/runtime/DynamicScope;[Ljava/lang/Object;Lorg/jruby/parser/StaticScope;)V
        62: .line 200
            goto 75
        63: .line 202
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 2 /* block */
            aload 23 /* instr */
            aload 24 /* operation */
            aload 19 /* currDynScope */
            aload 18 /* currScope */
            aload 10 /* temp */
            aload 3 /* self */
            aload 11 /* floats */
            aload 12 /* fixnums */
            aload 13 /* booleans */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.processOtherOp:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;[D[J[Z)V
        64: .line 205
      StackMap locals:
      StackMap stack:
            goto 75
      StackMap locals:
      StackMap stack: java.lang.Throwable
        65: astore 25 /* t */
        start local 25 // java.lang.Throwable t
        66: .line 206
            iload 20 /* debug */
            ifeq 67
            aload 23 /* instr */
            aload 25 /* t */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.extractToMethodToAvoidC2Crash:(Lorg/jruby/ir/instructions/Instr;Ljava/lang/Throwable;)V
        67: .line 209
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 4 /* interpreterContext */
            checkcast org.jruby.ir.interpreter.FullInterpreterContext
            iload 15 /* ipc */
            invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.determineRPC:(I)I
            istore 15 /* ipc */
        68: .line 211
            iload 20 /* debug */
            ifeq 71
        69: .line 212
            getstatic org.jruby.ir.interpreter.Interpreter.LOG:Lorg/jruby/util/log/Logger;
            new java.lang.StringBuilder
            dup
            ldc "in : "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* interpreterContext */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", caught Java throwable: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 25 /* t */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "; excepting instr: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 23 /* instr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokeinterface org.jruby.util.log.Logger.info:(Ljava/lang/String;[Ljava/lang/Object;)V
        70: .line 213
            getstatic org.jruby.ir.interpreter.Interpreter.LOG:Lorg/jruby/util/log/Logger;
            new java.lang.StringBuilder
            dup
            ldc "ipc for rescuer: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 15 /* ipc */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokeinterface org.jruby.util.log.Logger.info:(Ljava/lang/String;[Ljava/lang/Object;)V
        71: .line 216
      StackMap locals:
      StackMap stack:
            iload 15 /* ipc */
            iconst_m1
            if_icmpne 74
        72: .line 217
            aload 25 /* t */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
        73: .line 218
            goto 75
        74: .line 219
      StackMap locals:
      StackMap stack:
            aload 25 /* t */
            astore 16 /* exception */
        end local 25 // java.lang.Throwable t
        end local 24 // org.jruby.ir.Operation operation
        end local 23 // org.jruby.ir.instructions.Instr instr
        75: .line 133
      StackMap locals:
      StackMap stack:
            iload 15 /* ipc */
            iload 14 /* n */
            if_icmplt 19
        76: .line 225
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            ldc "BUG: interpreter fell through to end unexpectedly"
            invokevirtual org.jruby.Ruby.newRuntimeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 22 // java.lang.Integer scopeVersion
        end local 21 // boolean profile
        end local 20 // boolean debug
        end local 19 // org.jruby.runtime.DynamicScope currDynScope
        end local 18 // org.jruby.parser.StaticScope currScope
        end local 17 // boolean acceptsKeywordArgument
        end local 16 // java.lang.Object exception
        end local 15 // int ipc
        end local 14 // int n
        end local 13 // boolean[] booleans
        end local 12 // long[] fixnums
        end local 11 // double[] floats
        end local 10 // java.lang.Object[] temp
        end local 9 // org.jruby.ir.instructions.Instr[] instrs
        end local 8 // org.jruby.runtime.Block blockArg
        end local 7 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 6 // java.lang.String name
        end local 5 // org.jruby.RubyModule implClass
        end local 4 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.interpreter.InterpreterEngine this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   77     0                    this  Lorg/jruby/ir/interpreter/InterpreterEngine;
            0   77     1                 context  Lorg/jruby/runtime/ThreadContext;
            0   77     2                   block  Lorg/jruby/runtime/Block;
            0   77     3                    self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   77     4      interpreterContext  Lorg/jruby/ir/interpreter/InterpreterContext;
            0   77     5               implClass  Lorg/jruby/RubyModule;
            0   77     6                    name  Ljava/lang/String;
            0   77     7                    args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0   77     8                blockArg  Lorg/jruby/runtime/Block;
            1   77     9                  instrs  [Lorg/jruby/ir/instructions/Instr;
            2   77    10                    temp  [Ljava/lang/Object;
            3   77    11                  floats  [D
            4   77    12                 fixnums  [J
            5   77    13                booleans  [Z
            6   77    14                       n  I
            7   77    15                     ipc  I
            8   77    16               exception  Ljava/lang/Object;
            9   77    17  acceptsKeywordArgument  Z
           12   77    18               currScope  Lorg/jruby/parser/StaticScope;
           13   77    19            currDynScope  Lorg/jruby/runtime/DynamicScope;
           14   77    20                   debug  Z
           15   77    21                 profile  Z
           18   77    22            scopeVersion  Ljava/lang/Integer;
           20   75    23                   instr  Lorg/jruby/ir/instructions/Instr;
           21   75    24               operation  Lorg/jruby/ir/Operation;
           66   75    25                       t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          29    40      65  Class java.lang.Throwable
          41    64      65  Class java.lang.Throwable
    MethodParameters:
                    Name  Flags
      context             
      block               
      self                
      interpreterContext  
      implClass           
      name                
      args                
      blockArg            

  protected static void interpretIntOp(org.jruby.ir.instructions.boxing.AluInstr, org.jruby.ir.Operation, long[], boolean[]);
    descriptor: (Lorg/jruby/ir/instructions/boxing/AluInstr;Lorg/jruby/ir/Operation;[J[Z)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // org.jruby.ir.instructions.boxing.AluInstr instr
        start local 1 // org.jruby.ir.Operation op
        start local 2 // long[] fixnums
        start local 3 // boolean[] booleans
         0: .line 229
            aload 0 /* instr */
            invokevirtual org.jruby.ir.instructions.boxing.AluInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            checkcast org.jruby.ir.operands.TemporaryLocalVariable
            astore 4 /* dst */
        start local 4 // org.jruby.ir.operands.TemporaryLocalVariable dst
         1: .line 230
            aload 2 /* fixnums */
            aload 0 /* instr */
            invokevirtual org.jruby.ir.instructions.boxing.AluInstr.getArg1:()Lorg/jruby/ir/operands/Operand;
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.getFixnumArg:([JLorg/jruby/ir/operands/Operand;)J
            lstore 5 /* i1 */
        start local 5 // long i1
         2: .line 231
            aload 2 /* fixnums */
            aload 0 /* instr */
            invokevirtual org.jruby.ir.instructions.boxing.AluInstr.getArg2:()Lorg/jruby/ir/operands/Operand;
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.getFixnumArg:([JLorg/jruby/ir/operands/Operand;)J
            lstore 7 /* i2 */
        start local 7 // long i2
         3: .line 232
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$Operation:()[I
            aload 1 /* op */
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iaload
            tableswitch { // 106 - 117
                  106: 4
                  107: 5
                  108: 6
                  109: 7
                  110: 13
                  111: 16
                  112: 8
                  113: 9
                  114: 10
                  115: 11
                  116: 12
                  117: 19
              default: 22
          }
         4: .line 233
      StackMap locals: org.jruby.ir.operands.TemporaryLocalVariable long long
      StackMap stack:
            aload 2 /* fixnums */
            aload 4 /* dst */
            lload 5 /* i1 */
            lload 7 /* i2 */
            ladd
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFixnumVar:([JLorg/jruby/ir/operands/TemporaryLocalVariable;J)V
            goto 23
         5: .line 234
      StackMap locals:
      StackMap stack:
            aload 2 /* fixnums */
            aload 4 /* dst */
            lload 5 /* i1 */
            lload 7 /* i2 */
            lsub
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFixnumVar:([JLorg/jruby/ir/operands/TemporaryLocalVariable;J)V
            goto 23
         6: .line 235
      StackMap locals:
      StackMap stack:
            aload 2 /* fixnums */
            aload 4 /* dst */
            lload 5 /* i1 */
            lload 7 /* i2 */
            lmul
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFixnumVar:([JLorg/jruby/ir/operands/TemporaryLocalVariable;J)V
            goto 23
         7: .line 236
      StackMap locals:
      StackMap stack:
            aload 2 /* fixnums */
            aload 4 /* dst */
            lload 5 /* i1 */
            lload 7 /* i2 */
            ldiv
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFixnumVar:([JLorg/jruby/ir/operands/TemporaryLocalVariable;J)V
            goto 23
         8: .line 237
      StackMap locals:
      StackMap stack:
            aload 2 /* fixnums */
            aload 4 /* dst */
            lload 5 /* i1 */
            lload 7 /* i2 */
            lor
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFixnumVar:([JLorg/jruby/ir/operands/TemporaryLocalVariable;J)V
            goto 23
         9: .line 238
      StackMap locals:
      StackMap stack:
            aload 2 /* fixnums */
            aload 4 /* dst */
            lload 5 /* i1 */
            lload 7 /* i2 */
            land
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFixnumVar:([JLorg/jruby/ir/operands/TemporaryLocalVariable;J)V
            goto 23
        10: .line 239
      StackMap locals:
      StackMap stack:
            aload 2 /* fixnums */
            aload 4 /* dst */
            lload 5 /* i1 */
            lload 7 /* i2 */
            lxor
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFixnumVar:([JLorg/jruby/ir/operands/TemporaryLocalVariable;J)V
            goto 23
        11: .line 240
      StackMap locals:
      StackMap stack:
            aload 2 /* fixnums */
            aload 4 /* dst */
            lload 5 /* i1 */
            lload 7 /* i2 */
            l2i
            lshl
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFixnumVar:([JLorg/jruby/ir/operands/TemporaryLocalVariable;J)V
            goto 23
        12: .line 241
      StackMap locals:
      StackMap stack:
            aload 2 /* fixnums */
            aload 4 /* dst */
            lload 5 /* i1 */
            lload 7 /* i2 */
            l2i
            lshr
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFixnumVar:([JLorg/jruby/ir/operands/TemporaryLocalVariable;J)V
            goto 23
        13: .line 242
      StackMap locals:
      StackMap stack:
            aload 3 /* booleans */
            aload 4 /* dst */
            lload 5 /* i1 */
            lload 7 /* i2 */
            lcmp
            ifge 14
            iconst_1
            goto 15
      StackMap locals: org.jruby.ir.instructions.boxing.AluInstr org.jruby.ir.Operation long[] boolean[] org.jruby.ir.operands.TemporaryLocalVariable long long
      StackMap stack: boolean[] org.jruby.ir.operands.TemporaryLocalVariable
        14: iconst_0
      StackMap locals: org.jruby.ir.instructions.boxing.AluInstr org.jruby.ir.Operation long[] boolean[] org.jruby.ir.operands.TemporaryLocalVariable long long
      StackMap stack: boolean[] org.jruby.ir.operands.TemporaryLocalVariable int
        15: invokestatic org.jruby.ir.interpreter.InterpreterEngine.setBooleanVar:([ZLorg/jruby/ir/operands/TemporaryLocalVariable;Z)V
            goto 23
        16: .line 243
      StackMap locals:
      StackMap stack:
            aload 3 /* booleans */
            aload 4 /* dst */
            lload 5 /* i1 */
            lload 7 /* i2 */
            lcmp
            ifle 17
            iconst_1
            goto 18
      StackMap locals: org.jruby.ir.instructions.boxing.AluInstr org.jruby.ir.Operation long[] boolean[] org.jruby.ir.operands.TemporaryLocalVariable long long
      StackMap stack: boolean[] org.jruby.ir.operands.TemporaryLocalVariable
        17: iconst_0
      StackMap locals: org.jruby.ir.instructions.boxing.AluInstr org.jruby.ir.Operation long[] boolean[] org.jruby.ir.operands.TemporaryLocalVariable long long
      StackMap stack: boolean[] org.jruby.ir.operands.TemporaryLocalVariable int
        18: invokestatic org.jruby.ir.interpreter.InterpreterEngine.setBooleanVar:([ZLorg/jruby/ir/operands/TemporaryLocalVariable;Z)V
            goto 23
        19: .line 244
      StackMap locals:
      StackMap stack:
            aload 3 /* booleans */
            aload 4 /* dst */
            lload 5 /* i1 */
            lload 7 /* i2 */
            lcmp
            ifne 20
            iconst_1
            goto 21
      StackMap locals: org.jruby.ir.instructions.boxing.AluInstr org.jruby.ir.Operation long[] boolean[] org.jruby.ir.operands.TemporaryLocalVariable long long
      StackMap stack: boolean[] org.jruby.ir.operands.TemporaryLocalVariable
        20: iconst_0
      StackMap locals: org.jruby.ir.instructions.boxing.AluInstr org.jruby.ir.Operation long[] boolean[] org.jruby.ir.operands.TemporaryLocalVariable long long
      StackMap stack: boolean[] org.jruby.ir.operands.TemporaryLocalVariable int
        21: invokestatic org.jruby.ir.interpreter.InterpreterEngine.setBooleanVar:([ZLorg/jruby/ir/operands/TemporaryLocalVariable;Z)V
            goto 23
        22: .line 245
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unhandled int op: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* op */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " for instr "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* instr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 247
      StackMap locals:
      StackMap stack:
            return
        end local 7 // long i2
        end local 5 // long i1
        end local 4 // org.jruby.ir.operands.TemporaryLocalVariable dst
        end local 3 // boolean[] booleans
        end local 2 // long[] fixnums
        end local 1 // org.jruby.ir.Operation op
        end local 0 // org.jruby.ir.instructions.boxing.AluInstr instr
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   24     0     instr  Lorg/jruby/ir/instructions/boxing/AluInstr;
            0   24     1        op  Lorg/jruby/ir/Operation;
            0   24     2   fixnums  [J
            0   24     3  booleans  [Z
            1   24     4       dst  Lorg/jruby/ir/operands/TemporaryLocalVariable;
            2   24     5        i1  J
            3   24     7        i2  J
    MethodParameters:
          Name  Flags
      instr     
      op        
      fixnums   
      booleans  

  protected static void interpretFloatOp(org.jruby.ir.instructions.boxing.AluInstr, org.jruby.ir.Operation, double[], boolean[]);
    descriptor: (Lorg/jruby/ir/instructions/boxing/AluInstr;Lorg/jruby/ir/Operation;[D[Z)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // org.jruby.ir.instructions.boxing.AluInstr instr
        start local 1 // org.jruby.ir.Operation op
        start local 2 // double[] floats
        start local 3 // boolean[] booleans
         0: .line 250
            aload 0 /* instr */
            invokevirtual org.jruby.ir.instructions.boxing.AluInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            checkcast org.jruby.ir.operands.TemporaryLocalVariable
            astore 4 /* dst */
        start local 4 // org.jruby.ir.operands.TemporaryLocalVariable dst
         1: .line 251
            aload 2 /* floats */
            aload 0 /* instr */
            invokevirtual org.jruby.ir.instructions.boxing.AluInstr.getArg1:()Lorg/jruby/ir/operands/Operand;
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.getFloatArg:([DLorg/jruby/ir/operands/Operand;)D
            dstore 5 /* a1 */
        start local 5 // double a1
         2: .line 252
            aload 2 /* floats */
            aload 0 /* instr */
            invokevirtual org.jruby.ir.instructions.boxing.AluInstr.getArg2:()Lorg/jruby/ir/operands/Operand;
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.getFloatArg:([DLorg/jruby/ir/operands/Operand;)D
            dstore 7 /* a2 */
        start local 7 // double a2
         3: .line 253
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$Operation:()[I
            aload 1 /* op */
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iaload
            tableswitch { // 118 - 124
                  118: 4
                  119: 5
                  120: 6
                  121: 7
                  122: 8
                  123: 11
                  124: 14
              default: 17
          }
         4: .line 254
      StackMap locals: org.jruby.ir.operands.TemporaryLocalVariable double double
      StackMap stack:
            aload 2 /* floats */
            aload 4 /* dst */
            dload 5 /* a1 */
            dload 7 /* a2 */
            dadd
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFloatVar:([DLorg/jruby/ir/operands/TemporaryLocalVariable;D)V
            goto 18
         5: .line 255
      StackMap locals:
      StackMap stack:
            aload 2 /* floats */
            aload 4 /* dst */
            dload 5 /* a1 */
            dload 7 /* a2 */
            dsub
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFloatVar:([DLorg/jruby/ir/operands/TemporaryLocalVariable;D)V
            goto 18
         6: .line 256
      StackMap locals:
      StackMap stack:
            aload 2 /* floats */
            aload 4 /* dst */
            dload 5 /* a1 */
            dload 7 /* a2 */
            dmul
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFloatVar:([DLorg/jruby/ir/operands/TemporaryLocalVariable;D)V
            goto 18
         7: .line 257
      StackMap locals:
      StackMap stack:
            aload 2 /* floats */
            aload 4 /* dst */
            dload 5 /* a1 */
            dload 7 /* a2 */
            ddiv
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFloatVar:([DLorg/jruby/ir/operands/TemporaryLocalVariable;D)V
            goto 18
         8: .line 258
      StackMap locals:
      StackMap stack:
            aload 3 /* booleans */
            aload 4 /* dst */
            dload 5 /* a1 */
            dload 7 /* a2 */
            dcmpg
            ifge 9
            iconst_1
            goto 10
      StackMap locals: org.jruby.ir.instructions.boxing.AluInstr org.jruby.ir.Operation double[] boolean[] org.jruby.ir.operands.TemporaryLocalVariable double double
      StackMap stack: boolean[] org.jruby.ir.operands.TemporaryLocalVariable
         9: iconst_0
      StackMap locals: org.jruby.ir.instructions.boxing.AluInstr org.jruby.ir.Operation double[] boolean[] org.jruby.ir.operands.TemporaryLocalVariable double double
      StackMap stack: boolean[] org.jruby.ir.operands.TemporaryLocalVariable int
        10: invokestatic org.jruby.ir.interpreter.InterpreterEngine.setBooleanVar:([ZLorg/jruby/ir/operands/TemporaryLocalVariable;Z)V
            goto 18
        11: .line 259
      StackMap locals:
      StackMap stack:
            aload 3 /* booleans */
            aload 4 /* dst */
            dload 5 /* a1 */
            dload 7 /* a2 */
            dcmpl
            ifle 12
            iconst_1
            goto 13
      StackMap locals: org.jruby.ir.instructions.boxing.AluInstr org.jruby.ir.Operation double[] boolean[] org.jruby.ir.operands.TemporaryLocalVariable double double
      StackMap stack: boolean[] org.jruby.ir.operands.TemporaryLocalVariable
        12: iconst_0
      StackMap locals: org.jruby.ir.instructions.boxing.AluInstr org.jruby.ir.Operation double[] boolean[] org.jruby.ir.operands.TemporaryLocalVariable double double
      StackMap stack: boolean[] org.jruby.ir.operands.TemporaryLocalVariable int
        13: invokestatic org.jruby.ir.interpreter.InterpreterEngine.setBooleanVar:([ZLorg/jruby/ir/operands/TemporaryLocalVariable;Z)V
            goto 18
        14: .line 260
      StackMap locals:
      StackMap stack:
            aload 3 /* booleans */
            aload 4 /* dst */
            dload 5 /* a1 */
            dload 7 /* a2 */
            dcmpl
            ifne 15
            iconst_1
            goto 16
      StackMap locals: org.jruby.ir.instructions.boxing.AluInstr org.jruby.ir.Operation double[] boolean[] org.jruby.ir.operands.TemporaryLocalVariable double double
      StackMap stack: boolean[] org.jruby.ir.operands.TemporaryLocalVariable
        15: iconst_0
      StackMap locals: org.jruby.ir.instructions.boxing.AluInstr org.jruby.ir.Operation double[] boolean[] org.jruby.ir.operands.TemporaryLocalVariable double double
      StackMap stack: boolean[] org.jruby.ir.operands.TemporaryLocalVariable int
        16: invokestatic org.jruby.ir.interpreter.InterpreterEngine.setBooleanVar:([ZLorg/jruby/ir/operands/TemporaryLocalVariable;Z)V
            goto 18
        17: .line 261
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unhandled float op: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* op */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " for instr "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* instr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 263
      StackMap locals:
      StackMap stack:
            return
        end local 7 // double a2
        end local 5 // double a1
        end local 4 // org.jruby.ir.operands.TemporaryLocalVariable dst
        end local 3 // boolean[] booleans
        end local 2 // double[] floats
        end local 1 // org.jruby.ir.Operation op
        end local 0 // org.jruby.ir.instructions.boxing.AluInstr instr
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0     instr  Lorg/jruby/ir/instructions/boxing/AluInstr;
            0   19     1        op  Lorg/jruby/ir/Operation;
            0   19     2    floats  [D
            0   19     3  booleans  [Z
            1   19     4       dst  Lorg/jruby/ir/operands/TemporaryLocalVariable;
            2   19     5        a1  D
            3   19     7        a2  D
    MethodParameters:
          Name  Flags
      instr     
      op        
      floats    
      booleans  

  protected static void receiveArg(org.jruby.runtime.ThreadContext, org.jruby.ir.instructions.Instr, org.jruby.ir.Operation, org.jruby.runtime.builtin.IRubyObject[], boolean, org.jruby.runtime.DynamicScope, java.lang.Object[], java.lang.Object, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;[Lorg/jruby/runtime/builtin/IRubyObject;ZLorg/jruby/runtime/DynamicScope;[Ljava/lang/Object;Ljava/lang/Object;Lorg/jruby/runtime/Block;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=4, locals=12, args_size=9
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.ir.instructions.Instr i
        start local 2 // org.jruby.ir.Operation operation
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 4 // boolean acceptsKeywordArgument
        start local 5 // org.jruby.runtime.DynamicScope currDynScope
        start local 6 // java.lang.Object[] temp
        start local 7 // java.lang.Object exception
        start local 8 // org.jruby.runtime.Block blockArg
         0: .line 267
            aload 1 /* i */
            checkcast org.jruby.ir.instructions.ResultInstr
            astore 10 /* instr */
        start local 10 // org.jruby.ir.instructions.ResultInstr instr
         1: .line 269
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$Operation:()[I
            aload 2 /* operation */
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iaload
            tableswitch { // 10 - 18
                   10: 2
                   11: 6
                   12: 15
                   13: 15
                   14: 15
                   15: 15
                   16: 9
                   17: 11
                   18: 13
              default: 15
          }
         2: .line 271
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.ir.instructions.Instr org.jruby.ir.Operation org.jruby.runtime.builtin.IRubyObject[] int org.jruby.runtime.DynamicScope java.lang.Object[] java.lang.Object org.jruby.runtime.Block top org.jruby.ir.instructions.ResultInstr
      StackMap stack:
            aload 10 /* instr */
            checkcast org.jruby.ir.instructions.ReceivePreReqdArgInstr
            invokevirtual org.jruby.ir.instructions.ReceivePreReqdArgInstr.getArgIndex:()I
            istore 11 /* argIndex */
        start local 11 // int argIndex
         3: .line 272
            aload 0 /* context */
            aload 3 /* args */
            iload 11 /* argIndex */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.getPreArgSafe:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 9 /* result */
        start local 9 // java.lang.Object result
         4: .line 273
            aload 6 /* temp */
            aload 5 /* currDynScope */
            aload 10 /* instr */
            invokeinterface org.jruby.ir.instructions.ResultInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 9 /* result */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
         5: .line 274
            return
        end local 11 // int argIndex
        end local 9 // java.lang.Object result
         6: .line 276
      StackMap locals:
      StackMap stack:
            aload 10 /* instr */
            checkcast org.jruby.ir.instructions.ReceivePostReqdArgInstr
            aload 0 /* context */
            aload 3 /* args */
            iload 4 /* acceptsKeywordArgument */
            invokevirtual org.jruby.ir.instructions.ReceivePostReqdArgInstr.receivePostReqdArg:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 9 /* result */
        start local 9 // java.lang.Object result
         7: .line 277
            aload 6 /* temp */
            aload 5 /* currDynScope */
            aload 10 /* instr */
            invokeinterface org.jruby.ir.instructions.ResultInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 9 /* result */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
         8: .line 278
            return
        end local 9 // java.lang.Object result
         9: .line 280
      StackMap locals:
      StackMap stack:
            aload 6 /* temp */
            aload 5 /* currDynScope */
            aload 10 /* instr */
            invokeinterface org.jruby.ir.instructions.ResultInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 7 /* exception */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.unwrapRubyException:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        10: .line 281
            return
        11: .line 283
      StackMap locals:
      StackMap stack:
            aload 6 /* temp */
            aload 5 /* currDynScope */
            aload 10 /* instr */
            invokeinterface org.jruby.ir.instructions.ResultInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 7 /* exception */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        12: .line 284
            return
        13: .line 286
      StackMap locals:
      StackMap stack:
            aload 6 /* temp */
            aload 5 /* currDynScope */
            aload 10 /* instr */
            invokeinterface org.jruby.ir.instructions.ResultInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 8 /* blockArg */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        14: .line 287
            return
        15: .line 289
      StackMap locals:
      StackMap stack:
            aload 10 /* instr */
            checkcast org.jruby.ir.instructions.ReceiveArgBase
            aload 0 /* context */
            aload 3 /* args */
            iload 4 /* acceptsKeywordArgument */
            invokevirtual org.jruby.ir.instructions.ReceiveArgBase.receiveArg:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 9 /* result */
        start local 9 // java.lang.Object result
        16: .line 290
            aload 6 /* temp */
            aload 5 /* currDynScope */
            aload 10 /* instr */
            invokeinterface org.jruby.ir.instructions.ResultInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 9 /* result */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        17: .line 292
            return
        end local 10 // org.jruby.ir.instructions.ResultInstr instr
        end local 9 // java.lang.Object result
        end local 8 // org.jruby.runtime.Block blockArg
        end local 7 // java.lang.Object exception
        end local 6 // java.lang.Object[] temp
        end local 5 // org.jruby.runtime.DynamicScope currDynScope
        end local 4 // boolean acceptsKeywordArgument
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 2 // org.jruby.ir.Operation operation
        end local 1 // org.jruby.ir.instructions.Instr i
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   18     0                 context  Lorg/jruby/runtime/ThreadContext;
            0   18     1                       i  Lorg/jruby/ir/instructions/Instr;
            0   18     2               operation  Lorg/jruby/ir/Operation;
            0   18     3                    args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0   18     4  acceptsKeywordArgument  Z
            0   18     5            currDynScope  Lorg/jruby/runtime/DynamicScope;
            0   18     6                    temp  [Ljava/lang/Object;
            0   18     7               exception  Ljava/lang/Object;
            0   18     8                blockArg  Lorg/jruby/runtime/Block;
            4    6     9                  result  Ljava/lang/Object;
            7    9     9                  result  Ljava/lang/Object;
           16   18     9                  result  Ljava/lang/Object;
            1   18    10                   instr  Lorg/jruby/ir/instructions/ResultInstr;
            3    6    11                argIndex  I
    MethodParameters:
                        Name  Flags
      context                 
      i                       
      operation               
      args                    
      acceptsKeywordArgument  
      currDynScope            
      temp                    
      exception               
      blockArg                

  protected static void processCall(org.jruby.runtime.ThreadContext, org.jruby.ir.instructions.Instr, org.jruby.ir.Operation, org.jruby.runtime.DynamicScope, org.jruby.parser.StaticScope, java.lang.Object[], org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=6, locals=13, args_size=7
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.ir.instructions.Instr instr
        start local 2 // org.jruby.ir.Operation operation
        start local 3 // org.jruby.runtime.DynamicScope currDynScope
        start local 4 // org.jruby.parser.StaticScope currScope
        start local 5 // java.lang.Object[] temp
        start local 6 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 297
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$Operation:()[I
            aload 2 /* operation */
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iaload
            tableswitch { // 21 - 36
                   21: 47
                   22: 45
                   23: 47
                   24: 47
                   25: 47
                   26: 47
                   27: 47
                   28: 47
                   29: 47
                   30: 1
                   31: 6
                   32: 11
                   33: 17
                   34: 24
                   35: 35
                   36: 40
              default: 47
          }
         1: .line 299
      StackMap locals:
      StackMap stack:
            aload 1 /* instr */
            checkcast org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr
            astore 8 /* call */
        start local 8 // org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr call
         2: .line 300
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr.getReceiver:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 3 /* currDynScope */
            aload 4 /* currScope */
            aload 5 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 9 /* r */
        start local 9 // org.jruby.runtime.builtin.IRubyObject r
         3: .line 301
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr.getCallSite:()Lorg/jruby/runtime/CallSite;
            aload 0 /* context */
            aload 6 /* self */
            aload 9 /* r */
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr.getFixnumArg:()J
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;J)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* result */
        start local 7 // java.lang.Object result
         4: .line 302
            aload 5 /* temp */
            aload 3 /* currDynScope */
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 7 /* result */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
         5: .line 303
            goto 49
        end local 9 // org.jruby.runtime.builtin.IRubyObject r
        end local 8 // org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr call
        end local 7 // java.lang.Object result
         6: .line 306
      StackMap locals:
      StackMap stack:
            aload 1 /* instr */
            checkcast org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr
            astore 8 /* call */
        start local 8 // org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr call
         7: .line 307
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr.getReceiver:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 3 /* currDynScope */
            aload 4 /* currScope */
            aload 5 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 9 /* r */
        start local 9 // org.jruby.runtime.builtin.IRubyObject r
         8: .line 308
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr.getCallSite:()Lorg/jruby/runtime/CallSite;
            aload 0 /* context */
            aload 6 /* self */
            aload 9 /* r */
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr.getFloatArg:()D
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;D)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* result */
        start local 7 // java.lang.Object result
         9: .line 309
            aload 5 /* temp */
            aload 3 /* currDynScope */
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 7 /* result */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        10: .line 310
            goto 49
        end local 9 // org.jruby.runtime.builtin.IRubyObject r
        end local 8 // org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr call
        end local 7 // java.lang.Object result
        11: .line 313
      StackMap locals:
      StackMap stack:
            aload 1 /* instr */
            checkcast org.jruby.ir.instructions.specialized.OneOperandArgNoBlockCallInstr
            astore 8 /* call */
        start local 8 // org.jruby.ir.instructions.specialized.OneOperandArgNoBlockCallInstr call
        12: .line 314
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneOperandArgNoBlockCallInstr.getReceiver:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 3 /* currDynScope */
            aload 4 /* currScope */
            aload 5 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 9 /* r */
        start local 9 // org.jruby.runtime.builtin.IRubyObject r
        13: .line 315
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneOperandArgNoBlockCallInstr.getArg1:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 4 /* currScope */
            aload 3 /* 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;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 10 /* o */
        start local 10 // org.jruby.runtime.builtin.IRubyObject o
        14: .line 316
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneOperandArgNoBlockCallInstr.getCallSite:()Lorg/jruby/runtime/CallSite;
            aload 0 /* context */
            aload 6 /* self */
            aload 9 /* r */
            aload 10 /* o */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* result */
        start local 7 // java.lang.Object result
        15: .line 317
            aload 5 /* temp */
            aload 3 /* currDynScope */
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneOperandArgNoBlockCallInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 7 /* result */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        16: .line 318
            goto 49
        end local 10 // org.jruby.runtime.builtin.IRubyObject o
        end local 9 // org.jruby.runtime.builtin.IRubyObject r
        end local 8 // org.jruby.ir.instructions.specialized.OneOperandArgNoBlockCallInstr call
        end local 7 // java.lang.Object result
        17: .line 321
      StackMap locals:
      StackMap stack:
            aload 1 /* instr */
            checkcast org.jruby.ir.instructions.specialized.TwoOperandArgNoBlockCallInstr
            astore 8 /* call */
        start local 8 // org.jruby.ir.instructions.specialized.TwoOperandArgNoBlockCallInstr call
        18: .line 322
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.TwoOperandArgNoBlockCallInstr.getReceiver:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 3 /* currDynScope */
            aload 4 /* currScope */
            aload 5 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 9 /* r */
        start local 9 // org.jruby.runtime.builtin.IRubyObject r
        19: .line 323
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.TwoOperandArgNoBlockCallInstr.getArg1:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 4 /* currScope */
            aload 3 /* 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;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 10 /* o1 */
        start local 10 // org.jruby.runtime.builtin.IRubyObject o1
        20: .line 324
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.TwoOperandArgNoBlockCallInstr.getArg2:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 4 /* currScope */
            aload 3 /* 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;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 11 /* o2 */
        start local 11 // org.jruby.runtime.builtin.IRubyObject o2
        21: .line 325
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.TwoOperandArgNoBlockCallInstr.getCallSite:()Lorg/jruby/runtime/CallSite;
            aload 0 /* context */
            aload 6 /* self */
            aload 9 /* r */
            aload 10 /* o1 */
            aload 11 /* o2 */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* result */
        start local 7 // java.lang.Object result
        22: .line 326
            aload 5 /* temp */
            aload 3 /* currDynScope */
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.TwoOperandArgNoBlockCallInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 7 /* result */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        23: .line 327
            goto 49
        end local 11 // org.jruby.runtime.builtin.IRubyObject o2
        end local 10 // org.jruby.runtime.builtin.IRubyObject o1
        end local 9 // org.jruby.runtime.builtin.IRubyObject r
        end local 8 // org.jruby.ir.instructions.specialized.TwoOperandArgNoBlockCallInstr call
        end local 7 // java.lang.Object result
        24: .line 331
      StackMap locals:
      StackMap stack:
            aload 1 /* instr */
            checkcast org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr
            astore 8 /* call */
        start local 8 // org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr call
        25: .line 332
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr.getReceiver:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 3 /* currDynScope */
            aload 4 /* currScope */
            aload 5 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 9 /* r */
        start local 9 // org.jruby.runtime.builtin.IRubyObject r
        26: .line 333
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr.getArg1:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 4 /* currScope */
            aload 3 /* 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;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 10 /* o */
        start local 10 // org.jruby.runtime.builtin.IRubyObject o
        27: .line 334
            aload 8 /* call */
            aload 0 /* context */
            aload 6 /* self */
            aload 4 /* currScope */
            aload 3 /* currDynScope */
            aload 5 /* temp */
            invokevirtual org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr.prepareBlock:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;[Ljava/lang/Object;)Lorg/jruby/runtime/Block;
            astore 11 /* preparedBlock */
        start local 11 // org.jruby.runtime.Block preparedBlock
        28: .line 335
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr.getCallSite:()Lorg/jruby/runtime/CallSite;
            astore 12 /* callSite */
        start local 12 // org.jruby.runtime.CallSite callSite
        29: .line 336
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr.hasLiteralClosure:()Z
            ifeq 31
        30: .line 337
            aload 12 /* callSite */
            aload 0 /* context */
            aload 6 /* self */
            aload 9 /* r */
            aload 10 /* o */
            aload 11 /* preparedBlock */
            invokevirtual org.jruby.runtime.CallSite.callIter:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 32
        31: .line 338
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.ir.instructions.Instr org.jruby.ir.Operation org.jruby.runtime.DynamicScope org.jruby.parser.StaticScope java.lang.Object[] org.jruby.runtime.builtin.IRubyObject top org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.runtime.CallSite
      StackMap stack:
            aload 12 /* callSite */
            aload 0 /* context */
            aload 6 /* self */
            aload 9 /* r */
            aload 10 /* o */
            aload 11 /* preparedBlock */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
        32: .line 336
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
            astore 7 /* result */
        start local 7 // java.lang.Object result
        33: .line 339
            aload 5 /* temp */
            aload 3 /* currDynScope */
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 7 /* result */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        34: .line 340
            goto 49
        end local 12 // org.jruby.runtime.CallSite callSite
        end local 11 // org.jruby.runtime.Block preparedBlock
        end local 10 // org.jruby.runtime.builtin.IRubyObject o
        end local 9 // org.jruby.runtime.builtin.IRubyObject r
        end local 8 // org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr call
        end local 7 // java.lang.Object result
        35: .line 343
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.ir.instructions.Instr org.jruby.ir.Operation org.jruby.runtime.DynamicScope org.jruby.parser.StaticScope java.lang.Object[] org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 1 /* instr */
            checkcast org.jruby.ir.instructions.specialized.ZeroOperandArgNoBlockCallInstr
            astore 8 /* call */
        start local 8 // org.jruby.ir.instructions.specialized.ZeroOperandArgNoBlockCallInstr call
        36: .line 344
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.ZeroOperandArgNoBlockCallInstr.getReceiver:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 3 /* currDynScope */
            aload 4 /* currScope */
            aload 5 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 9 /* r */
        start local 9 // org.jruby.runtime.builtin.IRubyObject r
        37: .line 345
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.ZeroOperandArgNoBlockCallInstr.getCallSite:()Lorg/jruby/runtime/CallSite;
            aload 0 /* context */
            aload 6 /* self */
            aload 9 /* r */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* result */
        start local 7 // java.lang.Object result
        38: .line 346
            aload 5 /* temp */
            aload 3 /* currDynScope */
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.ZeroOperandArgNoBlockCallInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 7 /* result */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        39: .line 347
            goto 49
        end local 9 // org.jruby.runtime.builtin.IRubyObject r
        end local 8 // org.jruby.ir.instructions.specialized.ZeroOperandArgNoBlockCallInstr call
        end local 7 // java.lang.Object result
        40: .line 350
      StackMap locals:
      StackMap stack:
            aload 1 /* instr */
            checkcast org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr
            astore 8 /* call */
        start local 8 // org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr call
        41: .line 351
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr.getReceiver:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 3 /* currDynScope */
            aload 4 /* currScope */
            aload 5 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 9 /* r */
        start local 9 // org.jruby.runtime.builtin.IRubyObject r
        42: .line 352
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr.getArg1:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 4 /* currScope */
            aload 3 /* 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;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 10 /* o */
        start local 10 // org.jruby.runtime.builtin.IRubyObject o
        43: .line 353
            aload 8 /* call */
            invokevirtual org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr.getCallSite:()Lorg/jruby/runtime/CallSite;
            aload 0 /* context */
            aload 6 /* self */
            aload 9 /* r */
            aload 10 /* o */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        44: .line 354
            goto 49
        end local 10 // org.jruby.runtime.builtin.IRubyObject o
        end local 9 // org.jruby.runtime.builtin.IRubyObject r
        end local 8 // org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr call
        45: .line 357
      StackMap locals:
      StackMap stack:
            aload 1 /* instr */
            aload 0 /* context */
            aload 4 /* currScope */
            aload 3 /* currDynScope */
            aload 6 /* self */
            aload 5 /* temp */
            invokevirtual org.jruby.ir.instructions.Instr.interpret:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
        46: .line 358
            goto 49
        47: .line 361
      StackMap locals:
      StackMap stack:
            aload 1 /* instr */
            aload 0 /* context */
            aload 4 /* currScope */
            aload 3 /* currDynScope */
            aload 6 /* self */
            aload 5 /* temp */
            invokevirtual org.jruby.ir.instructions.Instr.interpret:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 7 /* result */
        start local 7 // java.lang.Object result
        48: .line 362
            aload 5 /* temp */
            aload 3 /* currDynScope */
            aload 1 /* instr */
            aload 7 /* result */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/instructions/Instr;Ljava/lang/Object;)V
        end local 7 // java.lang.Object result
        49: .line 365
      StackMap locals:
      StackMap stack:
            return
        end local 6 // org.jruby.runtime.builtin.IRubyObject self
        end local 5 // java.lang.Object[] temp
        end local 4 // org.jruby.parser.StaticScope currScope
        end local 3 // org.jruby.runtime.DynamicScope currDynScope
        end local 2 // org.jruby.ir.Operation operation
        end local 1 // org.jruby.ir.instructions.Instr instr
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   50     0        context  Lorg/jruby/runtime/ThreadContext;
            0   50     1          instr  Lorg/jruby/ir/instructions/Instr;
            0   50     2      operation  Lorg/jruby/ir/Operation;
            0   50     3   currDynScope  Lorg/jruby/runtime/DynamicScope;
            0   50     4      currScope  Lorg/jruby/parser/StaticScope;
            0   50     5           temp  [Ljava/lang/Object;
            0   50     6           self  Lorg/jruby/runtime/builtin/IRubyObject;
            4    6     7         result  Ljava/lang/Object;
            9   11     7         result  Ljava/lang/Object;
           15   17     7         result  Ljava/lang/Object;
           22   24     7         result  Ljava/lang/Object;
           33   35     7         result  Ljava/lang/Object;
           38   40     7         result  Ljava/lang/Object;
           48   49     7         result  Ljava/lang/Object;
            2    6     8           call  Lorg/jruby/ir/instructions/specialized/OneFixnumArgNoBlockCallInstr;
            3    6     9              r  Lorg/jruby/runtime/builtin/IRubyObject;
            7   11     8           call  Lorg/jruby/ir/instructions/specialized/OneFloatArgNoBlockCallInstr;
            8   11     9              r  Lorg/jruby/runtime/builtin/IRubyObject;
           12   17     8           call  Lorg/jruby/ir/instructions/specialized/OneOperandArgNoBlockCallInstr;
           13   17     9              r  Lorg/jruby/runtime/builtin/IRubyObject;
           14   17    10              o  Lorg/jruby/runtime/builtin/IRubyObject;
           18   24     8           call  Lorg/jruby/ir/instructions/specialized/TwoOperandArgNoBlockCallInstr;
           19   24     9              r  Lorg/jruby/runtime/builtin/IRubyObject;
           20   24    10             o1  Lorg/jruby/runtime/builtin/IRubyObject;
           21   24    11             o2  Lorg/jruby/runtime/builtin/IRubyObject;
           25   35     8           call  Lorg/jruby/ir/instructions/specialized/OneOperandArgBlockCallInstr;
           26   35     9              r  Lorg/jruby/runtime/builtin/IRubyObject;
           27   35    10              o  Lorg/jruby/runtime/builtin/IRubyObject;
           28   35    11  preparedBlock  Lorg/jruby/runtime/Block;
           29   35    12       callSite  Lorg/jruby/runtime/CallSite;
           36   40     8           call  Lorg/jruby/ir/instructions/specialized/ZeroOperandArgNoBlockCallInstr;
           37   40     9              r  Lorg/jruby/runtime/builtin/IRubyObject;
           41   45     8           call  Lorg/jruby/ir/instructions/specialized/OneOperandArgNoBlockNoResultCallInstr;
           42   45     9              r  Lorg/jruby/runtime/builtin/IRubyObject;
           43   45    10              o  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
              Name  Flags
      context       
      instr         
      operation     
      currDynScope  
      currScope     
      temp          
      self          

  protected static void processBookKeepingOp(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.ir.instructions.Instr, org.jruby.ir.Operation, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block, org.jruby.RubyModule, org.jruby.runtime.DynamicScope, java.lang.Object[], org.jruby.parser.StaticScope);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Lorg/jruby/runtime/DynamicScope;[Ljava/lang/Object;Lorg/jruby/parser/StaticScope;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=7, locals=12, args_size=12
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.Block block
        start local 2 // org.jruby.ir.instructions.Instr instr
        start local 3 // org.jruby.ir.Operation operation
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.builtin.IRubyObject self
        start local 7 // org.jruby.runtime.Block blockArg
        start local 8 // org.jruby.RubyModule implClass
        start local 9 // org.jruby.runtime.DynamicScope currDynScope
        start local 10 // java.lang.Object[] temp
        start local 11 // org.jruby.parser.StaticScope currScope
         0: .line 370
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$Operation:()[I
            aload 3 /* operation */
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iaload
            lookupswitch { // 15
                   54: 1
                   68: 31
                   69: 35
                   80: 29
                   94: 26
                  126: 10
                  127: 18
                  129: 20
                  130: 22
                  131: 6
                  133: 8
                  134: 24
                  135: 2
                  136: 4
                  137: 33
              default: 36
          }
         1: .line 372
      StackMap locals:
      StackMap stack:
            goto 36
         2: .line 374
      StackMap locals:
      StackMap stack:
            aload 10 /* temp */
            aload 9 /* currDynScope */
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.SaveBindingVisibilityInstr
            invokevirtual org.jruby.ir.instructions.SaveBindingVisibilityInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 1 /* block */
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            invokevirtual org.jruby.runtime.Binding.getFrame:()Lorg/jruby/runtime/Frame;
            invokevirtual org.jruby.runtime.Frame.getVisibility:()Lorg/jruby/runtime/Visibility;
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
         3: .line 375
            goto 36
         4: .line 377
      StackMap locals:
      StackMap stack:
            aload 1 /* block */
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            invokevirtual org.jruby.runtime.Binding.getFrame:()Lorg/jruby/runtime/Frame;
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.RestoreBindingVisibilityInstr
            invokevirtual org.jruby.ir.instructions.RestoreBindingVisibilityInstr.getVisibility:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 9 /* currDynScope */
            aload 11 /* currScope */
            aload 10 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.Visibility
            invokevirtual org.jruby.runtime.Frame.setVisibility:(Lorg/jruby/runtime/Visibility;)V
         5: .line 378
            goto 36
         6: .line 380
      StackMap locals:
      StackMap stack:
            aload 10 /* temp */
            aload 9 /* currDynScope */
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.PushBlockFrameInstr
            invokevirtual org.jruby.ir.instructions.PushBlockFrameInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 0 /* context */
            aload 1 /* block */
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            invokevirtual org.jruby.runtime.ThreadContext.preYieldNoScope:(Lorg/jruby/runtime/Binding;)Lorg/jruby/runtime/Frame;
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
         7: .line 381
            goto 36
         8: .line 383
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.PopBlockFrameInstr
            invokevirtual org.jruby.ir.instructions.PopBlockFrameInstr.getFrame:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 9 /* currDynScope */
            aload 11 /* currScope */
            aload 10 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.Frame
            invokevirtual org.jruby.runtime.ThreadContext.postYieldNoScope:(Lorg/jruby/runtime/Frame;)V
         9: .line 384
            goto 36
        10: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
        11: .line 387
            aload 8 /* implClass */
        12: .line 388
            aload 4 /* name */
        13: .line 389
            aload 6 /* self */
        14: .line 390
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.PushMethodFrameInstr
            invokevirtual org.jruby.ir.instructions.PushMethodFrameInstr.getVisibility:()Lorg/jruby/runtime/Visibility;
        15: .line 391
            aload 7 /* blockArg */
        16: .line 386
            invokevirtual org.jruby.runtime.ThreadContext.preMethodFrameOnly:(Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Visibility;Lorg/jruby/runtime/Block;)V
        17: .line 392
            goto 36
        18: .line 394
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.preBackrefMethod:()V
        19: .line 395
            goto 36
        20: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popFrame:()V
        21: .line 398
            goto 36
        22: .line 400
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.postBackrefMethod:()V
        23: .line 401
            goto 36
        24: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popScope:()V
        25: .line 404
            goto 36
        26: .line 406
      StackMap locals:
      StackMap stack:
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.inProfileMode:()Z
            ifeq 27
            invokestatic org.jruby.ir.interpreter.Profiler.clockTick:()V
        27: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.callThreadPoll:()V
        28: .line 408
            goto 36
        29: .line 410
      StackMap locals:
      StackMap stack:
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.CheckArityInstr
            aload 0 /* context */
            aload 11 /* currScope */
            aload 5 /* args */
            aload 1 /* block */
            invokevirtual org.jruby.ir.instructions.CheckArityInstr.checkArity:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/Block;)V
        30: .line 411
            goto 36
        31: .line 413
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.LineNumberInstr
            getfield org.jruby.ir.instructions.LineNumberInstr.lineNumber:I
            invokevirtual org.jruby.runtime.ThreadContext.setLine:(I)V
        32: .line 414
            goto 36
        33: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.ToggleBacktraceInstr
            invokevirtual org.jruby.ir.instructions.ToggleBacktraceInstr.requiresBacktrace:()Z
            invokevirtual org.jruby.runtime.ThreadContext.setExceptionRequiresBacktrace:(Z)V
        34: .line 417
            goto 36
        35: .line 419
      StackMap locals:
      StackMap stack:
            aload 2 /* instr */
            aload 0 /* context */
            aload 11 /* currScope */
            aload 9 /* currDynScope */
            aload 6 /* self */
            aload 10 /* temp */
            invokevirtual org.jruby.ir.instructions.Instr.interpret:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
        36: .line 422
      StackMap locals:
      StackMap stack:
            return
        end local 11 // org.jruby.parser.StaticScope currScope
        end local 10 // java.lang.Object[] temp
        end local 9 // org.jruby.runtime.DynamicScope currDynScope
        end local 8 // org.jruby.RubyModule implClass
        end local 7 // org.jruby.runtime.Block blockArg
        end local 6 // org.jruby.runtime.builtin.IRubyObject self
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.ir.Operation operation
        end local 2 // org.jruby.ir.instructions.Instr instr
        end local 1 // org.jruby.runtime.Block block
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   37     0       context  Lorg/jruby/runtime/ThreadContext;
            0   37     1         block  Lorg/jruby/runtime/Block;
            0   37     2         instr  Lorg/jruby/ir/instructions/Instr;
            0   37     3     operation  Lorg/jruby/ir/Operation;
            0   37     4          name  Ljava/lang/String;
            0   37     5          args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0   37     6          self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   37     7      blockArg  Lorg/jruby/runtime/Block;
            0   37     8     implClass  Lorg/jruby/RubyModule;
            0   37     9  currDynScope  Lorg/jruby/runtime/DynamicScope;
            0   37    10          temp  [Ljava/lang/Object;
            0   37    11     currScope  Lorg/jruby/parser/StaticScope;
    MethodParameters:
              Name  Flags
      context       
      block         
      instr         
      operation     
      name          
      args          
      self          
      blockArg      
      implClass     
      currDynScope  
      temp          
      currScope     

  protected static org.jruby.runtime.builtin.IRubyObject processReturnOp(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.ir.instructions.Instr, org.jruby.ir.Operation, org.jruby.runtime.DynamicScope, java.lang.Object[], org.jruby.runtime.builtin.IRubyObject, org.jruby.parser.StaticScope);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=6, locals=10, args_size=8
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.Block block
        start local 2 // org.jruby.ir.instructions.Instr instr
        start local 3 // org.jruby.ir.Operation operation
        start local 4 // org.jruby.runtime.DynamicScope currDynScope
        start local 5 // java.lang.Object[] temp
        start local 6 // org.jruby.runtime.builtin.IRubyObject self
        start local 7 // org.jruby.parser.StaticScope currScope
         0: .line 427
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$Operation:()[I
            aload 3 /* operation */
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iaload
            tableswitch { // 41 - 44
                   41: 1
                   42: 5
                   43: 2
                   44: 8
              default: 10
          }
         1: .line 430
      StackMap locals:
      StackMap stack:
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.ReturnBase
            invokevirtual org.jruby.ir.instructions.ReturnBase.getReturnValue:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 4 /* currDynScope */
            aload 7 /* currScope */
            aload 5 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            areturn
         2: .line 433
      StackMap locals:
      StackMap stack:
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.BreakInstr
            astore 8 /* bi */
        start local 8 // org.jruby.ir.instructions.BreakInstr bi
         3: .line 434
            aload 8 /* bi */
            invokevirtual org.jruby.ir.instructions.BreakInstr.getReturnValue:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 7 /* currScope */
            aload 4 /* 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;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 9 /* rv */
        start local 9 // org.jruby.runtime.builtin.IRubyObject rv
         4: .line 440
            aload 0 /* context */
            aload 4 /* currDynScope */
            aload 9 /* rv */
            aload 1 /* block */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.initiateBreak:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 9 // org.jruby.runtime.builtin.IRubyObject rv
        end local 8 // org.jruby.ir.instructions.BreakInstr bi
         5: .line 443
      StackMap locals:
      StackMap stack:
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.NonlocalReturnInstr
            astore 8 /* ri */
        start local 8 // org.jruby.ir.instructions.NonlocalReturnInstr ri
         6: .line 444
            aload 8 /* ri */
            invokevirtual org.jruby.ir.instructions.NonlocalReturnInstr.getReturnValue:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 4 /* currDynScope */
            aload 7 /* currScope */
            aload 5 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 9 /* rv */
        start local 9 // org.jruby.runtime.builtin.IRubyObject rv
         7: .line 445
            aload 4 /* currDynScope */
            aload 1 /* block */
            aload 9 /* rv */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.initiateNonLocalReturn:(Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 9 // org.jruby.runtime.builtin.IRubyObject rv
        end local 8 // org.jruby.ir.instructions.NonlocalReturnInstr ri
         8: .line 448
      StackMap locals:
      StackMap stack:
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.ReturnBase
            invokevirtual org.jruby.ir.instructions.ReturnBase.getReturnValue:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 6 /* self */
            aload 4 /* currDynScope */
            aload 7 /* currScope */
            aload 5 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 8 /* retVal */
        start local 8 // org.jruby.runtime.builtin.IRubyObject retVal
         9: .line 449
            aload 0 /* context */
            aload 8 /* retVal */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.returnOrRethrowSavedException:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.runtime.builtin.IRubyObject retVal
        10: .line 452
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 7 // org.jruby.parser.StaticScope currScope
        end local 6 // org.jruby.runtime.builtin.IRubyObject self
        end local 5 // java.lang.Object[] temp
        end local 4 // org.jruby.runtime.DynamicScope currDynScope
        end local 3 // org.jruby.ir.Operation operation
        end local 2 // org.jruby.ir.instructions.Instr instr
        end local 1 // org.jruby.runtime.Block block
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0       context  Lorg/jruby/runtime/ThreadContext;
            0   11     1         block  Lorg/jruby/runtime/Block;
            0   11     2         instr  Lorg/jruby/ir/instructions/Instr;
            0   11     3     operation  Lorg/jruby/ir/Operation;
            0   11     4  currDynScope  Lorg/jruby/runtime/DynamicScope;
            0   11     5          temp  [Ljava/lang/Object;
            0   11     6          self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   11     7     currScope  Lorg/jruby/parser/StaticScope;
            3    5     8            bi  Lorg/jruby/ir/instructions/BreakInstr;
            4    5     9            rv  Lorg/jruby/runtime/builtin/IRubyObject;
            6    8     8            ri  Lorg/jruby/ir/instructions/NonlocalReturnInstr;
            7    8     9            rv  Lorg/jruby/runtime/builtin/IRubyObject;
            9   10     8        retVal  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
              Name  Flags
      context       
      block         
      instr         
      operation     
      currDynScope  
      temp          
      self          
      currScope     

  protected static void processOtherOp(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.ir.instructions.Instr, org.jruby.ir.Operation, org.jruby.runtime.DynamicScope, org.jruby.parser.StaticScope, java.lang.Object[], org.jruby.runtime.builtin.IRubyObject, double[], long[], boolean[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;[D[J[Z)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=10, locals=15, args_size=11
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.Block block
        start local 2 // org.jruby.ir.instructions.Instr instr
        start local 3 // org.jruby.ir.Operation operation
        start local 4 // org.jruby.runtime.DynamicScope currDynScope
        start local 5 // org.jruby.parser.StaticScope currScope
        start local 6 // java.lang.Object[] temp
        start local 7 // org.jruby.runtime.builtin.IRubyObject self
        start local 8 // double[] floats
        start local 9 // long[] fixnums
        start local 10 // boolean[] booleans
         0: .line 459
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$Operation:()[I
            aload 3 /* operation */
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iaload
            lookupswitch { // 11
                    9: 1
                   20: 51
                   59: 13
                   81: 26
                   83: 2
                   92: 21
                  100: 31
                  101: 28
                  102: 34
                  103: 44
                  104: 37
              default: 53
          }
         1: .line 461
      StackMap locals:
      StackMap stack:
            goto 55
         2: .line 463
      StackMap locals:
      StackMap stack:
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.CopyInstr
            astore 12 /* c */
        start local 12 // org.jruby.ir.instructions.CopyInstr c
         3: .line 464
            aload 12 /* c */
            invokevirtual org.jruby.ir.instructions.CopyInstr.getSource:()Lorg/jruby/ir/operands/Operand;
            astore 13 /* src */
        start local 13 // org.jruby.ir.operands.Operand src
         4: .line 465
            aload 12 /* c */
            invokevirtual org.jruby.ir.instructions.CopyInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            astore 14 /* res */
        start local 14 // org.jruby.ir.operands.Variable res
         5: .line 466
            aload 14 /* res */
            instanceof org.jruby.ir.operands.TemporaryFloatVariable
            ifeq 8
         6: .line 467
            aload 8 /* floats */
            aload 14 /* res */
            checkcast org.jruby.ir.operands.TemporaryFloatVariable
            aload 8 /* floats */
            aload 13 /* src */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.getFloatArg:([DLorg/jruby/ir/operands/Operand;)D
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFloatVar:([DLorg/jruby/ir/operands/TemporaryLocalVariable;D)V
         7: .line 468
            goto 55
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.Block org.jruby.ir.instructions.Instr org.jruby.ir.Operation org.jruby.runtime.DynamicScope org.jruby.parser.StaticScope java.lang.Object[] org.jruby.runtime.builtin.IRubyObject double[] long[] boolean[] top org.jruby.ir.instructions.CopyInstr org.jruby.ir.operands.Operand org.jruby.ir.operands.Variable
      StackMap stack:
         8: aload 14 /* res */
            instanceof org.jruby.ir.operands.TemporaryFixnumVariable
            ifeq 11
         9: .line 469
            aload 9 /* fixnums */
            aload 14 /* res */
            checkcast org.jruby.ir.operands.TemporaryFixnumVariable
            aload 9 /* fixnums */
            aload 13 /* src */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.getFixnumArg:([JLorg/jruby/ir/operands/Operand;)J
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setFixnumVar:([JLorg/jruby/ir/operands/TemporaryLocalVariable;J)V
        10: .line 470
            goto 55
        11: .line 471
      StackMap locals:
      StackMap stack:
            aload 6 /* temp */
            aload 4 /* currDynScope */
            aload 14 /* res */
            aload 13 /* src */
            aload 0 /* context */
            aload 7 /* self */
            aload 4 /* currDynScope */
            aload 5 /* currScope */
            aload 6 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        12: .line 473
            goto 55
        end local 14 // org.jruby.ir.operands.Variable res
        end local 13 // org.jruby.ir.operands.Operand src
        end local 12 // org.jruby.ir.instructions.CopyInstr c
        13: .line 477
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.Block org.jruby.ir.instructions.Instr org.jruby.ir.Operation org.jruby.runtime.DynamicScope org.jruby.parser.StaticScope java.lang.Object[] org.jruby.runtime.builtin.IRubyObject double[] long[] boolean[]
      StackMap stack:
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.SearchConstInstr
            astore 12 /* sci */
        start local 12 // org.jruby.ir.instructions.SearchConstInstr sci
        14: .line 478
            aload 12 /* sci */
            invokevirtual org.jruby.ir.instructions.SearchConstInstr.getConstantCache:()Lorg/jruby/runtime/opto/ConstantCache;
            astore 13 /* cache */
        start local 13 // org.jruby.runtime.opto.ConstantCache cache
        15: .line 479
            aload 13 /* cache */
            invokestatic org.jruby.runtime.opto.ConstantCache.isCached:(Lorg/jruby/runtime/opto/ConstantCache;)Z
            ifne 18
        16: .line 480
            aload 12 /* sci */
            aload 0 /* context */
            aload 5 /* currScope */
            aload 4 /* currDynScope */
            aload 7 /* self */
            aload 6 /* temp */
            invokevirtual org.jruby.ir.instructions.SearchConstInstr.cache:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 11 /* result */
        start local 11 // java.lang.Object result
        17: .line 481
            goto 19
        end local 11 // java.lang.Object result
        18: .line 482
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.Block org.jruby.ir.instructions.Instr org.jruby.ir.Operation org.jruby.runtime.DynamicScope org.jruby.parser.StaticScope java.lang.Object[] org.jruby.runtime.builtin.IRubyObject double[] long[] boolean[] top org.jruby.ir.instructions.SearchConstInstr org.jruby.runtime.opto.ConstantCache
      StackMap stack:
            aload 13 /* cache */
            getfield org.jruby.runtime.opto.ConstantCache.value:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 11 /* result */
        start local 11 // java.lang.Object result
        19: .line 484
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.Block org.jruby.ir.instructions.Instr org.jruby.ir.Operation org.jruby.runtime.DynamicScope org.jruby.parser.StaticScope java.lang.Object[] org.jruby.runtime.builtin.IRubyObject double[] long[] boolean[] java.lang.Object org.jruby.ir.instructions.SearchConstInstr org.jruby.runtime.opto.ConstantCache
      StackMap stack:
            aload 6 /* temp */
            aload 4 /* currDynScope */
            aload 12 /* sci */
            invokevirtual org.jruby.ir.instructions.SearchConstInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 11 /* result */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        20: .line 485
            goto 55
        end local 13 // org.jruby.runtime.opto.ConstantCache cache
        end local 12 // org.jruby.ir.instructions.SearchConstInstr sci
        end local 11 // java.lang.Object result
        21: .line 489
      StackMap locals:
      StackMap stack:
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.RuntimeHelperCall
            astore 12 /* rhc */
        start local 12 // org.jruby.ir.instructions.RuntimeHelperCall rhc
        22: .line 490
            aload 6 /* temp */
            aload 4 /* currDynScope */
            aload 12 /* rhc */
            invokevirtual org.jruby.ir.instructions.RuntimeHelperCall.getResult:()Lorg/jruby/ir/operands/Variable;
        23: .line 491
            aload 12 /* rhc */
            aload 0 /* context */
            aload 5 /* currScope */
            aload 4 /* currDynScope */
            aload 7 /* self */
            aload 6 /* temp */
            aload 1 /* block */
            invokevirtual org.jruby.ir.instructions.RuntimeHelperCall.callHelper:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
        24: .line 490
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        25: .line 492
            goto 55
        end local 12 // org.jruby.ir.instructions.RuntimeHelperCall rhc
        26: .line 496
      StackMap locals:
      StackMap stack:
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.CheckForLJEInstr
            aload 0 /* context */
            aload 4 /* currDynScope */
            aload 1 /* block */
            invokevirtual org.jruby.ir.instructions.CheckForLJEInstr.check:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/Block;)V
        27: .line 497
            goto 55
        28: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 8 /* floats */
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.boxing.BoxFloatInstr
            invokevirtual org.jruby.ir.instructions.boxing.BoxFloatInstr.getValue:()Lorg/jruby/ir/operands/Operand;
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.getFloatArg:([DLorg/jruby/ir/operands/Operand;)D
            invokevirtual org.jruby.Ruby.newFloat:(D)Lorg/jruby/RubyFloat;
            astore 12 /* f */
        start local 12 // org.jruby.RubyFloat f
        29: .line 501
            aload 6 /* temp */
            aload 4 /* currDynScope */
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.boxing.BoxInstr
            invokevirtual org.jruby.ir.instructions.boxing.BoxInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 12 /* f */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        30: .line 502
            goto 55
        end local 12 // org.jruby.RubyFloat f
        31: .line 506
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 9 /* fixnums */
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.boxing.BoxFixnumInstr
            invokevirtual org.jruby.ir.instructions.boxing.BoxFixnumInstr.getValue:()Lorg/jruby/ir/operands/Operand;
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.getFixnumArg:([JLorg/jruby/ir/operands/Operand;)J
            invokevirtual org.jruby.Ruby.newFixnum:(J)Lorg/jruby/RubyFixnum;
            astore 12 /* f */
        start local 12 // org.jruby.RubyFixnum f
        32: .line 507
            aload 6 /* temp */
            aload 4 /* currDynScope */
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.boxing.BoxInstr
            invokevirtual org.jruby.ir.instructions.boxing.BoxInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 12 /* f */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        33: .line 508
            goto 55
        end local 12 // org.jruby.RubyFixnum f
        34: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 10 /* booleans */
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.boxing.BoxBooleanInstr
            invokevirtual org.jruby.ir.instructions.boxing.BoxBooleanInstr.getValue:()Lorg/jruby/ir/operands/Operand;
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.getBooleanArg:([ZLorg/jruby/ir/operands/Operand;)Z
            invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            astore 12 /* f */
        start local 12 // org.jruby.RubyBoolean f
        35: .line 513
            aload 6 /* temp */
            aload 4 /* currDynScope */
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.boxing.BoxInstr
            invokevirtual org.jruby.ir.instructions.boxing.BoxInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 12 /* f */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
        36: .line 514
            goto 55
        end local 12 // org.jruby.RubyBoolean f
        37: .line 518
      StackMap locals:
      StackMap stack:
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.boxing.UnboxInstr
            astore 12 /* ui */
        start local 12 // org.jruby.ir.instructions.boxing.UnboxInstr ui
        38: .line 519
            aload 12 /* ui */
            invokevirtual org.jruby.ir.instructions.boxing.UnboxInstr.getValue:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 7 /* self */
            aload 4 /* currDynScope */
            aload 5 /* currScope */
            aload 6 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 13 /* val */
        start local 13 // java.lang.Object val
        39: .line 520
            aload 13 /* val */
            instanceof org.jruby.RubyFloat
            ifeq 42
        40: .line 521
            aload 8 /* floats */
            aload 12 /* ui */
            invokevirtual org.jruby.ir.instructions.boxing.UnboxInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            checkcast org.jruby.ir.operands.TemporaryLocalVariable
            getfield org.jruby.ir.operands.TemporaryLocalVariable.offset:I
            aload 13 /* val */
            checkcast org.jruby.RubyFloat
            invokevirtual org.jruby.RubyFloat.getValue:()D
            dastore
        41: .line 522
            goto 55
        42: .line 523
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.Block org.jruby.ir.instructions.Instr org.jruby.ir.Operation org.jruby.runtime.DynamicScope org.jruby.parser.StaticScope java.lang.Object[] org.jruby.runtime.builtin.IRubyObject double[] long[] boolean[] top org.jruby.ir.instructions.boxing.UnboxInstr java.lang.Object
      StackMap stack:
            aload 8 /* floats */
            aload 12 /* ui */
            invokevirtual org.jruby.ir.instructions.boxing.UnboxInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            checkcast org.jruby.ir.operands.TemporaryLocalVariable
            getfield org.jruby.ir.operands.TemporaryLocalVariable.offset:I
            aload 13 /* val */
            checkcast org.jruby.RubyFixnum
            invokevirtual org.jruby.RubyFixnum.getDoubleValue:()D
            dastore
        43: .line 525
            goto 55
        end local 13 // java.lang.Object val
        end local 12 // org.jruby.ir.instructions.boxing.UnboxInstr ui
        44: .line 529
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.Block org.jruby.ir.instructions.Instr org.jruby.ir.Operation org.jruby.runtime.DynamicScope org.jruby.parser.StaticScope java.lang.Object[] org.jruby.runtime.builtin.IRubyObject double[] long[] boolean[]
      StackMap stack:
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.boxing.UnboxInstr
            astore 12 /* ui */
        start local 12 // org.jruby.ir.instructions.boxing.UnboxInstr ui
        45: .line 530
            aload 12 /* ui */
            invokevirtual org.jruby.ir.instructions.boxing.UnboxInstr.getValue:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* context */
            aload 7 /* self */
            aload 4 /* currDynScope */
            aload 5 /* currScope */
            aload 6 /* temp */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.retrieveOp:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 13 /* val */
        start local 13 // java.lang.Object val
        46: .line 531
            aload 13 /* val */
            instanceof org.jruby.RubyFloat
            ifeq 49
        47: .line 532
            aload 9 /* fixnums */
            aload 12 /* ui */
            invokevirtual org.jruby.ir.instructions.boxing.UnboxInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            checkcast org.jruby.ir.operands.TemporaryLocalVariable
            getfield org.jruby.ir.operands.TemporaryLocalVariable.offset:I
            aload 13 /* val */
            checkcast org.jruby.RubyFloat
            invokevirtual org.jruby.RubyFloat.getLongValue:()J
            lastore
        48: .line 533
            goto 55
        49: .line 534
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.Block org.jruby.ir.instructions.Instr org.jruby.ir.Operation org.jruby.runtime.DynamicScope org.jruby.parser.StaticScope java.lang.Object[] org.jruby.runtime.builtin.IRubyObject double[] long[] boolean[] top org.jruby.ir.instructions.boxing.UnboxInstr java.lang.Object
      StackMap stack:
            aload 9 /* fixnums */
            aload 12 /* ui */
            invokevirtual org.jruby.ir.instructions.boxing.UnboxInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            checkcast org.jruby.ir.operands.TemporaryLocalVariable
            getfield org.jruby.ir.operands.TemporaryLocalVariable.offset:I
            aload 13 /* val */
            checkcast org.jruby.RubyFixnum
            invokevirtual org.jruby.RubyFixnum.getLongValue:()J
            lastore
        50: .line 536
            goto 55
        end local 13 // java.lang.Object val
        end local 12 // org.jruby.ir.instructions.boxing.UnboxInstr ui
        51: .line 540
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.Block org.jruby.ir.instructions.Instr org.jruby.ir.Operation org.jruby.runtime.DynamicScope org.jruby.parser.StaticScope java.lang.Object[] org.jruby.runtime.builtin.IRubyObject double[] long[] boolean[]
      StackMap stack:
            aload 6 /* temp */
            aload 4 /* currDynScope */
            aload 2 /* instr */
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameBlock:()Lorg/jruby/runtime/Block;
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/instructions/Instr;Ljava/lang/Object;)V
        52: .line 541
            return
        53: .line 545
      StackMap locals:
      StackMap stack:
            aload 2 /* instr */
            aload 0 /* context */
            aload 5 /* currScope */
            aload 4 /* currDynScope */
            aload 7 /* self */
            aload 6 /* temp */
            invokevirtual org.jruby.ir.instructions.Instr.interpret:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 11 /* result */
        start local 11 // java.lang.Object result
        54: .line 546
            aload 6 /* temp */
            aload 4 /* currDynScope */
            aload 2 /* instr */
            aload 11 /* result */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/instructions/Instr;Ljava/lang/Object;)V
        end local 11 // java.lang.Object result
        55: .line 549
      StackMap locals:
      StackMap stack:
            return
        end local 10 // boolean[] booleans
        end local 9 // long[] fixnums
        end local 8 // double[] floats
        end local 7 // org.jruby.runtime.builtin.IRubyObject self
        end local 6 // java.lang.Object[] temp
        end local 5 // org.jruby.parser.StaticScope currScope
        end local 4 // org.jruby.runtime.DynamicScope currDynScope
        end local 3 // org.jruby.ir.Operation operation
        end local 2 // org.jruby.ir.instructions.Instr instr
        end local 1 // org.jruby.runtime.Block block
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   56     0       context  Lorg/jruby/runtime/ThreadContext;
            0   56     1         block  Lorg/jruby/runtime/Block;
            0   56     2         instr  Lorg/jruby/ir/instructions/Instr;
            0   56     3     operation  Lorg/jruby/ir/Operation;
            0   56     4  currDynScope  Lorg/jruby/runtime/DynamicScope;
            0   56     5     currScope  Lorg/jruby/parser/StaticScope;
            0   56     6          temp  [Ljava/lang/Object;
            0   56     7          self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   56     8        floats  [D
            0   56     9       fixnums  [J
            0   56    10      booleans  [Z
           17   18    11        result  Ljava/lang/Object;
           19   21    11        result  Ljava/lang/Object;
           54   55    11        result  Ljava/lang/Object;
            3   13    12             c  Lorg/jruby/ir/instructions/CopyInstr;
            4   13    13           src  Lorg/jruby/ir/operands/Operand;
            5   13    14           res  Lorg/jruby/ir/operands/Variable;
           14   21    12           sci  Lorg/jruby/ir/instructions/SearchConstInstr;
           15   21    13         cache  Lorg/jruby/runtime/opto/ConstantCache;
           22   26    12           rhc  Lorg/jruby/ir/instructions/RuntimeHelperCall;
           29   31    12             f  Lorg/jruby/RubyFloat;
           32   34    12             f  Lorg/jruby/RubyFixnum;
           35   37    12             f  Lorg/jruby/RubyBoolean;
           38   44    12            ui  Lorg/jruby/ir/instructions/boxing/UnboxInstr;
           39   44    13           val  Ljava/lang/Object;
           45   51    12            ui  Lorg/jruby/ir/instructions/boxing/UnboxInstr;
           46   51    13           val  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      context       
      block         
      instr         
      operation     
      currDynScope  
      currScope     
      temp          
      self          
      floats        
      fixnums       
      booleans      

  protected static void extractToMethodToAvoidC2Crash(org.jruby.ir.instructions.Instr, java.lang.Throwable);
    descriptor: (Lorg/jruby/ir/instructions/Instr;Ljava/lang/Throwable;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.Instr instr
        start local 1 // java.lang.Throwable t
         0: .line 556
            aload 1 /* t */
            instanceof org.jruby.exceptions.Unrescuable
            ifne 2
            aload 0 /* instr */
            invokevirtual org.jruby.ir.instructions.Instr.canRaiseException:()Z
            ifne 2
         1: .line 557
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "BUG: Got exception "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* t */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " but instr "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* instr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is not supposed to be raising exceptions!"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 559
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable t
        end local 0 // org.jruby.ir.instructions.Instr instr
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  instr  Lorg/jruby/ir/instructions/Instr;
            0    3     1      t  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      instr  
      t      

  protected static void setResult(java.lang.Object[], org.jruby.runtime.DynamicScope, org.jruby.ir.operands.Variable, java.lang.Object);
    descriptor: ([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // java.lang.Object[] temp
        start local 1 // org.jruby.runtime.DynamicScope currDynScope
        start local 2 // org.jruby.ir.operands.Variable resultVar
        start local 3 // java.lang.Object result
         0: .line 562
            aload 2 /* resultVar */
            instanceof org.jruby.ir.operands.TemporaryVariable
            ifeq 3
         1: .line 569
            aload 0 /* temp */
            aload 2 /* resultVar */
            checkcast org.jruby.ir.operands.TemporaryLocalVariable
            getfield org.jruby.ir.operands.TemporaryLocalVariable.offset:I
            aload 3 /* result */
            aastore
         2: .line 570
            goto 5
         3: .line 571
      StackMap locals:
      StackMap stack:
            aload 2 /* resultVar */
            checkcast org.jruby.ir.operands.LocalVariable
            astore 4 /* lv */
        start local 4 // org.jruby.ir.operands.LocalVariable lv
         4: .line 572
            aload 1 /* currDynScope */
            aload 3 /* result */
            checkcast org.jruby.runtime.builtin.IRubyObject
            aload 4 /* lv */
            invokevirtual org.jruby.ir.operands.LocalVariable.getLocation:()I
            aload 4 /* lv */
            invokevirtual org.jruby.ir.operands.LocalVariable.getScopeDepth:()I
            invokevirtual org.jruby.runtime.DynamicScope.setValueVoid:(Lorg/jruby/runtime/builtin/IRubyObject;II)V
        end local 4 // org.jruby.ir.operands.LocalVariable lv
         5: .line 574
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object result
        end local 2 // org.jruby.ir.operands.Variable resultVar
        end local 1 // org.jruby.runtime.DynamicScope currDynScope
        end local 0 // java.lang.Object[] temp
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          temp  [Ljava/lang/Object;
            0    6     1  currDynScope  Lorg/jruby/runtime/DynamicScope;
            0    6     2     resultVar  Lorg/jruby/ir/operands/Variable;
            0    6     3        result  Ljava/lang/Object;
            4    5     4            lv  Lorg/jruby/ir/operands/LocalVariable;
    MethodParameters:
              Name  Flags
      temp          
      currDynScope  
      resultVar     
      result        

  protected static void setResult(java.lang.Object[], org.jruby.runtime.DynamicScope, org.jruby.ir.instructions.Instr, java.lang.Object);
    descriptor: ([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/instructions/Instr;Ljava/lang/Object;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // java.lang.Object[] temp
        start local 1 // org.jruby.runtime.DynamicScope currDynScope
        start local 2 // org.jruby.ir.instructions.Instr instr
        start local 3 // java.lang.Object result
         0: .line 577
            aload 2 /* instr */
            instanceof org.jruby.ir.instructions.ResultInstr
            ifeq 2
         1: .line 578
            aload 0 /* temp */
            aload 1 /* currDynScope */
            aload 2 /* instr */
            checkcast org.jruby.ir.instructions.ResultInstr
            invokeinterface org.jruby.ir.instructions.ResultInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            aload 3 /* result */
            invokestatic org.jruby.ir.interpreter.InterpreterEngine.setResult:([Ljava/lang/Object;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/ir/operands/Variable;Ljava/lang/Object;)V
         2: .line 580
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object result
        end local 2 // org.jruby.ir.instructions.Instr instr
        end local 1 // org.jruby.runtime.DynamicScope currDynScope
        end local 0 // java.lang.Object[] temp
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          temp  [Ljava/lang/Object;
            0    3     1  currDynScope  Lorg/jruby/runtime/DynamicScope;
            0    3     2         instr  Lorg/jruby/ir/instructions/Instr;
            0    3     3        result  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      temp          
      currDynScope  
      instr         
      result        

  protected static java.lang.Object retrieveOp(org.jruby.ir.operands.Operand, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.DynamicScope, org.jruby.parser.StaticScope, java.lang.Object[]);
    descriptor: (Lorg/jruby/ir/operands/Operand;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // org.jruby.ir.operands.Operand r
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.runtime.DynamicScope currDynScope
        start local 4 // org.jruby.parser.StaticScope currScope
        start local 5 // java.lang.Object[] temp
         0: .line 584
            aload 0 /* r */
            instanceof org.jruby.ir.operands.Self
            ifeq 2
         1: .line 585
            aload 2 /* self */
            areturn
         2: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* r */
            instanceof org.jruby.ir.operands.TemporaryLocalVariable
            ifeq 7
         3: .line 587
            aload 5 /* temp */
            aload 0 /* r */
            checkcast org.jruby.ir.operands.TemporaryLocalVariable
            getfield org.jruby.ir.operands.TemporaryLocalVariable.offset:I
            aaload
            astore 6 /* res */
        start local 6 // java.lang.Object res
         4: .line 588
            aload 6 /* res */
            ifnonnull 5
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            goto 6
      StackMap locals: java.lang.Object
      StackMap stack:
         5: aload 6 /* res */
      StackMap locals:
      StackMap stack: java.lang.Object
         6: areturn
        end local 6 // java.lang.Object res
         7: .line 589
      StackMap locals:
      StackMap stack:
            aload 0 /* r */
            instanceof org.jruby.ir.operands.LocalVariable
            ifeq 13
         8: .line 590
            aload 0 /* r */
            checkcast org.jruby.ir.operands.LocalVariable
            astore 7 /* lv */
        start local 7 // org.jruby.ir.operands.LocalVariable lv
         9: .line 591
            aload 3 /* currDynScope */
            aload 7 /* lv */
            invokevirtual org.jruby.ir.operands.LocalVariable.getLocation:()I
            aload 7 /* lv */
            invokevirtual org.jruby.ir.operands.LocalVariable.getScopeDepth:()I
            invokevirtual org.jruby.runtime.DynamicScope.getValue:(II)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6 /* res */
        start local 6 // java.lang.Object res
        10: .line 592
            aload 6 /* res */
            ifnonnull 11
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            goto 12
      StackMap locals: java.lang.Object org.jruby.ir.operands.LocalVariable
      StackMap stack:
        11: aload 6 /* res */
      StackMap locals:
      StackMap stack: java.lang.Object
        12: areturn
        end local 7 // org.jruby.ir.operands.LocalVariable lv
        end local 6 // java.lang.Object res
        13: .line 594
      StackMap locals:
      StackMap stack:
            aload 0 /* r */
            aload 1 /* context */
            aload 2 /* self */
            aload 4 /* currScope */
            aload 3 /* 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;
            areturn
        end local 5 // java.lang.Object[] temp
        end local 4 // org.jruby.parser.StaticScope currScope
        end local 3 // org.jruby.runtime.DynamicScope currDynScope
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.operands.Operand r
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0             r  Lorg/jruby/ir/operands/Operand;
            0   14     1       context  Lorg/jruby/runtime/ThreadContext;
            0   14     2          self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   14     3  currDynScope  Lorg/jruby/runtime/DynamicScope;
            0   14     4     currScope  Lorg/jruby/parser/StaticScope;
            0   14     5          temp  [Ljava/lang/Object;
            4    7     6           res  Ljava/lang/Object;
           10   13     6           res  Ljava/lang/Object;
            9   13     7            lv  Lorg/jruby/ir/operands/LocalVariable;
    MethodParameters:
              Name  Flags
      r             
      context       
      self          
      currDynScope  
      currScope     
      temp          

  private static double getFloatArg(double[], org.jruby.ir.operands.Operand);
    descriptor: ([DLorg/jruby/ir/operands/Operand;)D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // double[] floats
        start local 1 // org.jruby.ir.operands.Operand arg
         0: .line 600
            aload 1 /* arg */
            instanceof org.jruby.ir.operands.Float
            ifeq 2
         1: .line 601
            aload 1 /* arg */
            checkcast org.jruby.ir.operands.Float
            getfield org.jruby.ir.operands.Float.value:D
            dreturn
         2: .line 602
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            instanceof org.jruby.ir.operands.UnboxedFloat
            ifeq 4
         3: .line 603
            aload 1 /* arg */
            checkcast org.jruby.ir.operands.UnboxedFloat
            getfield org.jruby.ir.operands.UnboxedFloat.value:D
            dreturn
         4: .line 604
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            instanceof org.jruby.ir.operands.Fixnum
            ifeq 6
         5: .line 605
            aload 1 /* arg */
            checkcast org.jruby.ir.operands.Fixnum
            getfield org.jruby.ir.operands.Fixnum.value:J
            l2d
            dreturn
         6: .line 606
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            instanceof org.jruby.ir.operands.UnboxedFixnum
            ifeq 8
         7: .line 607
            aload 1 /* arg */
            checkcast org.jruby.ir.operands.UnboxedFixnum
            getfield org.jruby.ir.operands.UnboxedFixnum.value:J
            l2d
            dreturn
         8: .line 608
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            instanceof org.jruby.ir.operands.Bignum
            ifeq 10
         9: .line 609
            aload 1 /* arg */
            checkcast org.jruby.ir.operands.Bignum
            getfield org.jruby.ir.operands.Bignum.value:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.doubleValue:()D
            dreturn
        10: .line 610
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            instanceof org.jruby.ir.operands.TemporaryLocalVariable
            ifeq 12
        11: .line 611
            aload 0 /* floats */
            aload 1 /* arg */
            checkcast org.jruby.ir.operands.TemporaryLocalVariable
            getfield org.jruby.ir.operands.TemporaryLocalVariable.offset:I
            daload
            dreturn
        12: .line 613
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "invalid float operand: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* arg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.jruby.ir.operands.Operand arg
        end local 0 // double[] floats
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0  floats  [D
            0   13     1     arg  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
        Name  Flags
      floats  
      arg     

  private static long getFixnumArg(long[], org.jruby.ir.operands.Operand);
    descriptor: ([JLorg/jruby/ir/operands/Operand;)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // long[] fixnums
        start local 1 // org.jruby.ir.operands.Operand arg
         0: .line 618
            aload 1 /* arg */
            instanceof org.jruby.ir.operands.Float
            ifeq 2
         1: .line 619
            aload 1 /* arg */
            checkcast org.jruby.ir.operands.Float
            getfield org.jruby.ir.operands.Float.value:D
            d2l
            lreturn
         2: .line 620
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            instanceof org.jruby.ir.operands.UnboxedFixnum
            ifeq 4
         3: .line 621
            aload 1 /* arg */
            checkcast org.jruby.ir.operands.UnboxedFixnum
            getfield org.jruby.ir.operands.UnboxedFixnum.value:J
            lreturn
         4: .line 622
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            instanceof org.jruby.ir.operands.Fixnum
            ifeq 6
         5: .line 623
            aload 1 /* arg */
            checkcast org.jruby.ir.operands.Fixnum
            getfield org.jruby.ir.operands.Fixnum.value:J
            lreturn
         6: .line 624
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            instanceof org.jruby.ir.operands.Bignum
            ifeq 8
         7: .line 625
            aload 1 /* arg */
            checkcast org.jruby.ir.operands.Bignum
            getfield org.jruby.ir.operands.Bignum.value:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.longValue:()J
            lreturn
         8: .line 626
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            instanceof org.jruby.ir.operands.TemporaryLocalVariable
            ifeq 10
         9: .line 627
            aload 0 /* fixnums */
            aload 1 /* arg */
            checkcast org.jruby.ir.operands.TemporaryLocalVariable
            getfield org.jruby.ir.operands.TemporaryLocalVariable.offset:I
            laload
            lreturn
        10: .line 629
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "invalid fixnum operand: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* arg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.jruby.ir.operands.Operand arg
        end local 0 // long[] fixnums
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0  fixnums  [J
            0   11     1      arg  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
         Name  Flags
      fixnums  
      arg      

  private static boolean getBooleanArg(boolean[], org.jruby.ir.operands.Operand);
    descriptor: ([ZLorg/jruby/ir/operands/Operand;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // boolean[] booleans
        start local 1 // org.jruby.ir.operands.Operand arg
         0: .line 634
            aload 1 /* arg */
            instanceof org.jruby.ir.operands.UnboxedBoolean
            ifeq 2
         1: .line 635
            aload 1 /* arg */
            checkcast org.jruby.ir.operands.UnboxedBoolean
            invokevirtual org.jruby.ir.operands.UnboxedBoolean.isTrue:()Z
            ireturn
         2: .line 636
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            instanceof org.jruby.ir.operands.TemporaryLocalVariable
            ifeq 4
         3: .line 637
            aload 0 /* booleans */
            aload 1 /* arg */
            checkcast org.jruby.ir.operands.TemporaryLocalVariable
            getfield org.jruby.ir.operands.TemporaryLocalVariable.offset:I
            baload
            ireturn
         4: .line 639
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "invalid fixnum operand: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* arg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.jruby.ir.operands.Operand arg
        end local 0 // boolean[] booleans
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0  booleans  [Z
            0    5     1       arg  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
          Name  Flags
      booleans  
      arg       

  private static void setFloatVar(double[], org.jruby.ir.operands.TemporaryLocalVariable, double);
    descriptor: ([DLorg/jruby/ir/operands/TemporaryLocalVariable;D)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // double[] floats
        start local 1 // org.jruby.ir.operands.TemporaryLocalVariable var
        start local 2 // double val
         0: .line 644
            aload 0 /* floats */
            aload 1 /* var */
            getfield org.jruby.ir.operands.TemporaryLocalVariable.offset:I
            dload 2 /* val */
            dastore
         1: .line 645
            return
        end local 2 // double val
        end local 1 // org.jruby.ir.operands.TemporaryLocalVariable var
        end local 0 // double[] floats
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  floats  [D
            0    2     1     var  Lorg/jruby/ir/operands/TemporaryLocalVariable;
            0    2     2     val  D
    MethodParameters:
        Name  Flags
      floats  
      var     
      val     

  private static void setFixnumVar(long[], org.jruby.ir.operands.TemporaryLocalVariable, long);
    descriptor: ([JLorg/jruby/ir/operands/TemporaryLocalVariable;J)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // long[] fixnums
        start local 1 // org.jruby.ir.operands.TemporaryLocalVariable var
        start local 2 // long val
         0: .line 648
            aload 0 /* fixnums */
            aload 1 /* var */
            getfield org.jruby.ir.operands.TemporaryLocalVariable.offset:I
            lload 2 /* val */
            lastore
         1: .line 649
            return
        end local 2 // long val
        end local 1 // org.jruby.ir.operands.TemporaryLocalVariable var
        end local 0 // long[] fixnums
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  fixnums  [J
            0    2     1      var  Lorg/jruby/ir/operands/TemporaryLocalVariable;
            0    2     2      val  J
    MethodParameters:
         Name  Flags
      fixnums  
      var      
      val      

  private static void setBooleanVar(boolean[], org.jruby.ir.operands.TemporaryLocalVariable, boolean);
    descriptor: ([ZLorg/jruby/ir/operands/TemporaryLocalVariable;Z)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // boolean[] booleans
        start local 1 // org.jruby.ir.operands.TemporaryLocalVariable var
        start local 2 // boolean val
         0: .line 652
            aload 0 /* booleans */
            aload 1 /* var */
            getfield org.jruby.ir.operands.TemporaryLocalVariable.offset:I
            iload 2 /* val */
            bastore
         1: .line 653
            return
        end local 2 // boolean val
        end local 1 // org.jruby.ir.operands.TemporaryLocalVariable var
        end local 0 // boolean[] booleans
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  booleans  [Z
            0    2     1       var  Lorg/jruby/ir/operands/TemporaryLocalVariable;
            0    2     2       val  Z
    MethodParameters:
          Name  Flags
      booleans  
      var       
      val       

  static int[] $SWITCH_TABLE$org$jruby$ir$Operation();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 75
            getstatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$Operation:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.jruby.ir.Operation.values:()[Lorg/jruby/ir/Operation;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.jruby.ir.Operation.ALIAS:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 45
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.jruby.ir.Operation.ARG_SCOPE_DEPTH:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 70
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.jruby.ir.Operation.ARRAY_DEREF:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 24
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.jruby.ir.Operation.AS_STRING:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 25
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.jruby.ir.Operation.ATTR_ASSIGN:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 23
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.jruby.ir.Operation.BINDING_LOAD:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 71
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic org.jruby.ir.Operation.BINDING_STORE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 72
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic org.jruby.ir.Operation.BLOCK_GIVEN:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 97
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic org.jruby.ir.Operation.BNE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iconst_3
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic org.jruby.ir.Operation.BOX_BOOLEAN:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 102
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic org.jruby.ir.Operation.BOX_FIXNUM:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 100
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic org.jruby.ir.Operation.BOX_FLOAT:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 101
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic org.jruby.ir.Operation.BREAK:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 43
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic org.jruby.ir.Operation.BUILD_BACKREF:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 73
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic org.jruby.ir.Operation.BUILD_COMPOUND_ARRAY:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 74
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic org.jruby.ir.Operation.BUILD_COMPOUND_STRING:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 75
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic org.jruby.ir.Operation.BUILD_DREGEXP:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 76
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic org.jruby.ir.Operation.BUILD_RANGE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 77
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic org.jruby.ir.Operation.BUILD_SPLAT:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 78
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            getstatic org.jruby.ir.Operation.B_FALSE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 7
            iastore
        60: goto 62
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        61: pop
      StackMap locals:
      StackMap stack:
        62: aload 0
            getstatic org.jruby.ir.Operation.B_NIL:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iconst_5
            iastore
        63: goto 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        64: pop
      StackMap locals:
      StackMap stack:
        65: aload 0
            getstatic org.jruby.ir.Operation.B_SWITCH:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 8
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            getstatic org.jruby.ir.Operation.B_TRUE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 6
            iastore
        69: goto 71
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        70: pop
      StackMap locals:
      StackMap stack:
        71: aload 0
            getstatic org.jruby.ir.Operation.B_UNDEF:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iconst_4
            iastore
        72: goto 74
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        73: pop
      StackMap locals:
      StackMap stack:
        74: aload 0
            getstatic org.jruby.ir.Operation.CALL:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 21
            iastore
        75: goto 77
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        76: pop
      StackMap locals:
      StackMap stack:
        77: aload 0
            getstatic org.jruby.ir.Operation.CALL_0O:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 35
            iastore
        78: goto 80
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        79: pop
      StackMap locals:
      StackMap stack:
        80: aload 0
            getstatic org.jruby.ir.Operation.CALL_1D:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 31
            iastore
        81: goto 83
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        82: pop
      StackMap locals:
      StackMap stack:
        83: aload 0
            getstatic org.jruby.ir.Operation.CALL_1F:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 30
            iastore
        84: goto 86
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        85: pop
      StackMap locals:
      StackMap stack:
        86: aload 0
            getstatic org.jruby.ir.Operation.CALL_1O:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 32
            iastore
        87: goto 89
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        88: pop
      StackMap locals:
      StackMap stack:
        89: aload 0
            getstatic org.jruby.ir.Operation.CALL_1OB:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 34
            iastore
        90: goto 92
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        91: pop
      StackMap locals:
      StackMap stack:
        92: aload 0
            getstatic org.jruby.ir.Operation.CALL_2O:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 33
            iastore
        93: goto 95
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        94: pop
      StackMap locals:
      StackMap stack:
        95: aload 0
            getstatic org.jruby.ir.Operation.CHECK_ARGS_ARRAY_ARITY:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 79
            iastore
        96: goto 98
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        97: pop
      StackMap locals:
      StackMap stack:
        98: aload 0
            getstatic org.jruby.ir.Operation.CHECK_ARITY:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 80
            iastore
        99: goto 101
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       100: pop
      StackMap locals:
      StackMap stack:
       101: aload 0
            getstatic org.jruby.ir.Operation.CHECK_FOR_LJE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 81
            iastore
       102: goto 104
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       103: pop
      StackMap locals:
      StackMap stack:
       104: aload 0
            getstatic org.jruby.ir.Operation.CLASS_SUPER:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 26
            iastore
       105: goto 107
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       106: pop
      StackMap locals:
      StackMap stack:
       107: aload 0
            getstatic org.jruby.ir.Operation.CLASS_VAR_MODULE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 82
            iastore
       108: goto 110
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       109: pop
      StackMap locals:
      StackMap stack:
       110: aload 0
            getstatic org.jruby.ir.Operation.COPY:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 83
            iastore
       111: goto 113
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       112: pop
      StackMap locals:
      StackMap stack:
       113: aload 0
            getstatic org.jruby.ir.Operation.DEF_CLASS:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 47
            iastore
       114: goto 116
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       115: pop
      StackMap locals:
      StackMap stack:
       116: aload 0
            getstatic org.jruby.ir.Operation.DEF_CLASS_METH:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 50
            iastore
       117: goto 119
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       118: pop
      StackMap locals:
      StackMap stack:
       119: aload 0
            getstatic org.jruby.ir.Operation.DEF_INST_METH:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 49
            iastore
       120: goto 122
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       121: pop
      StackMap locals:
      StackMap stack:
       122: aload 0
            getstatic org.jruby.ir.Operation.DEF_META_CLASS:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 48
            iastore
       123: goto 125
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       124: pop
      StackMap locals:
      StackMap stack:
       125: aload 0
            getstatic org.jruby.ir.Operation.DEF_MODULE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 46
            iastore
       126: goto 128
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       127: pop
      StackMap locals:
      StackMap stack:
       128: aload 0
            getstatic org.jruby.ir.Operation.EQQ:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 37
            iastore
       129: goto 131
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       130: pop
      StackMap locals:
      StackMap stack:
       131: aload 0
            getstatic org.jruby.ir.Operation.EXC_REGION_END:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 56
            iastore
       132: goto 134
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       133: pop
      StackMap locals:
      StackMap stack:
       134: aload 0
            getstatic org.jruby.ir.Operation.EXC_REGION_START:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 55
            iastore
       135: goto 137
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       136: pop
      StackMap locals:
      StackMap stack:
       137: aload 0
            getstatic org.jruby.ir.Operation.FADD:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 118
            iastore
       138: goto 140
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       139: pop
      StackMap locals:
      StackMap stack:
       140: aload 0
            getstatic org.jruby.ir.Operation.FDIV:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 121
            iastore
       141: goto 143
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       142: pop
      StackMap locals:
      StackMap stack:
       143: aload 0
            getstatic org.jruby.ir.Operation.FEQ:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 124
            iastore
       144: goto 146
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       145: pop
      StackMap locals:
      StackMap stack:
       146: aload 0
            getstatic org.jruby.ir.Operation.FGT:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 123
            iastore
       147: goto 149
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       148: pop
      StackMap locals:
      StackMap stack:
       149: aload 0
            getstatic org.jruby.ir.Operation.FLT:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 122
            iastore
       150: goto 152
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       151: pop
      StackMap locals:
      StackMap stack:
       152: aload 0
            getstatic org.jruby.ir.Operation.FMUL:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 120
            iastore
       153: goto 155
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       154: pop
      StackMap locals:
      StackMap stack:
       155: aload 0
            getstatic org.jruby.ir.Operation.FSUB:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 119
            iastore
       156: goto 158
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       157: pop
      StackMap locals:
      StackMap stack:
       158: aload 0
            getstatic org.jruby.ir.Operation.GET_CVAR:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 63
            iastore
       159: goto 161
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       160: pop
      StackMap locals:
      StackMap stack:
       161: aload 0
            getstatic org.jruby.ir.Operation.GET_ENCODING:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 84
            iastore
       162: goto 164
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       163: pop
      StackMap locals:
      StackMap stack:
       164: aload 0
            getstatic org.jruby.ir.Operation.GET_ERROR_INFO:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 98
            iastore
       165: goto 167
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       166: pop
      StackMap locals:
      StackMap stack:
       167: aload 0
            getstatic org.jruby.ir.Operation.GET_FIELD:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 62
            iastore
       168: goto 170
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       169: pop
      StackMap locals:
      StackMap stack:
       170: aload 0
            getstatic org.jruby.ir.Operation.GET_GLOBAL_VAR:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 61
            iastore
       171: goto 173
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       172: pop
      StackMap locals:
      StackMap stack:
       173: aload 0
            getstatic org.jruby.ir.Operation.GVAR_ALIAS:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 53
            iastore
       174: goto 176
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       175: pop
      StackMap locals:
      StackMap stack:
       176: aload 0
            getstatic org.jruby.ir.Operation.IADD:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 106
            iastore
       177: goto 179
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       178: pop
      StackMap locals:
      StackMap stack:
       179: aload 0
            getstatic org.jruby.ir.Operation.IAND:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 113
            iastore
       180: goto 182
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       181: pop
      StackMap locals:
      StackMap stack:
       182: aload 0
            getstatic org.jruby.ir.Operation.IDIV:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 109
            iastore
       183: goto 185
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       184: pop
      StackMap locals:
      StackMap stack:
       185: aload 0
            getstatic org.jruby.ir.Operation.IEQ:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 117
            iastore
       186: goto 188
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       187: pop
      StackMap locals:
      StackMap stack:
       188: aload 0
            getstatic org.jruby.ir.Operation.IGT:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 111
            iastore
       189: goto 191
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       190: pop
      StackMap locals:
      StackMap stack:
       191: aload 0
            getstatic org.jruby.ir.Operation.ILT:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 110
            iastore
       192: goto 194
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       193: pop
      StackMap locals:
      StackMap stack:
       194: aload 0
            getstatic org.jruby.ir.Operation.IMUL:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 108
            iastore
       195: goto 197
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       196: pop
      StackMap locals:
      StackMap stack:
       197: aload 0
            getstatic org.jruby.ir.Operation.INHERITANCE_SEARCH_CONST:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 58
            iastore
       198: goto 200
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       199: pop
      StackMap locals:
      StackMap stack:
       200: aload 0
            getstatic org.jruby.ir.Operation.INSTANCE_SUPER:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 27
            iastore
       201: goto 203
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       202: pop
      StackMap locals:
      StackMap stack:
       203: aload 0
            getstatic org.jruby.ir.Operation.IOR:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 112
            iastore
       204: goto 206
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       205: pop
      StackMap locals:
      StackMap stack:
       206: aload 0
            getstatic org.jruby.ir.Operation.ISHL:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 115
            iastore
       207: goto 209
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       208: pop
      StackMap locals:
      StackMap stack:
       209: aload 0
            getstatic org.jruby.ir.Operation.ISHR:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 116
            iastore
       210: goto 212
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       211: pop
      StackMap locals:
      StackMap stack:
       212: aload 0
            getstatic org.jruby.ir.Operation.ISUB:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 107
            iastore
       213: goto 215
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       214: pop
      StackMap locals:
      StackMap stack:
       215: aload 0
            getstatic org.jruby.ir.Operation.IXOR:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 114
            iastore
       216: goto 218
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       217: pop
      StackMap locals:
      StackMap stack:
       218: aload 0
            getstatic org.jruby.ir.Operation.JUMP:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iconst_2
            iastore
       219: goto 221
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       220: pop
      StackMap locals:
      StackMap stack:
       221: aload 0
            getstatic org.jruby.ir.Operation.LABEL:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 54
            iastore
       222: goto 224
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       223: pop
      StackMap locals:
      StackMap stack:
       224: aload 0
            getstatic org.jruby.ir.Operation.LAMBDA:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 38
            iastore
       225: goto 227
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       226: pop
      StackMap locals:
      StackMap stack:
       227: aload 0
            getstatic org.jruby.ir.Operation.LEXICAL_SEARCH_CONST:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 57
            iastore
       228: goto 230
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       229: pop
      StackMap locals:
      StackMap stack:
       230: aload 0
            getstatic org.jruby.ir.Operation.LINE_NUM:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 68
            iastore
       231: goto 233
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       232: pop
      StackMap locals:
      StackMap stack:
       233: aload 0
            getstatic org.jruby.ir.Operation.LOAD_FRAME_CLOSURE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 20
            iastore
       234: goto 236
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       235: pop
      StackMap locals:
      StackMap stack:
       236: aload 0
            getstatic org.jruby.ir.Operation.LOAD_IMPLICIT_CLOSURE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 18
            iastore
       237: goto 239
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       238: pop
      StackMap locals:
      StackMap stack:
       239: aload 0
            getstatic org.jruby.ir.Operation.MASGN_OPT:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 85
            iastore
       240: goto 242
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       241: pop
      StackMap locals:
      StackMap stack:
       242: aload 0
            getstatic org.jruby.ir.Operation.MASGN_REQD:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 86
            iastore
       243: goto 245
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       244: pop
      StackMap locals:
      StackMap stack:
       245: aload 0
            getstatic org.jruby.ir.Operation.MASGN_REST:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 87
            iastore
       246: goto 248
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       247: pop
      StackMap locals:
      StackMap stack:
       248: aload 0
            getstatic org.jruby.ir.Operation.MATCH:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 39
            iastore
       249: goto 251
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       250: pop
      StackMap locals:
      StackMap stack:
       251: aload 0
            getstatic org.jruby.ir.Operation.MODULE_GUARD:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 125
            iastore
       252: goto 254
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       253: pop
      StackMap locals:
      StackMap stack:
       254: aload 0
            getstatic org.jruby.ir.Operation.NONLOCAL_RETURN:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 42
            iastore
       255: goto 257
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       256: pop
      StackMap locals:
      StackMap stack:
       257: aload 0
            getstatic org.jruby.ir.Operation.NOP:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            iconst_1
            iastore
       258: goto 260
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       259: pop
      StackMap locals:
      StackMap stack:
       260: aload 0
            getstatic org.jruby.ir.Operation.NORESULT_CALL:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 22
            iastore
       261: goto 263
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       262: pop
      StackMap locals:
      StackMap stack:
       263: aload 0
            getstatic org.jruby.ir.Operation.NORESULT_CALL_1O:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 36
            iastore
       264: goto 266
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       265: pop
      StackMap locals:
      StackMap stack:
       266: aload 0
            getstatic org.jruby.ir.Operation.POP_BACKREF_FRAME:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 130
            iastore
       267: goto 269
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       268: pop
      StackMap locals:
      StackMap stack:
       269: aload 0
            getstatic org.jruby.ir.Operation.POP_BINDING:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 134
            iastore
       270: goto 272
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       271: pop
      StackMap locals:
      StackMap stack:
       272: aload 0
            getstatic org.jruby.ir.Operation.POP_BLOCK_FRAME:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 133
            iastore
       273: goto 275
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       274: pop
      StackMap locals:
      StackMap stack:
       275: aload 0
            getstatic org.jruby.ir.Operation.POP_METHOD_FRAME:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 129
            iastore
       276: goto 278
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       277: pop
      StackMap locals:
      StackMap stack:
       278: aload 0
            getstatic org.jruby.ir.Operation.PREPARE_BLOCK_ARGS:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 139
            iastore
       279: goto 281
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       280: pop
      StackMap locals:
      StackMap stack:
       281: aload 0
            getstatic org.jruby.ir.Operation.PREPARE_FIXED_BLOCK_ARGS:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 141
            iastore
       282: goto 284
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       283: pop
      StackMap locals:
      StackMap stack:
       284: aload 0
            getstatic org.jruby.ir.Operation.PREPARE_NO_BLOCK_ARGS:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 142
            iastore
       285: goto 287
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       286: pop
      StackMap locals:
      StackMap stack:
       287: aload 0
            getstatic org.jruby.ir.Operation.PREPARE_SINGLE_BLOCK_ARG:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 140
            iastore
       288: goto 290
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       289: pop
      StackMap locals:
      StackMap stack:
       290: aload 0
            getstatic org.jruby.ir.Operation.PROCESS_MODULE_BODY:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 51
            iastore
       291: goto 293
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       292: pop
      StackMap locals:
      StackMap stack:
       293: aload 0
            getstatic org.jruby.ir.Operation.PUSH_BACKREF_FRAME:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 127
            iastore
       294: goto 296
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       295: pop
      StackMap locals:
      StackMap stack:
       296: aload 0
            getstatic org.jruby.ir.Operation.PUSH_BLOCK_BINDING:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 132
            iastore
       297: goto 299
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       298: pop
      StackMap locals:
      StackMap stack:
       299: aload 0
            getstatic org.jruby.ir.Operation.PUSH_BLOCK_FRAME:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 131
            iastore
       300: goto 302
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       301: pop
      StackMap locals:
      StackMap stack:
       302: aload 0
            getstatic org.jruby.ir.Operation.PUSH_METHOD_BINDING:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 128
            iastore
       303: goto 305
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       304: pop
      StackMap locals:
      StackMap stack:
       305: aload 0
            getstatic org.jruby.ir.Operation.PUSH_METHOD_FRAME:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 126
            iastore
       306: goto 308
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       307: pop
      StackMap locals:
      StackMap stack:
       308: aload 0
            getstatic org.jruby.ir.Operation.PUT_CONST:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 65
            iastore
       309: goto 311
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       310: pop
      StackMap locals:
      StackMap stack:
       311: aload 0
            getstatic org.jruby.ir.Operation.PUT_CVAR:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 66
            iastore
       312: goto 314
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       313: pop
      StackMap locals:
      StackMap stack:
       314: aload 0
            getstatic org.jruby.ir.Operation.PUT_FIELD:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 67
            iastore
       315: goto 317
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       316: pop
      StackMap locals:
      StackMap stack:
       317: aload 0
            getstatic org.jruby.ir.Operation.PUT_GLOBAL_VAR:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 64
            iastore
       318: goto 320
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       319: pop
      StackMap locals:
      StackMap stack:
       320: aload 0
            getstatic org.jruby.ir.Operation.RAISE_ARGUMENT_ERROR:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 88
            iastore
       321: goto 323
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       322: pop
      StackMap locals:
      StackMap stack:
       323: aload 0
            getstatic org.jruby.ir.Operation.RAISE_REQUIRED_KEYWORD_ARGUMENT_ERROR:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 89
            iastore
       324: goto 326
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       325: pop
      StackMap locals:
      StackMap stack:
       326: aload 0
            getstatic org.jruby.ir.Operation.RECORD_END_BLOCK:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 90
            iastore
       327: goto 329
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       328: pop
      StackMap locals:
      StackMap stack:
       329: aload 0
            getstatic org.jruby.ir.Operation.RECV_JRUBY_EXC:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 17
            iastore
       330: goto 332
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       331: pop
      StackMap locals:
      StackMap stack:
       332: aload 0
            getstatic org.jruby.ir.Operation.RECV_KW_ARG:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 12
            iastore
       333: goto 335
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       334: pop
      StackMap locals:
      StackMap stack:
       335: aload 0
            getstatic org.jruby.ir.Operation.RECV_KW_REST_ARG:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 13
            iastore
       336: goto 338
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       337: pop
      StackMap locals:
      StackMap stack:
       338: aload 0
            getstatic org.jruby.ir.Operation.RECV_OPT_ARG:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 15
            iastore
       339: goto 341
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       340: pop
      StackMap locals:
      StackMap stack:
       341: aload 0
            getstatic org.jruby.ir.Operation.RECV_POST_REQD_ARG:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 11
            iastore
       342: goto 344
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       343: pop
      StackMap locals:
      StackMap stack:
       344: aload 0
            getstatic org.jruby.ir.Operation.RECV_PRE_REQD_ARG:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 10
            iastore
       345: goto 347
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       346: pop
      StackMap locals:
      StackMap stack:
       347: aload 0
            getstatic org.jruby.ir.Operation.RECV_REST_ARG:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 14
            iastore
       348: goto 350
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       349: pop
      StackMap locals:
      StackMap stack:
       350: aload 0
            getstatic org.jruby.ir.Operation.RECV_RUBY_EXC:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 16
            iastore
       351: goto 353
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       352: pop
      StackMap locals:
      StackMap stack:
       353: aload 0
            getstatic org.jruby.ir.Operation.RECV_SELF:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 9
            iastore
       354: goto 356
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       355: pop
      StackMap locals:
      StackMap stack:
       356: aload 0
            getstatic org.jruby.ir.Operation.REIFY_CLOSURE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 19
            iastore
       357: goto 359
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       358: pop
      StackMap locals:
      StackMap stack:
       359: aload 0
            getstatic org.jruby.ir.Operation.RESCUE_EQQ:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 91
            iastore
       360: goto 362
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       361: pop
      StackMap locals:
      StackMap stack:
       362: aload 0
            getstatic org.jruby.ir.Operation.RESTORE_BINDING_VIZ:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 136
            iastore
       363: goto 365
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       364: pop
      StackMap locals:
      StackMap stack:
       365: aload 0
            getstatic org.jruby.ir.Operation.RESTORE_ERROR_INFO:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 99
            iastore
       366: goto 368
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       367: pop
      StackMap locals:
      StackMap stack:
       368: aload 0
            getstatic org.jruby.ir.Operation.RETURN:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 41
            iastore
       369: goto 371
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       370: pop
      StackMap locals:
      StackMap stack:
       371: aload 0
            getstatic org.jruby.ir.Operation.RETURN_OR_RETHROW_SAVED_EXC:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 44
            iastore
       372: goto 374
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       373: pop
      StackMap locals:
      StackMap stack:
       374: aload 0
            getstatic org.jruby.ir.Operation.RUNTIME_HELPER:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 92
            iastore
       375: goto 377
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       376: pop
      StackMap locals:
      StackMap stack:
       377: aload 0
            getstatic org.jruby.ir.Operation.SAVE_BINDING_VIZ:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 135
            iastore
       378: goto 380
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       379: pop
      StackMap locals:
      StackMap stack:
       380: aload 0
            getstatic org.jruby.ir.Operation.SEARCH_CONST:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 59
            iastore
       381: goto 383
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       382: pop
      StackMap locals:
      StackMap stack:
       383: aload 0
            getstatic org.jruby.ir.Operation.SEARCH_MODULE_FOR_CONST:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 60
            iastore
       384: goto 386
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       385: pop
      StackMap locals:
      StackMap stack:
       386: aload 0
            getstatic org.jruby.ir.Operation.SET_CAPTURED_VAR:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 93
            iastore
       387: goto 389
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       388: pop
      StackMap locals:
      StackMap stack:
       389: aload 0
            getstatic org.jruby.ir.Operation.THREAD_POLL:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 94
            iastore
       390: goto 392
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       391: pop
      StackMap locals:
      StackMap stack:
       392: aload 0
            getstatic org.jruby.ir.Operation.THROW:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 95
            iastore
       393: goto 395
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       394: pop
      StackMap locals:
      StackMap stack:
       395: aload 0
            getstatic org.jruby.ir.Operation.TOGGLE_BACKTRACE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 137
            iastore
       396: goto 398
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       397: pop
      StackMap locals:
      StackMap stack:
       398: aload 0
            getstatic org.jruby.ir.Operation.TO_ARY:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 96
            iastore
       399: goto 401
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       400: pop
      StackMap locals:
      StackMap stack:
       401: aload 0
            getstatic org.jruby.ir.Operation.TRACE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 69
            iastore
       402: goto 404
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       403: pop
      StackMap locals:
      StackMap stack:
       404: aload 0
            getstatic org.jruby.ir.Operation.UNBOX_BOOLEAN:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 105
            iastore
       405: goto 407
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       406: pop
      StackMap locals:
      StackMap stack:
       407: aload 0
            getstatic org.jruby.ir.Operation.UNBOX_FIXNUM:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 103
            iastore
       408: goto 410
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       409: pop
      StackMap locals:
      StackMap stack:
       410: aload 0
            getstatic org.jruby.ir.Operation.UNBOX_FLOAT:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 104
            iastore
       411: goto 413
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       412: pop
      StackMap locals:
      StackMap stack:
       413: aload 0
            getstatic org.jruby.ir.Operation.UNDEF_METHOD:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 52
            iastore
       414: goto 416
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       415: pop
      StackMap locals:
      StackMap stack:
       416: aload 0
            getstatic org.jruby.ir.Operation.UNRESOLVED_SUPER:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 28
            iastore
       417: goto 419
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       418: pop
      StackMap locals:
      StackMap stack:
       419: aload 0
            getstatic org.jruby.ir.Operation.UPDATE_BLOCK_STATE:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            sipush 138
            iastore
       420: goto 422
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       421: pop
      StackMap locals:
      StackMap stack:
       422: aload 0
            getstatic org.jruby.ir.Operation.YIELD:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 40
            iastore
       423: goto 425
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       424: pop
      StackMap locals:
      StackMap stack:
       425: aload 0
            getstatic org.jruby.ir.Operation.ZSUPER:Lorg/jruby/ir/Operation;
            invokevirtual org.jruby.ir.Operation.ordinal:()I
            bipush 29
            iastore
       426: goto 428
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       427: pop
      StackMap locals:
      StackMap stack:
       428: aload 0
            dup
            putstatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$Operation:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
          59    60      61  Class java.lang.NoSuchFieldError
          62    63      64  Class java.lang.NoSuchFieldError
          65    66      67  Class java.lang.NoSuchFieldError
          68    69      70  Class java.lang.NoSuchFieldError
          71    72      73  Class java.lang.NoSuchFieldError
          74    75      76  Class java.lang.NoSuchFieldError
          77    78      79  Class java.lang.NoSuchFieldError
          80    81      82  Class java.lang.NoSuchFieldError
          83    84      85  Class java.lang.NoSuchFieldError
          86    87      88  Class java.lang.NoSuchFieldError
          89    90      91  Class java.lang.NoSuchFieldError
          92    93      94  Class java.lang.NoSuchFieldError
          95    96      97  Class java.lang.NoSuchFieldError
          98    99     100  Class java.lang.NoSuchFieldError
         101   102     103  Class java.lang.NoSuchFieldError
         104   105     106  Class java.lang.NoSuchFieldError
         107   108     109  Class java.lang.NoSuchFieldError
         110   111     112  Class java.lang.NoSuchFieldError
         113   114     115  Class java.lang.NoSuchFieldError
         116   117     118  Class java.lang.NoSuchFieldError
         119   120     121  Class java.lang.NoSuchFieldError
         122   123     124  Class java.lang.NoSuchFieldError
         125   126     127  Class java.lang.NoSuchFieldError
         128   129     130  Class java.lang.NoSuchFieldError
         131   132     133  Class java.lang.NoSuchFieldError
         134   135     136  Class java.lang.NoSuchFieldError
         137   138     139  Class java.lang.NoSuchFieldError
         140   141     142  Class java.lang.NoSuchFieldError
         143   144     145  Class java.lang.NoSuchFieldError
         146   147     148  Class java.lang.NoSuchFieldError
         149   150     151  Class java.lang.NoSuchFieldError
         152   153     154  Class java.lang.NoSuchFieldError
         155   156     157  Class java.lang.NoSuchFieldError
         158   159     160  Class java.lang.NoSuchFieldError
         161   162     163  Class java.lang.NoSuchFieldError
         164   165     166  Class java.lang.NoSuchFieldError
         167   168     169  Class java.lang.NoSuchFieldError
         170   171     172  Class java.lang.NoSuchFieldError
         173   174     175  Class java.lang.NoSuchFieldError
         176   177     178  Class java.lang.NoSuchFieldError
         179   180     181  Class java.lang.NoSuchFieldError
         182   183     184  Class java.lang.NoSuchFieldError
         185   186     187  Class java.lang.NoSuchFieldError
         188   189     190  Class java.lang.NoSuchFieldError
         191   192     193  Class java.lang.NoSuchFieldError
         194   195     196  Class java.lang.NoSuchFieldError
         197   198     199  Class java.lang.NoSuchFieldError
         200   201     202  Class java.lang.NoSuchFieldError
         203   204     205  Class java.lang.NoSuchFieldError
         206   207     208  Class java.lang.NoSuchFieldError
         209   210     211  Class java.lang.NoSuchFieldError
         212   213     214  Class java.lang.NoSuchFieldError
         215   216     217  Class java.lang.NoSuchFieldError
         218   219     220  Class java.lang.NoSuchFieldError
         221   222     223  Class java.lang.NoSuchFieldError
         224   225     226  Class java.lang.NoSuchFieldError
         227   228     229  Class java.lang.NoSuchFieldError
         230   231     232  Class java.lang.NoSuchFieldError
         233   234     235  Class java.lang.NoSuchFieldError
         236   237     238  Class java.lang.NoSuchFieldError
         239   240     241  Class java.lang.NoSuchFieldError
         242   243     244  Class java.lang.NoSuchFieldError
         245   246     247  Class java.lang.NoSuchFieldError
         248   249     250  Class java.lang.NoSuchFieldError
         251   252     253  Class java.lang.NoSuchFieldError
         254   255     256  Class java.lang.NoSuchFieldError
         257   258     259  Class java.lang.NoSuchFieldError
         260   261     262  Class java.lang.NoSuchFieldError
         263   264     265  Class java.lang.NoSuchFieldError
         266   267     268  Class java.lang.NoSuchFieldError
         269   270     271  Class java.lang.NoSuchFieldError
         272   273     274  Class java.lang.NoSuchFieldError
         275   276     277  Class java.lang.NoSuchFieldError
         278   279     280  Class java.lang.NoSuchFieldError
         281   282     283  Class java.lang.NoSuchFieldError
         284   285     286  Class java.lang.NoSuchFieldError
         287   288     289  Class java.lang.NoSuchFieldError
         290   291     292  Class java.lang.NoSuchFieldError
         293   294     295  Class java.lang.NoSuchFieldError
         296   297     298  Class java.lang.NoSuchFieldError
         299   300     301  Class java.lang.NoSuchFieldError
         302   303     304  Class java.lang.NoSuchFieldError
         305   306     307  Class java.lang.NoSuchFieldError
         308   309     310  Class java.lang.NoSuchFieldError
         311   312     313  Class java.lang.NoSuchFieldError
         314   315     316  Class java.lang.NoSuchFieldError
         317   318     319  Class java.lang.NoSuchFieldError
         320   321     322  Class java.lang.NoSuchFieldError
         323   324     325  Class java.lang.NoSuchFieldError
         326   327     328  Class java.lang.NoSuchFieldError
         329   330     331  Class java.lang.NoSuchFieldError
         332   333     334  Class java.lang.NoSuchFieldError
         335   336     337  Class java.lang.NoSuchFieldError
         338   339     340  Class java.lang.NoSuchFieldError
         341   342     343  Class java.lang.NoSuchFieldError
         344   345     346  Class java.lang.NoSuchFieldError
         347   348     349  Class java.lang.NoSuchFieldError
         350   351     352  Class java.lang.NoSuchFieldError
         353   354     355  Class java.lang.NoSuchFieldError
         356   357     358  Class java.lang.NoSuchFieldError
         359   360     361  Class java.lang.NoSuchFieldError
         362   363     364  Class java.lang.NoSuchFieldError
         365   366     367  Class java.lang.NoSuchFieldError
         368   369     370  Class java.lang.NoSuchFieldError
         371   372     373  Class java.lang.NoSuchFieldError
         374   375     376  Class java.lang.NoSuchFieldError
         377   378     379  Class java.lang.NoSuchFieldError
         380   381     382  Class java.lang.NoSuchFieldError
         383   384     385  Class java.lang.NoSuchFieldError
         386   387     388  Class java.lang.NoSuchFieldError
         389   390     391  Class java.lang.NoSuchFieldError
         392   393     394  Class java.lang.NoSuchFieldError
         395   396     397  Class java.lang.NoSuchFieldError
         398   399     400  Class java.lang.NoSuchFieldError
         401   402     403  Class java.lang.NoSuchFieldError
         404   405     406  Class java.lang.NoSuchFieldError
         407   408     409  Class java.lang.NoSuchFieldError
         410   411     412  Class java.lang.NoSuchFieldError
         413   414     415  Class java.lang.NoSuchFieldError
         416   417     418  Class java.lang.NoSuchFieldError
         419   420     421  Class java.lang.NoSuchFieldError
         422   423     424  Class java.lang.NoSuchFieldError
         425   426     427  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$org$jruby$ir$OpClass();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 75
            getstatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$OpClass:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.jruby.ir.OpClass.values:()[Lorg/jruby/ir/OpClass;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.jruby.ir.OpClass.ARG_OP:Lorg/jruby/ir/OpClass;
            invokevirtual org.jruby.ir.OpClass.ordinal:()I
            iconst_1
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.jruby.ir.OpClass.BOOK_KEEPING_OP:Lorg/jruby/ir/OpClass;
            invokevirtual org.jruby.ir.OpClass.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.jruby.ir.OpClass.BRANCH_OP:Lorg/jruby/ir/OpClass;
            invokevirtual org.jruby.ir.OpClass.ordinal:()I
            iconst_3
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.jruby.ir.OpClass.CALL_OP:Lorg/jruby/ir/OpClass;
            invokevirtual org.jruby.ir.OpClass.ordinal:()I
            iconst_4
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.jruby.ir.OpClass.FLOAT_OP:Lorg/jruby/ir/OpClass;
            invokevirtual org.jruby.ir.OpClass.ordinal:()I
            iconst_5
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.jruby.ir.OpClass.INT_OP:Lorg/jruby/ir/OpClass;
            invokevirtual org.jruby.ir.OpClass.ordinal:()I
            bipush 6
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic org.jruby.ir.OpClass.OTHER_OP:Lorg/jruby/ir/OpClass;
            invokevirtual org.jruby.ir.OpClass.ordinal:()I
            bipush 8
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic org.jruby.ir.OpClass.RET_OP:Lorg/jruby/ir/OpClass;
            invokevirtual org.jruby.ir.OpClass.ordinal:()I
            bipush 7
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            dup
            putstatic org.jruby.ir.interpreter.InterpreterEngine.$SWITCH_TABLE$org$jruby$ir$OpClass:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
}
SourceFile: "InterpreterEngine.java"