public class org.jruby.ir.interpreter.InterpreterContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.interpreter.InterpreterContext
  super_class: java.lang.Object
{
  private static final org.jruby.ir.instructions.Instr[] NO_INSTRUCTIONS;
    descriptor: [Lorg/jruby/ir/instructions/Instr;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.jruby.ir.interpreter.InterpreterEngine DEFAULT_INTERPRETER;
    descriptor: Lorg/jruby/ir/interpreter/InterpreterEngine;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.jruby.ir.interpreter.InterpreterEngine STARTUP_INTERPRETER;
    descriptor: Lorg/jruby/ir/interpreter/InterpreterEngine;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected int temporaryVariableCount;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected org.jruby.ir.instructions.Instr[] instructions;
    descriptor: [Lorg/jruby/ir/instructions/Instr;
    flags: (0x0004) ACC_PROTECTED

  protected int[] rescueIPCs;
    descriptor: [I
    flags: (0x0004) ACC_PROTECTED

  private boolean hasExplicitCallProtocol;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean pushNewDynScope;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean reuseParentDynScope;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean popDynScope;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean receivesKeywordArguments;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean metaClassBodyScope;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.ir.interpreter.InterpreterEngine engine;
    descriptor: Lorg/jruby/ir/interpreter/InterpreterEngine;
    flags: (0x0002) ACC_PRIVATE

  public final java.util.concurrent.Callable<java.util.List<org.jruby.ir.instructions.Instr>> instructionsCallback;
    descriptor: Ljava/util/concurrent/Callable;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/concurrent/Callable<Ljava/util/List<Lorg/jruby/ir/instructions/Instr;>;>;

  private final org.jruby.ir.IRScope scope;
    descriptor: Lorg/jruby/ir/IRScope;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 24
            iconst_0
            anewarray org.jruby.ir.instructions.Instr
            putstatic org.jruby.ir.interpreter.InterpreterContext.NO_INSTRUCTIONS:[Lorg/jruby/ir/instructions/Instr;
         1: .line 26
            new org.jruby.ir.interpreter.InterpreterEngine
            dup
            invokespecial org.jruby.ir.interpreter.InterpreterEngine.<init>:()V
            putstatic org.jruby.ir.interpreter.InterpreterContext.DEFAULT_INTERPRETER:Lorg/jruby/ir/interpreter/InterpreterEngine;
         2: .line 27
            new org.jruby.ir.interpreter.StartupInterpreterEngine
            dup
            invokespecial org.jruby.ir.interpreter.StartupInterpreterEngine.<init>:()V
            putstatic org.jruby.ir.interpreter.InterpreterContext.STARTUP_INTERPRETER:Lorg/jruby/ir/interpreter/InterpreterEngine;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.ir.IRScope, java.util.List<org.jruby.ir.instructions.Instr>);
    descriptor: (Lorg/jruby/ir/IRScope;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
        start local 1 // org.jruby.ir.IRScope scope
        start local 2 // java.util.List instructions
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aconst_null
            putfield org.jruby.ir.interpreter.InterpreterContext.rescueIPCs:[I
         2: .line 54
            aload 0 /* this */
            aload 1 /* scope */
            putfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
         3: .line 58
            aload 0 /* this */
            aload 2 /* instructions */
            ifnonnull 4
            getstatic org.jruby.ir.interpreter.InterpreterContext.DEFAULT_INTERPRETER:Lorg/jruby/ir/interpreter/InterpreterEngine;
            goto 5
      StackMap locals: org.jruby.ir.interpreter.InterpreterContext org.jruby.ir.IRScope java.util.List
      StackMap stack: org.jruby.ir.interpreter.InterpreterContext
         4: getstatic org.jruby.ir.interpreter.InterpreterContext.STARTUP_INTERPRETER:Lorg/jruby/ir/interpreter/InterpreterEngine;
      StackMap locals: org.jruby.ir.interpreter.InterpreterContext org.jruby.ir.IRScope java.util.List
      StackMap stack: org.jruby.ir.interpreter.InterpreterContext org.jruby.ir.interpreter.InterpreterEngine
         5: invokevirtual org.jruby.ir.interpreter.InterpreterContext.setEngine:(Lorg/jruby/ir/interpreter/InterpreterEngine;)V
         6: .line 60
            aload 0 /* this */
            aload 1 /* scope */
            instanceof org.jruby.ir.IRMetaClassBody
            putfield org.jruby.ir.interpreter.InterpreterContext.metaClassBodyScope:Z
         7: .line 61
            aload 0 /* this */
            aload 2 /* instructions */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.setInstructions:(Ljava/util/List;)V
         8: .line 62
            aload 0 /* this */
            aconst_null
            putfield org.jruby.ir.interpreter.InterpreterContext.instructionsCallback:Ljava/util/concurrent/Callable;
         9: .line 63
            return
        end local 2 // java.util.List instructions
        end local 1 // org.jruby.ir.IRScope scope
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/jruby/ir/interpreter/InterpreterContext;
            0   10     1         scope  Lorg/jruby/ir/IRScope;
            0   10     2  instructions  Ljava/util/List<Lorg/jruby/ir/instructions/Instr;>;
    Signature: (Lorg/jruby/ir/IRScope;Ljava/util/List<Lorg/jruby/ir/instructions/Instr;>;)V
    MethodParameters:
              Name  Flags
      scope         
      instructions  

  public void <init>(org.jruby.ir.IRScope, java.util.concurrent.Callable<java.util.List<org.jruby.ir.instructions.Instr>>);
    descriptor: (Lorg/jruby/ir/IRScope;Ljava/util/concurrent/Callable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
        start local 1 // org.jruby.ir.IRScope scope
        start local 2 // java.util.concurrent.Callable instructions
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aconst_null
            putfield org.jruby.ir.interpreter.InterpreterContext.rescueIPCs:[I
         2: .line 66
            aload 0 /* this */
            aload 1 /* scope */
            putfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
         3: .line 68
            aload 0 /* this */
            aload 1 /* scope */
            instanceof org.jruby.ir.IRMetaClassBody
            putfield org.jruby.ir.interpreter.InterpreterContext.metaClassBodyScope:Z
         4: .line 69
            aload 0 /* this */
            aload 2 /* instructions */
            putfield org.jruby.ir.interpreter.InterpreterContext.instructionsCallback:Ljava/util/concurrent/Callable;
         5: .line 70
            return
        end local 2 // java.util.concurrent.Callable instructions
        end local 1 // org.jruby.ir.IRScope scope
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    6     1         scope  Lorg/jruby/ir/IRScope;
            0    6     2  instructions  Ljava/util/concurrent/Callable<Ljava/util/List<Lorg/jruby/ir/instructions/Instr;>;>;
    Signature: (Lorg/jruby/ir/IRScope;Ljava/util/concurrent/Callable<Ljava/util/List<Lorg/jruby/ir/instructions/Instr;>;>;)V
    MethodParameters:
              Name  Flags
      scope         
      instructions  

  public org.jruby.ir.interpreter.InterpreterEngine getEngine();
    descriptor: ()Lorg/jruby/ir/interpreter/InterpreterEngine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 73
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.engine:Lorg/jruby/ir/interpreter/InterpreterEngine;
            ifnonnull 8
         1: .line 75
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.instructionsCallback:Ljava/util/concurrent/Callable;
            invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
            checkcast java.util.List
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.setInstructions:(Ljava/util/List;)V
         2: .line 76
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Exception
         3: astore 1 /* e */
        start local 1 // java.lang.Exception e
         4: .line 77
            aload 1 /* e */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Exception e
         5: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.instructions:[Lorg/jruby/ir/instructions/Instr;
            ifnonnull 6
            getstatic org.jruby.ir.interpreter.InterpreterContext.DEFAULT_INTERPRETER:Lorg/jruby/ir/interpreter/InterpreterEngine;
            goto 7
      StackMap locals:
      StackMap stack: org.jruby.ir.interpreter.InterpreterContext
         6: getstatic org.jruby.ir.interpreter.InterpreterContext.STARTUP_INTERPRETER:Lorg/jruby/ir/interpreter/InterpreterEngine;
      StackMap locals: org.jruby.ir.interpreter.InterpreterContext
      StackMap stack: org.jruby.ir.interpreter.InterpreterContext org.jruby.ir.interpreter.InterpreterEngine
         7: invokevirtual org.jruby.ir.interpreter.InterpreterContext.setEngine:(Lorg/jruby/ir/interpreter/InterpreterEngine;)V
         8: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.engine:Lorg/jruby/ir/interpreter/InterpreterEngine;
            areturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;
            4    5     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception

  public org.jruby.ir.instructions.Instr[] getInstructions();
    descriptor: ()[Lorg/jruby/ir/instructions/Instr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 87
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.instructions:[Lorg/jruby/ir/instructions/Instr;
            ifnonnull 2
         1: .line 88
            aload 0 /* this */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getEngine:()Lorg/jruby/ir/interpreter/InterpreterEngine;
            pop
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.instructions:[Lorg/jruby/ir/instructions/Instr;
            ifnonnull 3
            getstatic org.jruby.ir.interpreter.InterpreterContext.NO_INSTRUCTIONS:[Lorg/jruby/ir/instructions/Instr;
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.instructions:[Lorg/jruby/ir/instructions/Instr;
      StackMap locals:
      StackMap stack: org.jruby.ir.instructions.Instr[]
         4: areturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  private void setInstructions(java.util.List<org.jruby.ir.instructions.Instr>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
        start local 1 // java.util.List instructions
         0: .line 94
            aload 0 /* this */
            aload 1 /* instructions */
            ifnull 1
            aload 0 /* this */
            aload 1 /* instructions */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.prepareBuildInstructions:(Ljava/util/List;)[Lorg/jruby/ir/instructions/Instr;
            goto 2
      StackMap locals:
      StackMap stack: org.jruby.ir.interpreter.InterpreterContext
         1: aconst_null
      StackMap locals: org.jruby.ir.interpreter.InterpreterContext java.util.List
      StackMap stack: org.jruby.ir.interpreter.InterpreterContext org.jruby.ir.instructions.Instr[]
         2: putfield org.jruby.ir.interpreter.InterpreterContext.instructions:[Lorg/jruby/ir/instructions/Instr;
         3: .line 95
            return
        end local 1 // java.util.List instructions
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    4     1  instructions  Ljava/util/List<Lorg/jruby/ir/instructions/Instr;>;
    Signature: (Ljava/util/List<Lorg/jruby/ir/instructions/Instr;>;)V
    MethodParameters:
              Name  Flags
      instructions  final

  private void retrieveFlags();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 98
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getTemporaryVariablesCount:()I
            putfield org.jruby.ir.interpreter.InterpreterContext.temporaryVariableCount:I
         1: .line 99
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
            getstatic org.jruby.ir.IRFlags.HAS_EXPLICIT_CALL_PROTOCOL:Lorg/jruby/ir/IRFlags;
            invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
            putfield org.jruby.ir.interpreter.InterpreterContext.hasExplicitCallProtocol:Z
         2: .line 101
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
            getstatic org.jruby.ir.IRFlags.REUSE_PARENT_DYNSCOPE:Lorg/jruby/ir/IRFlags;
            invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
            putfield org.jruby.ir.interpreter.InterpreterContext.reuseParentDynScope:Z
         3: .line 102
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
            getstatic org.jruby.ir.IRFlags.DYNSCOPE_ELIMINATED:Lorg/jruby/ir/IRFlags;
            invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
            ifne 4
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.reuseParentDynScope:Z
            ifne 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: org.jruby.ir.interpreter.InterpreterContext
         4: iconst_0
      StackMap locals: org.jruby.ir.interpreter.InterpreterContext
      StackMap stack: org.jruby.ir.interpreter.InterpreterContext int
         5: putfield org.jruby.ir.interpreter.InterpreterContext.pushNewDynScope:Z
         6: .line 103
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.pushNewDynScope:Z
            ifne 7
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.reuseParentDynScope:Z
            ifne 7
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack: org.jruby.ir.interpreter.InterpreterContext
         7: iconst_1
      StackMap locals: org.jruby.ir.interpreter.InterpreterContext
      StackMap stack: org.jruby.ir.interpreter.InterpreterContext int
         8: putfield org.jruby.ir.interpreter.InterpreterContext.popDynScope:Z
         9: .line 104
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
            getstatic org.jruby.ir.IRFlags.RECEIVES_KEYWORD_ARGS:Lorg/jruby/ir/IRFlags;
            invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
            putfield org.jruby.ir.interpreter.InterpreterContext.receivesKeywordArguments:Z
        10: .line 105
            return
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  private org.jruby.ir.instructions.Instr[] prepareBuildInstructions(java.util.List<org.jruby.ir.instructions.Instr>);
    descriptor: (Ljava/util/List;)[Lorg/jruby/ir/instructions/Instr;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
        start local 1 // java.util.List instructions
         0: .line 108
            aload 1 /* instructions */
            invokeinterface java.util.List.size:()I
            istore 2 /* length */
        start local 2 // int length
         1: .line 109
            aload 1 /* instructions */
            iload 2 /* length */
            anewarray org.jruby.ir.instructions.Instr
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.jruby.ir.instructions.Instr[]
            astore 3 /* linearizedInstrArray */
        start local 3 // org.jruby.ir.instructions.Instr[] linearizedInstrArray
         2: .line 111
            iconst_0
            istore 4 /* ipc */
        start local 4 // int ipc
         3: goto 7
         4: .line 112
      StackMap locals: int org.jruby.ir.instructions.Instr[] int
      StackMap stack:
            aload 3 /* linearizedInstrArray */
            iload 4 /* ipc */
            aaload
            astore 5 /* i */
        start local 5 // org.jruby.ir.instructions.Instr i
         5: .line 114
            aload 5 /* i */
            instanceof org.jruby.ir.instructions.LabelInstr
            ifeq 6
            aload 5 /* i */
            checkcast org.jruby.ir.instructions.LabelInstr
            invokevirtual org.jruby.ir.instructions.LabelInstr.getLabel:()Lorg/jruby/ir/operands/Label;
            iload 4 /* ipc */
            iconst_1
            iadd
            invokevirtual org.jruby.ir.operands.Label.setTargetPC:(I)V
        end local 5 // org.jruby.ir.instructions.Instr i
         6: .line 111
      StackMap locals:
      StackMap stack:
            iinc 4 /* ipc */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* ipc */
            iload 2 /* length */
            if_icmplt 4
        end local 4 // int ipc
         8: .line 117
            new java.util.Stack
            dup
            invokespecial java.util.Stack.<init>:()V
            astore 4 /* markers */
        start local 4 // java.util.Stack markers
         9: .line 118
            aload 0 /* this */
            iload 2 /* length */
            newarray 10
            putfield org.jruby.ir.interpreter.InterpreterContext.rescueIPCs:[I
        10: .line 119
            iconst_m1
            istore 5 /* rpc */
        start local 5 // int rpc
        11: .line 121
            iconst_0
            istore 6 /* ipc */
        start local 6 // int ipc
        12: goto 25
        13: .line 122
      StackMap locals: org.jruby.ir.interpreter.InterpreterContext java.util.List int org.jruby.ir.instructions.Instr[] java.util.Stack int int
      StackMap stack:
            aload 3 /* linearizedInstrArray */
            iload 6 /* ipc */
            aaload
            astore 7 /* i */
        start local 7 // org.jruby.ir.instructions.Instr i
        14: .line 124
            aload 7 /* i */
            instanceof org.jruby.ir.instructions.ExceptionRegionStartMarkerInstr
            ifeq 18
        15: .line 125
            aload 7 /* i */
            checkcast org.jruby.ir.instructions.ExceptionRegionStartMarkerInstr
            invokevirtual org.jruby.ir.instructions.ExceptionRegionStartMarkerInstr.getFirstRescueBlockLabel:()Lorg/jruby/ir/operands/Label;
            invokevirtual org.jruby.ir.operands.Label.getTargetPC:()I
            istore 5 /* rpc */
        16: .line 126
            aload 4 /* markers */
            iload 5 /* rpc */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 127
            goto 23
      StackMap locals: org.jruby.ir.instructions.Instr
      StackMap stack:
        18: aload 7 /* i */
            instanceof org.jruby.ir.instructions.ExceptionRegionEndMarkerInstr
            ifeq 23
        19: .line 128
            aload 4 /* markers */
            invokevirtual java.util.Stack.pop:()Ljava/lang/Object;
            pop
        20: .line 129
            aload 4 /* markers */
            invokevirtual java.util.Stack.isEmpty:()Z
            ifeq 21
            iconst_m1
            goto 22
      StackMap locals:
      StackMap stack:
        21: aload 4 /* markers */
            invokevirtual java.util.Stack.peek:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
      StackMap locals:
      StackMap stack: int
        22: istore 5 /* rpc */
        23: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.rescueIPCs:[I
            iload 6 /* ipc */
            iload 5 /* rpc */
            iastore
        end local 7 // org.jruby.ir.instructions.Instr i
        24: .line 121
            iinc 6 /* ipc */ 1
      StackMap locals:
      StackMap stack:
        25: iload 6 /* ipc */
            iload 2 /* length */
            if_icmplt 13
        end local 6 // int ipc
        26: .line 135
            aload 3 /* linearizedInstrArray */
            areturn
        end local 5 // int rpc
        end local 4 // java.util.Stack markers
        end local 3 // org.jruby.ir.instructions.Instr[] linearizedInstrArray
        end local 2 // int length
        end local 1 // java.util.List instructions
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   27     0                  this  Lorg/jruby/ir/interpreter/InterpreterContext;
            0   27     1          instructions  Ljava/util/List<Lorg/jruby/ir/instructions/Instr;>;
            1   27     2                length  I
            2   27     3  linearizedInstrArray  [Lorg/jruby/ir/instructions/Instr;
            3    8     4                   ipc  I
            5    6     5                     i  Lorg/jruby/ir/instructions/Instr;
            9   27     4               markers  Ljava/util/Stack<Ljava/lang/Integer;>;
           11   27     5                   rpc  I
           12   26     6                   ipc  I
           14   24     7                     i  Lorg/jruby/ir/instructions/Instr;
    Signature: (Ljava/util/List<Lorg/jruby/ir/instructions/Instr;>;)[Lorg/jruby/ir/instructions/Instr;
    MethodParameters:
              Name  Flags
      instructions  

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

  public int getRequiredArgsCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 143
            aload 0 /* this */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getStaticScope:()Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.parser.StaticScope.getSignature:()Lorg/jruby/runtime/Signature;
            invokevirtual org.jruby.runtime.Signature.required:()I
            ireturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public org.jruby.ir.IRScope getScope();
    descriptor: ()Lorg/jruby/ir/IRScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 147
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
            areturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public boolean buildComplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 156
            iconst_1
            ireturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public org.jruby.ir.representations.CFG getCFG();
    descriptor: ()Lorg/jruby/ir/representations/CFG;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 160
            aconst_null
            areturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public java.lang.Object[] allocateTemporaryVariables();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 164
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.temporaryVariableCount:I
            ifle 1
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.temporaryVariableCount:I
            anewarray java.lang.Object
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object[]
         2: areturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public boolean[] allocateTemporaryBooleanVariables();
    descriptor: ()[Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 168
            aconst_null
            areturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public long[] allocateTemporaryFixnumVariables();
    descriptor: ()[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 172
            aconst_null
            areturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public double[] allocateTemporaryFloatVariables();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 176
            aconst_null
            areturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public org.jruby.parser.StaticScope getStaticScope();
    descriptor: ()Lorg/jruby/parser/StaticScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 180
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getStaticScope:()Lorg/jruby/parser/StaticScope;
            areturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public java.lang.String getFileName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 184
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getFile:()Ljava/lang/String;
            areturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public org.jruby.RubySymbol getName();
    descriptor: ()Lorg/jruby/RubySymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 188
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getManager:()Lorg/jruby/ir/IRManager;
            invokevirtual org.jruby.ir.IRManager.getRuntime:()Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getId:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            areturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public void computeScopeFlagsFromInstructions();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 192
            aload 0 /* this */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getInstructions:()[Lorg/jruby/ir/instructions/Instr;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 4
      StackMap locals: org.jruby.ir.interpreter.InterpreterContext top int int org.jruby.ir.instructions.Instr[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* instr */
        start local 1 // org.jruby.ir.instructions.Instr instr
         2: .line 193
            aload 1 /* instr */
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.instructions.Instr.computeScopeFlags:(Lorg/jruby/ir/IRScope;)Z
            pop
        end local 1 // org.jruby.ir.instructions.Instr instr
         3: .line 192
            iinc 2 1
      StackMap locals:
      StackMap stack:
         4: iload 2
            iload 3
            if_icmplt 1
         5: .line 195
            return
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/jruby/ir/interpreter/InterpreterContext;
            2    3     1  instr  Lorg/jruby/ir/instructions/Instr;

  public org.jruby.runtime.DynamicScope newDynamicScope(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/DynamicScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 203
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.metaClassBodyScope:Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getStaticScope:()Lorg/jruby/parser/StaticScope;
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getCurrentScope:()Lorg/jruby/runtime/DynamicScope;
            invokestatic org.jruby.runtime.DynamicScope.newDynamicScope:(Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;)Lorg/jruby/runtime/DynamicScope;
            areturn
         1: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getStaticScope:()Lorg/jruby/parser/StaticScope;
            invokestatic org.jruby.runtime.DynamicScope.newDynamicScope:(Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/DynamicScope;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  

  public boolean hasExplicitCallProtocol();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 209
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.hasExplicitCallProtocol:Z
            ireturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public boolean pushNewDynScope();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 213
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.pushNewDynScope:Z
            ireturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public boolean reuseParentDynScope();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 217
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.reuseParentDynScope:Z
            ireturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public boolean popDynScope();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 221
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.popDynScope:Z
            ireturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public boolean receivesKeywordArguments();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 225
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.receivesKeywordArguments:Z
            ireturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 230
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuilder buf
         1: .line 232
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getFileName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 58
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getLine:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         2: .line 233
            aload 0 /* this */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getName:()Lorg/jruby/RubySymbol;
            ifnull 3
            aload 1 /* buf */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getName:()Lorg/jruby/RubySymbol;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 235
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.instructions:[Lorg/jruby/ir/instructions/Instr;
            ifnonnull 6
         4: .line 236
            aload 1 /* buf */
            ldc "  No Instructions.  Full Build before linearizeInstr?"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 237
            goto 7
         6: .line 238
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.toStringInstrs:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 241
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder buf
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;
            1    8     1   buf  Ljava/lang/StringBuilder;

  public java.lang.String toStringInstrs();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 245
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* b */
        start local 1 // java.lang.StringBuilder b
         1: .line 246
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.instructions:[Lorg/jruby/ir/instructions/Instr;
            arraylength
            istore 2 /* length */
        start local 2 // int length
         2: .line 248
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 249
      StackMap locals: java.lang.StringBuilder int int
      StackMap stack:
            iload 3 /* i */
            ifle 5
            aload 1 /* b */
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 250
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            ldc "  "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            bipush 9
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.instructions:[Lorg/jruby/ir/instructions/Instr;
            iload 3 /* i */
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         6: .line 248
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 4
        end local 3 // int i
         8: .line 262
            aload 1 /* b */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // int length
        end local 1 // java.lang.StringBuilder b
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/jruby/ir/interpreter/InterpreterContext;
            1    9     1       b  Ljava/lang/StringBuilder;
            2    9     2  length  I
            3    8     3       i  I

  public void setEngine(org.jruby.ir.interpreter.InterpreterEngine);
    descriptor: (Lorg/jruby/ir/interpreter/InterpreterEngine;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
        start local 1 // org.jruby.ir.interpreter.InterpreterEngine engine
         0: .line 266
            aload 0 /* this */
            aload 1 /* engine */
            putfield org.jruby.ir.interpreter.InterpreterContext.engine:Lorg/jruby/ir/interpreter/InterpreterEngine;
         1: .line 268
            aload 0 /* this */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.retrieveFlags:()V
         2: .line 269
            return
        end local 1 // org.jruby.ir.interpreter.InterpreterEngine engine
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    3     1  engine  Lorg/jruby/ir/interpreter/InterpreterEngine;
    MethodParameters:
        Name  Flags
      engine  

  public java.util.EnumSet<org.jruby.ir.IRFlags> getFlags();
    descriptor: ()Ljava/util/EnumSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.interpreter.InterpreterContext this
         0: .line 272
            aload 0 /* this */
            getfield org.jruby.ir.interpreter.InterpreterContext.scope:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
            areturn
        end local 0 // org.jruby.ir.interpreter.InterpreterContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/interpreter/InterpreterContext;
    Signature: ()Ljava/util/EnumSet<Lorg/jruby/ir/IRFlags;>;
}
SourceFile: "InterpreterContext.java"