public class org.jruby.internal.runtime.methods.CompiledIRMethod extends org.jruby.internal.runtime.AbstractIRMethod implements org.jruby.compiler.Compilable<org.jruby.internal.runtime.methods.DynamicMethod>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.internal.runtime.methods.CompiledIRMethod
  super_class: org.jruby.internal.runtime.AbstractIRMethod
{
  private java.lang.invoke.MethodHandle variable;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.invoke.MethodHandle specific;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x0002) ACC_PRIVATE

  private final int specificArity;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 20
            ldc Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.jruby.internal.runtime.methods.CompiledIRMethod.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.invoke.MethodHandle, org.jruby.ir.IRScope, org.jruby.runtime.Visibility, org.jruby.RubyModule);
    descriptor: (Ljava/lang/invoke/MethodHandle;Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/Visibility;Lorg/jruby/RubyModule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
        start local 1 // java.lang.invoke.MethodHandle variable
        start local 2 // org.jruby.ir.IRScope method
        start local 3 // org.jruby.runtime.Visibility visibility
        start local 4 // org.jruby.RubyModule implementationClass
         0: .line 28
            aload 0 /* this */
            aload 1 /* variable */
            aconst_null
            iconst_m1
            aload 2 /* method */
            aload 3 /* visibility */
            aload 4 /* implementationClass */
            invokespecial org.jruby.internal.runtime.methods.CompiledIRMethod.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;ILorg/jruby/ir/IRScope;Lorg/jruby/runtime/Visibility;Lorg/jruby/RubyModule;)V
         1: .line 29
            return
        end local 4 // org.jruby.RubyModule implementationClass
        end local 3 // org.jruby.runtime.Visibility visibility
        end local 2 // org.jruby.ir.IRScope method
        end local 1 // java.lang.invoke.MethodHandle variable
        end local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    2     1             variable  Ljava/lang/invoke/MethodHandle;
            0    2     2               method  Lorg/jruby/ir/IRScope;
            0    2     3           visibility  Lorg/jruby/runtime/Visibility;
            0    2     4  implementationClass  Lorg/jruby/RubyModule;
    MethodParameters:
                     Name  Flags
      variable             
      method               
      visibility           
      implementationClass  

  public void <init>(java.lang.invoke.MethodHandle, java.lang.invoke.MethodHandle, int, org.jruby.ir.IRScope, org.jruby.runtime.Visibility, org.jruby.RubyModule);
    descriptor: (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;ILorg/jruby/ir/IRScope;Lorg/jruby/runtime/Visibility;Lorg/jruby/RubyModule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
        start local 1 // java.lang.invoke.MethodHandle variable
        start local 2 // java.lang.invoke.MethodHandle specific
        start local 3 // int specificArity
        start local 4 // org.jruby.ir.IRScope method
        start local 5 // org.jruby.runtime.Visibility visibility
        start local 6 // org.jruby.RubyModule implementationClass
         0: .line 33
            aload 0 /* this */
            aload 4 /* method */
            aload 5 /* visibility */
            aload 6 /* implementationClass */
            invokespecial org.jruby.internal.runtime.AbstractIRMethod.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/Visibility;Lorg/jruby/RubyModule;)V
         1: .line 36
            aload 0 /* this */
            aload 1 /* variable */
            putfield org.jruby.internal.runtime.methods.CompiledIRMethod.variable:Ljava/lang/invoke/MethodHandle;
         2: .line 37
            aload 0 /* this */
            aload 2 /* specific */
            putfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
         3: .line 40
            aload 0 /* this */
            aload 4 /* method */
            invokevirtual org.jruby.ir.IRScope.receivesKeywordArgs:()Z
            ifeq 4
            iconst_m1
            goto 5
      StackMap locals: org.jruby.internal.runtime.methods.CompiledIRMethod java.lang.invoke.MethodHandle java.lang.invoke.MethodHandle int org.jruby.ir.IRScope org.jruby.runtime.Visibility org.jruby.RubyModule
      StackMap stack: org.jruby.internal.runtime.methods.CompiledIRMethod
         4: iload 3 /* specificArity */
      StackMap locals: org.jruby.internal.runtime.methods.CompiledIRMethod java.lang.invoke.MethodHandle java.lang.invoke.MethodHandle int org.jruby.ir.IRScope org.jruby.runtime.Visibility org.jruby.RubyModule
      StackMap stack: org.jruby.internal.runtime.methods.CompiledIRMethod int
         5: putfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
         6: .line 41
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.method:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getStaticScope:()Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.parser.StaticScope.determineModule:()Lorg/jruby/RubyModule;
            pop
         7: .line 43
            getstatic org.jruby.internal.runtime.methods.CompiledIRMethod.$assertionsDisabled:Z
            ifne 8
            aload 4 /* method */
            invokevirtual org.jruby.ir.IRScope.hasExplicitCallProtocol:()Z
            ifne 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 45
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* variable */
            invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.setHandle:(Ljava/lang/Object;)V
         9: .line 47
            aload 4 /* method */
            aload 0 /* this */
            putfield org.jruby.ir.IRScope.compilable:Lorg/jruby/compiler/Compilable;
        10: .line 48
            return
        end local 6 // org.jruby.RubyModule implementationClass
        end local 5 // org.jruby.runtime.Visibility visibility
        end local 4 // org.jruby.ir.IRScope method
        end local 3 // int specificArity
        end local 2 // java.lang.invoke.MethodHandle specific
        end local 1 // java.lang.invoke.MethodHandle variable
        end local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   11     0                 this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0   11     1             variable  Ljava/lang/invoke/MethodHandle;
            0   11     2             specific  Ljava/lang/invoke/MethodHandle;
            0   11     3        specificArity  I
            0   11     4               method  Lorg/jruby/ir/IRScope;
            0   11     5           visibility  Lorg/jruby/runtime/Visibility;
            0   11     6  implementationClass  Lorg/jruby/RubyModule;
    MethodParameters:
                     Name  Flags
      variable             
      specific             
      specificArity        
      method               
      visibility           
      implementationClass  

  public java.lang.invoke.MethodHandle getHandleFor(int);
    descriptor: (I)Ljava/lang/invoke/MethodHandle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
        start local 1 // int arity
         0: .line 51
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
            iconst_m1
            if_icmpeq 2
            iload 1 /* arity */
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
            if_icmpne 2
         1: .line 52
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
            areturn
         2: .line 55
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int arity
        end local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    3     1  arity  I
    MethodParameters:
       Name  Flags
      arity  

  public void setVariable(java.lang.invoke.MethodHandle);
    descriptor: (Ljava/lang/invoke/MethodHandle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
        start local 1 // java.lang.invoke.MethodHandle variable
         0: .line 59
            aload 0 /* this */
            aload 1 /* variable */
            putfield org.jruby.internal.runtime.methods.CompiledIRMethod.variable:Ljava/lang/invoke/MethodHandle;
         1: .line 60
            return
        end local 1 // java.lang.invoke.MethodHandle variable
        end local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    2     1  variable  Ljava/lang/invoke/MethodHandle;
    MethodParameters:
          Name  Flags
      variable  

  public void setSpecific(java.lang.invoke.MethodHandle);
    descriptor: (Ljava/lang/invoke/MethodHandle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
        start local 1 // java.lang.invoke.MethodHandle specific
         0: .line 63
            aload 0 /* this */
            aload 1 /* specific */
            putfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
         1: .line 64
            return
        end local 1 // java.lang.invoke.MethodHandle specific
        end local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    2     1  specific  Ljava/lang/invoke/MethodHandle;
    MethodParameters:
          Name  Flags
      specific  

  public org.jruby.runtime.ArgumentDescriptor[] getArgumentDescriptors();
    descriptor: ()[Lorg/jruby/runtime/ArgumentDescriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
         0: .line 68
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.method:Lorg/jruby/ir/IRScope;
            checkcast org.jruby.ir.IRMethod
            invokevirtual org.jruby.ir.IRMethod.getArgumentDescriptors:()[Lorg/jruby/runtime/ArgumentDescriptor;
            areturn
        end local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;

  public void completeBuild(org.jruby.internal.runtime.methods.DynamicMethod);
    descriptor: (Lorg/jruby/internal/runtime/methods/DynamicMethod;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
        start local 1 // org.jruby.internal.runtime.methods.DynamicMethod buildResult
         0: .line 74
            return
        end local 1 // org.jruby.internal.runtime.methods.DynamicMethod buildResult
        end local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    1     1  buildResult  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
             Name  Flags
      buildResult  

  protected void printMethodIR();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
         0: .line 79
            return
        end local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;

  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=8, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod 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 84
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.variable:Ljava/lang/invoke/MethodHandle;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
            aload 2 /* self */
            aload 5 /* args */
            aload 6 /* block */
            aload 3 /* clazz */
            aload 4 /* name */
            invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
         1: areturn
         2: .line 86
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7 /* t */
        start local 7 // java.lang.Throwable t
         3: .line 87
            aload 7 /* t */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
         4: .line 88
            aconst_null
            areturn
        end local 7 // java.lang.Throwable t
        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.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3    clazz  Lorg/jruby/RubyModule;
            0    5     4     name  Ljava/lang/String;
            0    5     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     6    block  Lorg/jruby/runtime/Block;
            3    5     7        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    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.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=7, args_size=6
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod 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 94
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
            ifeq 1
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            aload 5 /* block */
            invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.call:(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;
            areturn
         1: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
            aload 2 /* self */
            aload 5 /* block */
            aload 3 /* clazz */
            aload 4 /* name */
            invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
         2: areturn
         3: .line 99
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6 /* t */
        start local 6 // java.lang.Throwable t
         4: .line 100
            aload 6 /* t */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
         5: .line 101
            aconst_null
            areturn
        end local 6 // java.lang.Throwable t
        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.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3    clazz  Lorg/jruby/RubyModule;
            0    6     4     name  Ljava/lang/String;
            0    6     5    block  Lorg/jruby/runtime/Block;
            4    6     6        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    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, 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=9, locals=8, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod 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 107
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
            iconst_1
            if_icmpeq 1
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            iconst_1
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* arg0 */
            aastore
            aload 6 /* block */
            invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.call:(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;
            areturn
         1: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
            aload 2 /* self */
            aload 5 /* arg0 */
            aload 6 /* block */
            aload 3 /* clazz */
            aload 4 /* name */
            invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
         2: areturn
         3: .line 112
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7 /* t */
        start local 7 // java.lang.Throwable t
         4: .line 113
            aload 7 /* t */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
         5: .line 114
            aconst_null
            areturn
        end local 7 // java.lang.Throwable t
        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.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3    clazz  Lorg/jruby/RubyModule;
            0    6     4     name  Ljava/lang/String;
            0    6     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6    block  Lorg/jruby/runtime/Block;
            4    6     7        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    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, 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=9, args_size=8
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod 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 120
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
            iconst_2
            if_icmpeq 1
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* arg0 */
            aastore
            dup
            iconst_1
            aload 6 /* arg1 */
            aastore
            aload 7 /* block */
            invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.call:(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;
            areturn
         1: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
            aload 2 /* self */
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* block */
            aload 3 /* clazz */
            aload 4 /* name */
            invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
         2: areturn
         3: .line 125
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8 /* t */
        start local 8 // java.lang.Throwable t
         4: .line 126
            aload 8 /* t */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
         5: .line 127
            aconst_null
            areturn
        end local 8 // java.lang.Throwable t
        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.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3    clazz  Lorg/jruby/RubyModule;
            0    6     4     name  Ljava/lang/String;
            0    6     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     7    block  Lorg/jruby/runtime/Block;
            4    6     8        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    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, 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=10, args_size=9
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod 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 133
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
            iconst_3
            if_icmpeq 1
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            iconst_3
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* arg0 */
            aastore
            dup
            iconst_1
            aload 6 /* arg1 */
            aastore
            dup
            iconst_2
            aload 7 /* arg2 */
            aastore
            aload 8 /* block */
            invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.call:(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;
            areturn
         1: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
            aload 2 /* self */
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 8 /* block */
            aload 3 /* clazz */
            aload 4 /* name */
            invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
         2: areturn
         3: .line 138
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9 /* t */
        start local 9 // java.lang.Throwable t
         4: .line 139
            aload 9 /* t */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
         5: .line 140
            aconst_null
            areturn
        end local 9 // java.lang.Throwable t
        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.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3    clazz  Lorg/jruby/RubyModule;
            0    6     4     name  Ljava/lang/String;
            0    6     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     7     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     8    block  Lorg/jruby/runtime/Block;
            4    6     9        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    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[]);
    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=7, args_size=6
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod 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 147
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.variable:Ljava/lang/invoke/MethodHandle;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
            aload 2 /* self */
            aload 5 /* args */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            aload 3 /* clazz */
            aload 4 /* name */
            invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
         1: areturn
         2: .line 149
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6 /* t */
        start local 6 // java.lang.Throwable t
         3: .line 150
            aload 6 /* t */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
         4: .line 151
            aconst_null
            areturn
        end local 6 // java.lang.Throwable t
        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.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3    clazz  Lorg/jruby/RubyModule;
            0    5     4     name  Ljava/lang/String;
            0    5     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            3    5     6        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     

  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=6, args_size=5
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod 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 157
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
            ifeq 1
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.call:(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;
            areturn
         1: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
            aload 2 /* self */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            aload 3 /* clazz */
            aload 4 /* name */
            invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
         2: areturn
         3: .line 162
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5 /* t */
        start local 5 // java.lang.Throwable t
         4: .line 163
            aload 5 /* t */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
         5: .line 164
            aconst_null
            areturn
        end local 5 // java.lang.Throwable t
        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.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3    clazz  Lorg/jruby/RubyModule;
            0    6     4     name  Ljava/lang/String;
            4    6     5        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     

  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=9, locals=7, args_size=6
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod 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 170
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
            iconst_1
            if_icmpeq 1
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            iconst_1
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* arg0 */
            aastore
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.call:(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;
            areturn
         1: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
            aload 2 /* self */
            aload 5 /* arg0 */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            aload 3 /* clazz */
            aload 4 /* name */
            invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
         2: areturn
         3: .line 175
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6 /* t */
        start local 6 // java.lang.Throwable t
         4: .line 176
            aload 6 /* t */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
         5: .line 177
            aconst_null
            areturn
        end local 6 // java.lang.Throwable t
        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.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3    clazz  Lorg/jruby/RubyModule;
            0    6     4     name  Ljava/lang/String;
            0    6     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            4    6     6        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     

  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=8, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod 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 183
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
            iconst_2
            if_icmpeq 1
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* arg0 */
            aastore
            dup
            iconst_1
            aload 6 /* arg1 */
            aastore
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.call:(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;
            areturn
         1: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
            aload 2 /* self */
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            aload 3 /* clazz */
            aload 4 /* name */
            invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
         2: areturn
         3: .line 188
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7 /* t */
        start local 7 // java.lang.Throwable t
         4: .line 189
            aload 7 /* t */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
         5: .line 190
            aconst_null
            areturn
        end local 7 // java.lang.Throwable t
        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.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3    clazz  Lorg/jruby/RubyModule;
            0    6     4     name  Ljava/lang/String;
            0    6     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            4    6     7        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      arg1     

  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=9, args_size=8
        start local 0 // org.jruby.internal.runtime.methods.CompiledIRMethod 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 196
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
            iconst_3
            if_icmpeq 1
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            iconst_3
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* arg0 */
            aastore
            dup
            iconst_1
            aload 6 /* arg1 */
            aastore
            dup
            iconst_2
            aload 7 /* arg2 */
            aastore
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.call:(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;
            areturn
         1: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
            aload 2 /* self */
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            aload 3 /* clazz */
            aload 4 /* name */
            invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
         2: areturn
         3: .line 201
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8 /* t */
        start local 8 // java.lang.Throwable t
         4: .line 202
            aload 8 /* t */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
         5: .line 203
            aconst_null
            areturn
        end local 8 // java.lang.Throwable t
        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.CompiledIRMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3    clazz  Lorg/jruby/RubyModule;
            0    6     4     name  Ljava/lang/String;
            0    6     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     7     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            4    6     8        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      arg1     
      arg2     

  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.internal.runtime.methods.DynamicMethod
            invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.completeBuild:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/jruby/internal/runtime/AbstractIRMethod;Lorg/jruby/compiler/Compilable<Lorg/jruby/internal/runtime/methods/DynamicMethod;>;
SourceFile: "CompiledIRMethod.java"