public class org.jruby.internal.runtime.methods.InterpretedIRMethod extends org.jruby.internal.runtime.AbstractIRMethod implements org.jruby.compiler.Compilable<org.jruby.ir.interpreter.InterpreterContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.internal.runtime.methods.InterpretedIRMethod
  super_class: org.jruby.internal.runtime.AbstractIRMethod
{
  private static final org.jruby.util.log.Logger LOG;
    descriptor: Lorg/jruby/util/log/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 24
            ldc Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            invokestatic org.jruby.util.log.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/jruby/util/log/Logger;
            putstatic org.jruby.internal.runtime.methods.InterpretedIRMethod.LOG:Lorg/jruby/util/log/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.ir.IRScope, org.jruby.runtime.Visibility, org.jruby.RubyModule);
    descriptor: (Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/Visibility;Lorg/jruby/RubyModule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.ir.IRScope method
        start local 2 // org.jruby.runtime.Visibility visibility
        start local 3 // org.jruby.RubyModule implementationClass
         0: .line 29
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* visibility */
            aload 3 /* implementationClass */
            invokespecial org.jruby.internal.runtime.AbstractIRMethod.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/Visibility;Lorg/jruby/RubyModule;)V
         1: .line 26
            aload 0 /* this */
            iconst_0
            putfield org.jruby.internal.runtime.methods.InterpretedIRMethod.displayedCFG:Z
         2: .line 33
            aload 3 /* implementationClass */
            invokevirtual org.jruby.RubyModule.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getInstanceConfig:()Lorg/jruby/RubyInstanceConfig;
            invokevirtual org.jruby.RubyInstanceConfig.getJitThreshold:()I
            iconst_m1
            if_icmpne 3
            aload 0 /* this */
            iconst_m1
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.setCallCount:(I)V
         3: .line 36
      StackMap locals: org.jruby.internal.runtime.methods.InterpretedIRMethod org.jruby.ir.IRScope org.jruby.runtime.Visibility org.jruby.RubyModule
      StackMap stack:
            aload 1 /* method */
            aload 0 /* this */
            putfield org.jruby.ir.IRScope.compilable:Lorg/jruby/compiler/Compilable;
         4: .line 37
            return
        end local 3 // org.jruby.RubyModule implementationClass
        end local 2 // org.jruby.runtime.Visibility visibility
        end local 1 // org.jruby.ir.IRScope method
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    5     1               method  Lorg/jruby/ir/IRScope;
            0    5     2           visibility  Lorg/jruby/runtime/Visibility;
            0    5     3  implementationClass  Lorg/jruby/RubyModule;
    MethodParameters:
                     Name  Flags
      method               
      visibility           
      implementationClass  

  protected void post(org.jruby.ir.interpreter.InterpreterContext, org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.ir.interpreter.InterpreterContext ic
        start local 2 // org.jruby.runtime.ThreadContext context
         0: .line 41
            aload 2 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popFrame:()V
         1: .line 42
            aload 1 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.popDynScope:()Z
            ifeq 3
         2: .line 43
            aload 2 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popScope:()V
         3: .line 45
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.jruby.runtime.ThreadContext context
        end local 1 // org.jruby.ir.interpreter.InterpreterContext ic
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    4     1       ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    4     2  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      ic       
      context  

  protected void pre(org.jruby.ir.interpreter.InterpreterContext, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.Block, org.jruby.RubyModule);
    descriptor: (Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.ir.interpreter.InterpreterContext ic
        start local 2 // org.jruby.runtime.ThreadContext context
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.Block block
        start local 6 // org.jruby.RubyModule implClass
         0: .line 49
            aload 2 /* context */
            aload 6 /* implClass */
            aload 4 /* name */
            aload 3 /* self */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.ThreadContext.preMethodFrameOnly:(Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)V
         1: .line 50
            aload 1 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.pushNewDynScope:()Z
            ifeq 3
         2: .line 51
            aload 2 /* context */
            aload 1 /* ic */
            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;
            invokevirtual org.jruby.runtime.ThreadContext.pushScope:(Lorg/jruby/runtime/DynamicScope;)V
         3: .line 53
      StackMap locals:
      StackMap stack:
            return
        end local 6 // org.jruby.RubyModule implClass
        end local 5 // org.jruby.runtime.Block block
        end local 4 // java.lang.String name
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.ThreadContext context
        end local 1 // org.jruby.ir.interpreter.InterpreterContext ic
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    4     1         ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    4     2    context  Lorg/jruby/runtime/ThreadContext;
            0    4     3       self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     4       name  Ljava/lang/String;
            0    4     5      block  Lorg/jruby/runtime/Block;
            0    4     6  implClass  Lorg/jruby/RubyModule;
    MethodParameters:
           Name  Flags
      ic         
      context    
      self       
      name       
      block      
      implClass  

  protected void printMethodIR();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
         0: .line 57
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.method:Lorg/jruby/ir/IRScope;
            iconst_0
            iconst_1
            invokestatic org.jruby.ir.persistence.IRDumper.printIR:(Lorg/jruby/ir/IRScope;ZZ)Ljava/io/ByteArrayOutputStream;
            astore 1 /* baos */
        start local 1 // java.io.ByteArrayOutputStream baos
         1: .line 58
            getstatic org.jruby.internal.runtime.methods.InterpretedIRMethod.LOG:Lorg/jruby/util/log/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Printing simple IR for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.method:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getId:()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;
            new java.lang.String
            dup
            aload 1 /* baos */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            invokespecial java.lang.String.<init>:([B)V
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)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
         2: .line 59
            return
        end local 1 // java.io.ByteArrayOutputStream baos
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            1    3     1  baos  Ljava/io/ByteArrayOutputStream;

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;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=8, locals=7, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.Block block
         0: .line 63
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.isDebug:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.doDebug:()V
         1: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.callCount:I
            iflt 2
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.promoteToFullBuild:(Lorg/jruby/runtime/ThreadContext;)V
         2: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.ensureInstrsReady:()Lorg/jruby/ir/interpreter/InterpreterContext;
            aload 3 /* clazz */
            aload 2 /* self */
            aload 4 /* name */
            aload 5 /* args */
            aload 6 /* block */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 71
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.isDebug:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.doDebug:()V
         1: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.callCount:I
            iflt 2
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.promoteToFullBuild:(Lorg/jruby/runtime/ThreadContext;)V
         2: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.ensureInstrsReady:()Lorg/jruby/ir/interpreter/InterpreterContext;
            aload 3 /* clazz */
            aload 2 /* self */
            aload 4 /* name */
            aload 5 /* args */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     

  private org.jruby.runtime.builtin.IRubyObject INTERPRET_METHOD(org.jruby.runtime.ThreadContext, org.jruby.ir.interpreter.InterpreterContext, org.jruby.RubyModule, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=12, args_size=8
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.ir.interpreter.InterpreterContext ic
        start local 3 // org.jruby.RubyModule implClass
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        start local 6 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 7 // org.jruby.runtime.Block block
         0: .line 80
            aload 1 /* context */
            aload 5 /* name */
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getFileName:()Ljava/lang/String;
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getLine:()I
            invokestatic org.jruby.runtime.ThreadContext.pushBacktrace:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 82
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.hasExplicitCallProtocol:()Z
            ifeq 5
         2: .line 83
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getEngine:()Lorg/jruby/ir/interpreter/InterpreterEngine;
            aload 1 /* context */
            aconst_null
            aload 4 /* self */
            aload 2 /* ic */
            aload 3 /* implClass */
            aload 5 /* name */
            aload 6 /* args */
            aload 7 /* block */
            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;
            astore 11
         3: .line 93
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
         4: .line 83
            aload 11
            areturn
         5: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            aload 4 /* self */
            aload 5 /* name */
            aload 7 /* block */
            aload 3 /* implClass */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.pre:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;)V
         6: .line 87
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getEngine:()Lorg/jruby/ir/interpreter/InterpreterEngine;
            aload 1 /* context */
            aconst_null
            aload 4 /* self */
            aload 2 /* ic */
            aload 3 /* implClass */
            aload 5 /* name */
            aload 6 /* args */
            aload 7 /* block */
            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;
            astore 9
         7: .line 89
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
         8: .line 93
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
         9: .line 87
            aload 9
            areturn
        10: .line 88
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        11: .line 89
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
        12: .line 90
            aload 8
            athrow
        13: .line 92
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        14: .line 93
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
        15: .line 94
            aload 10
            athrow
        end local 7 // org.jruby.runtime.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.RubyModule implClass
        end local 2 // org.jruby.ir.interpreter.InterpreterContext ic
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0   16     1    context  Lorg/jruby/runtime/ThreadContext;
            0   16     2         ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            0   16     3  implClass  Lorg/jruby/RubyModule;
            0   16     4       self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     5       name  Ljava/lang/String;
            0   16     6       args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     7      block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           5     7      10  any
           0     3      13  any
           5     8      13  any
          10    13      13  any
    MethodParameters:
           Name  Flags
      context    
      ic         
      implClass  
      self       
      name       
      args       
      block      

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.Block block
         0: .line 99
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.isDebug:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.doDebug:()V
         1: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.callCount:I
            iflt 2
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.promoteToFullBuild:(Lorg/jruby/runtime/ThreadContext;)V
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.ensureInstrsReady:()Lorg/jruby/ir/interpreter/InterpreterContext;
            aload 3 /* clazz */
            aload 2 /* self */
            aload 4 /* name */
            aload 5 /* block */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.runtime.Block block
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
         0: .line 107
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.isDebug:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.doDebug:()V
         1: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.callCount:I
            iflt 2
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.promoteToFullBuild:(Lorg/jruby/runtime/ThreadContext;)V
         2: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.ensureInstrsReady:()Lorg/jruby/ir/interpreter/InterpreterContext;
            aload 3 /* clazz */
            aload 2 /* self */
            aload 4 /* name */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     

  private org.jruby.runtime.builtin.IRubyObject INTERPRET_METHOD(org.jruby.runtime.ThreadContext, org.jruby.ir.interpreter.InterpreterContext, org.jruby.RubyModule, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=11, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.ir.interpreter.InterpreterContext ic
        start local 3 // org.jruby.RubyModule implClass
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        start local 6 // org.jruby.runtime.Block block
         0: .line 116
            aload 1 /* context */
            aload 5 /* name */
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getFileName:()Ljava/lang/String;
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getLine:()I
            invokestatic org.jruby.runtime.ThreadContext.pushBacktrace:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 118
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.hasExplicitCallProtocol:()Z
            ifeq 5
         2: .line 119
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getEngine:()Lorg/jruby/ir/interpreter/InterpreterEngine;
            aload 1 /* context */
            aconst_null
            aload 4 /* self */
            aload 2 /* ic */
            aload 3 /* implClass */
            aload 5 /* name */
            aload 6 /* block */
            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/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 10
         3: .line 129
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
         4: .line 119
            aload 10
            areturn
         5: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            aload 4 /* self */
            aload 5 /* name */
            aload 6 /* block */
            aload 3 /* implClass */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.pre:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;)V
         6: .line 123
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getEngine:()Lorg/jruby/ir/interpreter/InterpreterEngine;
            aload 1 /* context */
            aconst_null
            aload 4 /* self */
            aload 2 /* ic */
            aload 3 /* implClass */
            aload 5 /* name */
            aload 6 /* block */
            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/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8
         7: .line 125
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
         8: .line 129
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
         9: .line 123
            aload 8
            areturn
        10: .line 124
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        11: .line 125
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
        12: .line 126
            aload 7
            athrow
        13: .line 128
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9
        14: .line 129
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
        15: .line 130
            aload 9
            athrow
        end local 6 // org.jruby.runtime.Block block
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.RubyModule implClass
        end local 2 // org.jruby.ir.interpreter.InterpreterContext ic
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0   16     1    context  Lorg/jruby/runtime/ThreadContext;
            0   16     2         ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            0   16     3  implClass  Lorg/jruby/RubyModule;
            0   16     4       self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     5       name  Ljava/lang/String;
            0   16     6      block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           5     7      10  any
           0     3      13  any
           5     8      13  any
          10    13      13  any
    MethodParameters:
           Name  Flags
      context    
      ic         
      implClass  
      self       
      name       
      block      

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;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=8, locals=7, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.Block block
         0: .line 135
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.isDebug:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.doDebug:()V
         1: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.callCount:I
            iflt 2
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.promoteToFullBuild:(Lorg/jruby/runtime/ThreadContext;)V
         2: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.ensureInstrsReady:()Lorg/jruby/ir/interpreter/InterpreterContext;
            aload 3 /* clazz */
            aload 2 /* self */
            aload 4 /* name */
            aload 5 /* arg0 */
            aload 6 /* block */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
         0: .line 143
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.isDebug:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.doDebug:()V
         1: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.callCount:I
            iflt 2
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.promoteToFullBuild:(Lorg/jruby/runtime/ThreadContext;)V
         2: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.ensureInstrsReady:()Lorg/jruby/ir/interpreter/InterpreterContext;
            aload 3 /* clazz */
            aload 2 /* self */
            aload 4 /* name */
            aload 5 /* arg0 */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     

  private org.jruby.runtime.builtin.IRubyObject INTERPRET_METHOD(org.jruby.runtime.ThreadContext, org.jruby.ir.interpreter.InterpreterContext, org.jruby.RubyModule, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=12, args_size=8
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.ir.interpreter.InterpreterContext ic
        start local 3 // org.jruby.RubyModule implClass
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.Block block
         0: .line 152
            aload 1 /* context */
            aload 5 /* name */
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getFileName:()Ljava/lang/String;
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getLine:()I
            invokestatic org.jruby.runtime.ThreadContext.pushBacktrace:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 154
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.hasExplicitCallProtocol:()Z
            ifeq 5
         2: .line 155
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getEngine:()Lorg/jruby/ir/interpreter/InterpreterEngine;
            aload 1 /* context */
            aconst_null
            aload 4 /* self */
            aload 2 /* ic */
            aload 3 /* implClass */
            aload 5 /* name */
            aload 6 /* arg1 */
            aload 7 /* block */
            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;
            astore 11
         3: .line 165
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
         4: .line 155
            aload 11
            areturn
         5: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            aload 4 /* self */
            aload 5 /* name */
            aload 7 /* block */
            aload 3 /* implClass */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.pre:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;)V
         6: .line 159
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getEngine:()Lorg/jruby/ir/interpreter/InterpreterEngine;
            aload 1 /* context */
            aconst_null
            aload 4 /* self */
            aload 2 /* ic */
            aload 3 /* implClass */
            aload 5 /* name */
            aload 6 /* arg1 */
            aload 7 /* block */
            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;
            astore 9
         7: .line 161
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
         8: .line 165
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
         9: .line 159
            aload 9
            areturn
        10: .line 160
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        11: .line 161
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
        12: .line 162
            aload 8
            athrow
        13: .line 164
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        14: .line 165
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
        15: .line 166
            aload 10
            athrow
        end local 7 // org.jruby.runtime.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.RubyModule implClass
        end local 2 // org.jruby.ir.interpreter.InterpreterContext ic
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0   16     1    context  Lorg/jruby/runtime/ThreadContext;
            0   16     2         ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            0   16     3  implClass  Lorg/jruby/RubyModule;
            0   16     4       self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     5       name  Ljava/lang/String;
            0   16     6       arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     7      block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           5     7      10  any
           0     3      13  any
           5     8      13  any
          10    13      13  any
    MethodParameters:
           Name  Flags
      context    
      ic         
      implClass  
      self       
      name       
      arg1       
      block      

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, 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/builtin/IRubyObject;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=9, locals=8, args_size=8
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.Block block
         0: .line 171
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.isDebug:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.doDebug:()V
         1: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.callCount:I
            iflt 2
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.promoteToFullBuild:(Lorg/jruby/runtime/ThreadContext;)V
         2: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.ensureInstrsReady:()Lorg/jruby/ir/interpreter/InterpreterContext;
            aload 3 /* clazz */
            aload 2 /* self */
            aload 4 /* name */
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* block */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     7    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      arg1     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
         0: .line 179
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.isDebug:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.doDebug:()V
         1: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.callCount:I
            iflt 2
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.promoteToFullBuild:(Lorg/jruby/runtime/ThreadContext;)V
         2: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.ensureInstrsReady:()Lorg/jruby/ir/interpreter/InterpreterContext;
            aload 3 /* clazz */
            aload 2 /* self */
            aload 4 /* name */
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      arg1     

  private org.jruby.runtime.builtin.IRubyObject INTERPRET_METHOD(org.jruby.runtime.ThreadContext, org.jruby.ir.interpreter.InterpreterContext, org.jruby.RubyModule, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=13, args_size=9
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.ir.interpreter.InterpreterContext ic
        start local 3 // org.jruby.RubyModule implClass
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 8 // org.jruby.runtime.Block block
         0: .line 188
            aload 1 /* context */
            aload 5 /* name */
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getFileName:()Ljava/lang/String;
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getLine:()I
            invokestatic org.jruby.runtime.ThreadContext.pushBacktrace:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 190
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.hasExplicitCallProtocol:()Z
            ifeq 5
         2: .line 191
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getEngine:()Lorg/jruby/ir/interpreter/InterpreterEngine;
            aload 1 /* context */
            aconst_null
            aload 4 /* self */
            aload 2 /* ic */
            aload 3 /* implClass */
            aload 5 /* name */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 8 /* block */
            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/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 12
         3: .line 201
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
         4: .line 191
            aload 12
            areturn
         5: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            aload 4 /* self */
            aload 5 /* name */
            aload 8 /* block */
            aload 3 /* implClass */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.pre:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;)V
         6: .line 195
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getEngine:()Lorg/jruby/ir/interpreter/InterpreterEngine;
            aload 1 /* context */
            aconst_null
            aload 4 /* self */
            aload 2 /* ic */
            aload 3 /* implClass */
            aload 5 /* name */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 8 /* block */
            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/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 10
         7: .line 197
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
         8: .line 201
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
         9: .line 195
            aload 10
            areturn
        10: .line 196
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9
        11: .line 197
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
        12: .line 198
            aload 9
            athrow
        13: .line 200
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        14: .line 201
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
        15: .line 202
            aload 11
            athrow
        end local 8 // org.jruby.runtime.Block block
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.RubyModule implClass
        end local 2 // org.jruby.ir.interpreter.InterpreterContext ic
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0   16     1    context  Lorg/jruby/runtime/ThreadContext;
            0   16     2         ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            0   16     3  implClass  Lorg/jruby/RubyModule;
            0   16     4       self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     5       name  Ljava/lang/String;
            0   16     6       arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     7       arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     8      block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           5     7      10  any
           0     3      13  any
           5     8      13  any
          10    13      13  any
    MethodParameters:
           Name  Flags
      context    
      ic         
      implClass  
      self       
      name       
      arg1       
      arg2       
      block      

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, 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/builtin/IRubyObject;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=10, locals=9, args_size=9
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 8 // org.jruby.runtime.Block block
         0: .line 207
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.isDebug:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.doDebug:()V
         1: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.callCount:I
            iflt 2
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.promoteToFullBuild:(Lorg/jruby/runtime/ThreadContext;)V
         2: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.ensureInstrsReady:()Lorg/jruby/ir/interpreter/InterpreterContext;
            aload 3 /* clazz */
            aload 2 /* self */
            aload 4 /* name */
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 8 /* block */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;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;
            areturn
        end local 8 // org.jruby.runtime.Block block
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     7     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     8    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      arg1     
      arg2     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;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;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=8, args_size=8
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg2
         0: .line 215
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.isDebug:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.doDebug:()V
         1: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.callCount:I
            iflt 2
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.promoteToFullBuild:(Lorg/jruby/runtime/ThreadContext;)V
         2: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.ensureInstrsReady:()Lorg/jruby/ir/interpreter/InterpreterContext;
            aload 3 /* clazz */
            aload 2 /* self */
            aload 4 /* name */
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;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;
            areturn
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     7     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      arg1     
      arg2     

  private org.jruby.runtime.builtin.IRubyObject INTERPRET_METHOD(org.jruby.runtime.ThreadContext, org.jruby.ir.interpreter.InterpreterContext, org.jruby.RubyModule, org.jruby.runtime.builtin.IRubyObject, 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/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;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: (0x0002) ACC_PRIVATE
    Code:
      stack=11, locals=14, args_size=10
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.ir.interpreter.InterpreterContext ic
        start local 3 // org.jruby.RubyModule implClass
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 8 // org.jruby.runtime.builtin.IRubyObject arg3
        start local 9 // org.jruby.runtime.Block block
         0: .line 224
            aload 1 /* context */
            aload 5 /* name */
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getFileName:()Ljava/lang/String;
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getLine:()I
            invokestatic org.jruby.runtime.ThreadContext.pushBacktrace:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 226
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.hasExplicitCallProtocol:()Z
            ifeq 5
         2: .line 227
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getEngine:()Lorg/jruby/ir/interpreter/InterpreterEngine;
            aload 1 /* context */
            aconst_null
            aload 4 /* self */
            aload 2 /* ic */
            aload 3 /* implClass */
            aload 5 /* name */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 8 /* arg3 */
            aload 9 /* block */
            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/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 13
         3: .line 237
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
         4: .line 227
            aload 13
            areturn
         5: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            aload 4 /* self */
            aload 5 /* name */
            aload 9 /* block */
            aload 3 /* implClass */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.pre:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;)V
         6: .line 231
            aload 2 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getEngine:()Lorg/jruby/ir/interpreter/InterpreterEngine;
            aload 1 /* context */
            aconst_null
            aload 4 /* self */
            aload 2 /* ic */
            aload 3 /* implClass */
            aload 5 /* name */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 8 /* arg3 */
            aload 9 /* block */
            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/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 11
         7: .line 233
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
         8: .line 237
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
         9: .line 231
            aload 11
            areturn
        10: .line 232
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        11: .line 233
            aload 0 /* this */
            aload 2 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
        12: .line 234
            aload 10
            athrow
        13: .line 236
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 12
        14: .line 237
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
        15: .line 238
            aload 12
            athrow
        end local 9 // org.jruby.runtime.Block block
        end local 8 // org.jruby.runtime.builtin.IRubyObject arg3
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.RubyModule implClass
        end local 2 // org.jruby.ir.interpreter.InterpreterContext ic
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0   16     1    context  Lorg/jruby/runtime/ThreadContext;
            0   16     2         ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            0   16     3  implClass  Lorg/jruby/RubyModule;
            0   16     4       self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     5       name  Ljava/lang/String;
            0   16     6       arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     7       arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     8       arg3  Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     9      block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           5     7      10  any
           0     3      13  any
           5     8      13  any
          10    13      13  any
    MethodParameters:
           Name  Flags
      context    
      ic         
      implClass  
      self       
      name       
      arg1       
      arg2       
      arg3       
      block      

  protected void doDebug();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
         0: .line 248
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.ensureInstrsReady:()Lorg/jruby/ir/interpreter/InterpreterContext;
            pop
         1: .line 249
            getstatic org.jruby.internal.runtime.methods.InterpretedIRMethod.LOG:Lorg/jruby/util/log/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Executing '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.method:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getId:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)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
         2: .line 250
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.displayedCFG:Z
            ifne 5
         3: .line 251
            getstatic org.jruby.internal.runtime.methods.InterpretedIRMethod.LOG:Lorg/jruby/util/log/Logger;
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.method:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.debugOutput:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokeinterface org.jruby.util.log.Logger.info:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 252
            aload 0 /* this */
            iconst_1
            putfield org.jruby.internal.runtime.methods.InterpretedIRMethod.displayedCFG:Z
         5: .line 254
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;

  public void completeBuild(org.jruby.ir.interpreter.InterpreterContext);
    descriptor: (Lorg/jruby/ir/interpreter/InterpreterContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
         0: .line 257
            aload 0 /* this */
            aload 1 /* interpreterContext */
            putfield org.jruby.internal.runtime.methods.InterpretedIRMethod.interpreterContext:Lorg/jruby/ir/interpreter/InterpreterContext;
         1: .line 259
            aload 0 /* this */
            iconst_0
            putfield org.jruby.internal.runtime.methods.InterpretedIRMethod.displayedCFG:Z
         2: .line 260
            return
        end local 1 // org.jruby.ir.interpreter.InterpreterContext interpreterContext
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    3     1  interpreterContext  Lorg/jruby/ir/interpreter/InterpreterContext;
    MethodParameters:
                    Name  Flags
      interpreterContext  

  private void promoteToFullBuild(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 265
            aload 1 /* context */
            aload 0 /* this */
            invokestatic org.jruby.internal.runtime.methods.InterpretedIRMethod.tryJit:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/internal/runtime/AbstractIRMethod;)V
         1: .line 267
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.shouldPrintIR:(Lorg/jruby/Ruby;)Z
            ifeq 4
         2: .line 268
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.method:Lorg/jruby/ir/IRScope;
            iconst_1
            iconst_1
            invokestatic org.jruby.ir.persistence.IRDumper.printIR:(Lorg/jruby/ir/IRScope;ZZ)Ljava/io/ByteArrayOutputStream;
            astore 2 /* baos */
        start local 2 // java.io.ByteArrayOutputStream baos
         3: .line 270
            getstatic org.jruby.internal.runtime.methods.InterpretedIRMethod.LOG:Lorg/jruby/util/log/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Printing full IR for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.InterpretedIRMethod.method:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getId:()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;
            new java.lang.String
            dup
            aload 2 /* baos */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            invokespecial java.lang.String.<init>:([B)V
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)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
        end local 2 // java.io.ByteArrayOutputStream baos
         4: .line 272
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            3    4     2     baos  Ljava/io/ByteArrayOutputStream;
    MethodParameters:
         Name  Flags
      context  

  public java.lang.String getClassName(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 275
            aconst_null
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMethod;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  

  public void completeBuild(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.jruby.ir.interpreter.InterpreterContext
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMethod.completeBuild:(Lorg/jruby/ir/interpreter/InterpreterContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/jruby/internal/runtime/AbstractIRMethod;Lorg/jruby/compiler/Compilable<Lorg/jruby/ir/interpreter/InterpreterContext;>;
SourceFile: "InterpretedIRMethod.java"