public abstract class org.jruby.runtime.callsite.CachingCallSite extends org.jruby.runtime.CallSite
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.runtime.callsite.CachingCallSite
  super_class: org.jruby.runtime.CallSite
{
  protected org.jruby.runtime.callsite.CacheEntry cache;
    descriptor: Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0004) ACC_PROTECTED

  protected org.jruby.runtime.callsite.CacheEntry builtinCache;
    descriptor: Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(java.lang.String, org.jruby.runtime.CallType);
    descriptor: (Ljava/lang/String;Lorg/jruby/runtime/CallType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // java.lang.String methodName
        start local 2 // org.jruby.runtime.CallType callType
         0: .line 23
            aload 0 /* this */
            aload 1 /* methodName */
            aload 2 /* callType */
            invokespecial org.jruby.runtime.CallSite.<init>:(Ljava/lang/String;Lorg/jruby/runtime/CallType;)V
         1: .line 19
            aload 0 /* this */
            getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
            putfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
         2: .line 20
            aload 0 /* this */
            getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
            putfield org.jruby.runtime.callsite.CachingCallSite.builtinCache:Lorg/jruby/runtime/callsite/CacheEntry;
         3: .line 24
            return
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // java.lang.String methodName
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    4     1  methodName  Ljava/lang/String;
            0    4     2    callType  Lorg/jruby/runtime/CallType;
    MethodParameters:
            Name  Flags
      methodName  
      callType    

  public final org.jruby.runtime.callsite.CacheEntry getCache();
    descriptor: ()Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
         0: .line 27
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            areturn
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/callsite/CachingCallSite;

  protected org.jruby.runtime.callsite.CacheEntry setCache(org.jruby.runtime.callsite.CacheEntry, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.callsite.CacheEntry entry
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 31
            aload 0 /* this */
            aload 1 /* entry */
            dup_x1
            putfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.callsite.CacheEntry entry
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    1     1  entry  Lorg/jruby/runtime/callsite/CacheEntry;
            0    1     2   self  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      entry  
      self   

  public final boolean isOptimizable();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
         0: .line 35
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
            if_acmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/callsite/CachingCallSite;

  public final int getCachedClassIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
         0: .line 39
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 1 /* cache */
        start local 1 // org.jruby.runtime.callsite.CacheEntry cache
         1: .line 40
            aload 1 /* cache */
            getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
            if_acmpeq 3
         2: .line 41
            aload 1 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getImplementationClass:()Lorg/jruby/RubyModule;
            invokevirtual org.jruby.RubyModule.getClassIndex:()Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            ireturn
         3: .line 43
      StackMap locals: org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            getstatic org.jruby.runtime.ClassIndex.NO_INDEX:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            ireturn
        end local 1 // org.jruby.runtime.callsite.CacheEntry cache
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/callsite/CachingCallSite;
            1    4     1  cache  Lorg/jruby/runtime/callsite/CacheEntry;

  public final java.lang.String getMethodName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
         0: .line 47
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            areturn
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/callsite/CachingCallSite;

  public final long getCachedMethodSerial();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
         0: .line 51
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 1 /* cache */
        start local 1 // org.jruby.runtime.callsite.CacheEntry cache
         1: .line 52
            aload 1 /* cache */
            getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
            if_acmpeq 3
         2: .line 53
            aload 1 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getSerialNumber:()J
            lreturn
         3: .line 55
      StackMap locals: org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            ldc -1
            lreturn
        end local 1 // org.jruby.runtime.callsite.CacheEntry cache
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/callsite/CachingCallSite;
            1    4     1  cache  Lorg/jruby/runtime/callsite/CacheEntry;

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, long);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;J)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // long fixnum
         0: .line 60
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            lload 4 /* fixnum */
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // long fixnum
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4   fixnum  J
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      fixnum   

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, double);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;D)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // double flote
         0: .line 65
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            dload 4 /* flote */
            invokestatic org.jruby.RubyFloat.newFloat:(Lorg/jruby/Ruby;D)Lorg/jruby/RubyFloat;
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // double flote
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4    flote  D
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      flote    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 70
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 5 /* selfType */
        start local 5 // org.jruby.RubyClass selfType
         1: .line 72
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* cache */
        start local 6 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 73
            aload 6 /* cache */
            aload 5 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 74
            aload 6 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* args */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            areturn
         4: .line 76
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 5 /* selfType */
            aload 4 /* args */
            aload 1 /* context */
            aload 3 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.callsite.CacheEntry cache
        end local 5 // org.jruby.RubyClass selfType
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     5  selfType  Lorg/jruby/RubyClass;
            2    5     6     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      args     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.Block block
         0: .line 80
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 6 /* selfType */
        start local 6 // org.jruby.RubyClass selfType
         1: .line 82
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* cache */
        start local 7 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 83
            aload 7 /* cache */
            aload 6 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 84
            aload 7 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 7 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* args */
            aload 5 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.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
         4: .line 86
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 6 /* selfType */
            aload 5 /* block */
            aload 4 /* args */
            aload 1 /* context */
            aload 3 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.callsite.CacheEntry cache
        end local 6 // org.jruby.RubyClass selfType
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5     block  Lorg/jruby/runtime/Block;
            1    5     6  selfType  Lorg/jruby/RubyClass;
            2    5     7     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      args     
      block    

  public org.jruby.runtime.builtin.IRubyObject callIter(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.Block block
         0: .line 93
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7
         1: .line 95
            aload 5 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         2: .line 93
            aload 7
            areturn
         3: .line 94
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
         4: .line 95
            aload 5 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         5: .line 96
            aload 6
            athrow
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5    block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      args     
      block    

  public final org.jruby.runtime.builtin.IRubyObject callVarargs(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 102
            aload 4 /* args */
            arraylength
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 3
                    3: 4
              default: 5
          }
         1: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 4 /* args */
            iconst_1
            aaload
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 4 /* args */
            iconst_1
            aaload
            aload 4 /* args */
            iconst_2
            aaload
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         5: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      args     

  public final org.jruby.runtime.builtin.IRubyObject callVarargs(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.Block block
         0: .line 114
            aload 4 /* args */
            arraylength
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 3
                    3: 4
              default: 5
          }
         1: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 4 /* args */
            iconst_1
            aaload
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 4 /* args */
            iconst_1
            aaload
            aload 4 /* args */
            iconst_2
            aaload
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         5: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      args     
      block    

  public final org.jruby.runtime.builtin.IRubyObject callVarargsIter(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.Block block
         0: .line 126
            aload 4 /* args */
            arraylength
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 3
                    3: 4
              default: 5
          }
         1: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callIter:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callIter:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 4 /* args */
            iconst_1
            aaload
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callIter:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 4 /* args */
            iconst_1
            aaload
            aload 4 /* args */
            iconst_2
            aaload
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callIter:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         5: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callIter:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      args     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 137
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 4 /* selfType */
        start local 4 // org.jruby.RubyClass selfType
         1: .line 139
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* cache */
        start local 5 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 140
            aload 5 /* cache */
            aload 4 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 141
            aload 5 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 5 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 143
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 4 /* selfType */
            aload 1 /* context */
            aload 3 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.runtime.callsite.CacheEntry cache
        end local 4 // org.jruby.RubyClass selfType
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     4  selfType  Lorg/jruby/RubyClass;
            2    5     5     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.Block block
         0: .line 147
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 5 /* selfType */
        start local 5 // org.jruby.RubyClass selfType
         1: .line 149
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* cache */
        start local 6 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 150
            aload 6 /* cache */
            aload 5 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 151
            aload 6 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 153
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 5 /* selfType */
            aload 4 /* block */
            aload 1 /* context */
            aload 3 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.callsite.CacheEntry cache
        end local 5 // org.jruby.RubyClass selfType
        end local 4 // org.jruby.runtime.Block block
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4     block  Lorg/jruby/runtime/Block;
            1    5     5  selfType  Lorg/jruby/RubyClass;
            2    5     6     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      block    

  public final org.jruby.runtime.builtin.IRubyObject callIter(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.Block block
         0: .line 160
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6
         1: .line 162
            aload 4 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         2: .line 160
            aload 6
            areturn
         3: .line 161
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         4: .line 162
            aload 4 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         5: .line 163
            aload 5
            athrow
        end local 4 // org.jruby.runtime.Block block
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4    block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
         0: .line 168
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 5 /* selfType */
        start local 5 // org.jruby.RubyClass selfType
         1: .line 170
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* cache */
        start local 6 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 171
            aload 6 /* cache */
            aload 5 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 172
            aload 6 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* arg1 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            areturn
         4: .line 174
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 5 /* selfType */
            aload 1 /* context */
            aload 3 /* self */
            aload 4 /* arg1 */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.callsite.CacheEntry cache
        end local 5 // org.jruby.RubyClass selfType
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     5  selfType  Lorg/jruby/RubyClass;
            2    5     6     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.Block block
         0: .line 178
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 6 /* selfType */
        start local 6 // org.jruby.RubyClass selfType
         1: .line 180
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* cache */
        start local 7 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 181
            aload 7 /* cache */
            aload 6 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 182
            aload 7 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 7 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* arg1 */
            aload 5 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.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
         4: .line 184
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 6 /* selfType */
            aload 5 /* block */
            aload 1 /* context */
            aload 3 /* self */
            aload 4 /* arg1 */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.callsite.CacheEntry cache
        end local 6 // org.jruby.RubyClass selfType
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5     block  Lorg/jruby/runtime/Block;
            1    5     6  selfType  Lorg/jruby/RubyClass;
            2    5     7     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      block    

  public org.jruby.runtime.builtin.IRubyObject callIter(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.Block block
         0: .line 191
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* arg1 */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7
         1: .line 193
            aload 5 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         2: .line 191
            aload 7
            areturn
         3: .line 192
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
         4: .line 193
            aload 5 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         5: .line 194
            aload 6
            athrow
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5    block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, 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/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg2
         0: .line 199
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 6 /* selfType */
        start local 6 // org.jruby.RubyClass selfType
         1: .line 201
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* cache */
        start local 7 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 202
            aload 7 /* cache */
            aload 6 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 203
            aload 7 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 7 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            areturn
         4: .line 205
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 6 /* selfType */
            aload 1 /* context */
            aload 3 /* self */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.callsite.CacheEntry cache
        end local 6 // org.jruby.RubyClass selfType
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     6  selfType  Lorg/jruby/RubyClass;
            2    5     7     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      arg2     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=7
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 6 // org.jruby.runtime.Block block
         0: .line 209
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 7 /* selfType */
        start local 7 // org.jruby.RubyClass selfType
         1: .line 211
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* cache */
        start local 8 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 212
            aload 8 /* cache */
            aload 7 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 213
            aload 8 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 8 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            aload 6 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            areturn
         4: .line 215
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 7 /* selfType */
            aload 6 /* block */
            aload 1 /* context */
            aload 3 /* self */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.runtime.callsite.CacheEntry cache
        end local 7 // org.jruby.RubyClass selfType
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     6     block  Lorg/jruby/runtime/Block;
            1    5     7  selfType  Lorg/jruby/RubyClass;
            2    5     8     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      arg2     
      block    

  public final org.jruby.runtime.builtin.IRubyObject callIter(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=9, args_size=7
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 6 // org.jruby.runtime.Block block
         0: .line 222
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            aload 6 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8
         1: .line 224
            aload 6 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         2: .line 222
            aload 8
            areturn
         3: .line 223
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         4: .line 224
            aload 6 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         5: .line 225
            aload 7
            athrow
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6    block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      arg2     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, 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/runtime/builtin/IRubyObject;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=8, locals=9, args_size=7
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg3
         0: .line 230
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 7 /* selfType */
        start local 7 // org.jruby.RubyClass selfType
         1: .line 232
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* cache */
        start local 8 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 233
            aload 8 /* cache */
            aload 7 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 234
            aload 8 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 8 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            aload 6 /* arg3 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            areturn
         4: .line 236
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 7 /* selfType */
            aload 1 /* context */
            aload 3 /* self */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            aload 6 /* arg3 */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.runtime.callsite.CacheEntry cache
        end local 7 // org.jruby.RubyClass selfType
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg3
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     6      arg3  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     7  selfType  Lorg/jruby/RubyClass;
            2    5     8     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      arg2     
      arg3     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=10, args_size=8
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg3
        start local 7 // org.jruby.runtime.Block block
         0: .line 240
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 8 /* selfType */
        start local 8 // org.jruby.RubyClass selfType
         1: .line 242
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 9 /* cache */
        start local 9 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 243
            aload 9 /* cache */
            aload 8 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 244
            aload 9 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 9 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            aload 6 /* arg3 */
            aload 7 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            areturn
         4: .line 246
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 8 /* selfType */
            aload 7 /* block */
            aload 1 /* context */
            aload 3 /* self */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            aload 6 /* arg3 */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 9 // org.jruby.runtime.callsite.CacheEntry cache
        end local 8 // org.jruby.RubyClass selfType
        end local 7 // org.jruby.runtime.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg3
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     6      arg3  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     7     block  Lorg/jruby/runtime/Block;
            1    5     8  selfType  Lorg/jruby/RubyClass;
            2    5     9     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      arg2     
      arg3     
      block    

  public final org.jruby.runtime.builtin.IRubyObject callIter(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=10, args_size=8
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg3
        start local 7 // org.jruby.runtime.Block block
         0: .line 253
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            aload 6 /* arg3 */
            aload 7 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 9
         1: .line 255
            aload 7 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         2: .line 253
            aload 9
            areturn
         3: .line 254
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
         4: .line 255
            aload 7 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         5: .line 256
            aload 8
            athrow
        end local 7 // org.jruby.runtime.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg3
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6     arg3  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     7    block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      arg2     
      arg3     
      block    

  public final org.jruby.runtime.callsite.CacheEntry retrieveCache(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 260
            aload 1 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 2 /* selfType */
        start local 2 // org.jruby.RubyClass selfType
         1: .line 262
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 3 /* cache */
        start local 3 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 263
            aload 3 /* cache */
            aload 2 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 264
            aload 3 /* cache */
            areturn
         4: .line 266
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 1 /* self */
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndGet:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            areturn
        end local 3 // org.jruby.runtime.callsite.CacheEntry cache
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    5     1      self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     2  selfType  Lorg/jruby/RubyClass;
            2    5     3     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
      Name  Flags
      self  

  public final org.jruby.runtime.callsite.CacheEntry retrieveCache(org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;)Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.RubyClass selfType
         0: .line 272
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 2 /* cache */
        start local 2 // org.jruby.runtime.callsite.CacheEntry cache
         1: .line 273
            aload 2 /* cache */
            aload 1 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 3
         2: .line 274
            aload 2 /* cache */
            areturn
         3: .line 276
      StackMap locals: org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 1 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndGet:(Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            areturn
        end local 2 // org.jruby.runtime.callsite.CacheEntry cache
        end local 1 // org.jruby.RubyClass selfType
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    4     1  selfType  Lorg/jruby/RubyClass;
            1    4     2     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      selfType  

  public final org.jruby.runtime.callsite.CacheEntry retrieveCache(org.jruby.RubyClass, java.lang.String);
    descriptor: (Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.RubyClass selfType
        start local 2 // java.lang.String methodName
         0: .line 282
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 3 /* cache */
        start local 3 // org.jruby.runtime.callsite.CacheEntry cache
         1: .line 283
            aload 3 /* cache */
            aload 1 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 3
         2: .line 284
            aload 3 /* cache */
            areturn
         3: .line 286
      StackMap locals: org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 1 /* selfType */
            aload 2 /* methodName */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndGet:(Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            areturn
        end local 3 // org.jruby.runtime.callsite.CacheEntry cache
        end local 2 // java.lang.String methodName
        end local 1 // org.jruby.RubyClass selfType
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    4     1    selfType  Lorg/jruby/RubyClass;
            0    4     2  methodName  Ljava/lang/String;
            1    4     3       cache  Lorg/jruby/runtime/callsite/CacheEntry;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      selfType    
      methodName  

  public boolean isBuiltin(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 290
            aload 1 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 2 /* selfType */
        start local 2 // org.jruby.RubyClass selfType
         1: .line 292
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.builtinCache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 3 /* cache */
        start local 3 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 293
            aload 3 /* cache */
            aload 2 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 294
            iconst_1
            ireturn
         4: .line 296
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 1 /* self */
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndGet:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ireturn
        end local 3 // org.jruby.runtime.callsite.CacheEntry cache
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    5     1      self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     2  selfType  Lorg/jruby/RubyClass;
            2    5     3     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
      Name  Flags
      self  

  public final boolean isBuiltin(org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.RubyClass selfType
         0: .line 301
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 2 /* cache */
        start local 2 // org.jruby.runtime.callsite.CacheEntry cache
         1: .line 302
            aload 2 /* cache */
            aload 1 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 3
         2: .line 303
            aload 2 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ireturn
         3: .line 305
      StackMap locals: org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 1 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.cacheAndGet:(Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ireturn
        end local 2 // org.jruby.runtime.callsite.CacheEntry cache
        end local 1 // org.jruby.RubyClass selfType
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    4     1  selfType  Lorg/jruby/RubyClass;
            1    4     2     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      selfType  

  private org.jruby.runtime.callsite.CacheEntry cacheAndGet(org.jruby.RubyClass, java.lang.String);
    descriptor: (Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.RubyClass selfType
        start local 2 // java.lang.String methodName
         0: .line 310
            aload 1 /* selfType */
            aload 2 /* methodName */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 3 /* entry */
        start local 3 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 311
            aload 3 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 4
         2: .line 312
            aload 0 /* this */
            aload 3 /* entry */
            putfield org.jruby.runtime.callsite.CachingCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
         3: .line 313
            aload 3 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ifeq 4
            aload 0 /* this */
            aload 3 /* entry */
            putfield org.jruby.runtime.callsite.CachingCallSite.builtinCache:Lorg/jruby/runtime/callsite/CacheEntry;
         4: .line 315
      StackMap locals: org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 3 /* entry */
            areturn
        end local 3 // org.jruby.runtime.callsite.CacheEntry entry
        end local 2 // java.lang.String methodName
        end local 1 // org.jruby.RubyClass selfType
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    5     1    selfType  Lorg/jruby/RubyClass;
            0    5     2  methodName  Ljava/lang/String;
            1    5     3       entry  Lorg/jruby/runtime/callsite/CacheEntry;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      selfType    
      methodName  

  private org.jruby.runtime.callsite.CacheEntry cacheAndGet(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // java.lang.String methodName
         0: .line 319
            aload 2 /* selfType */
            aload 3 /* methodName */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 4 /* entry */
        start local 4 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 320
            aload 4 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 2
            aload 0 /* this */
            aload 4 /* entry */
            aload 1 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.setCache:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 4 /* entry */
         2: .line 321
      StackMap locals: org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 4 /* entry */
            areturn
        end local 4 // org.jruby.runtime.callsite.CacheEntry entry
        end local 3 // java.lang.String methodName
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    3     1        self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2    selfType  Lorg/jruby/RubyClass;
            0    3     3  methodName  Ljava/lang/String;
            1    3     4       entry  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
            Name  Flags
      self        
      selfType    
      methodName  

  private org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=9, args_size=7
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.Block block
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.ThreadContext context
        start local 6 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 326
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 327
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 8 /* method */
        start local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 328
            aload 0 /* this */
            aload 8 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 4
         3: .line 329
            aload 0 /* this */
            aload 5 /* context */
            aload 6 /* self */
            aload 2 /* selfType */
            aload 8 /* method */
            aload 4 /* args */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 331
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            aload 7 /* entry */
            aload 6 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.setCache:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
         5: .line 332
            aload 8 /* method */
            aload 5 /* context */
            aload 6 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* args */
            aload 3 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.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
        end local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 7 // org.jruby.runtime.callsite.CacheEntry entry
        end local 6 // org.jruby.runtime.builtin.IRubyObject self
        end local 5 // org.jruby.runtime.ThreadContext context
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     2  selfType  Lorg/jruby/RubyClass;
            0    6     3     block  Lorg/jruby/runtime/Block;
            0    6     4      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5   context  Lorg/jruby/runtime/ThreadContext;
            0    6     6      self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      block     
      args      
      context   
      self      

  private org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 4 // org.jruby.runtime.ThreadContext context
        start local 5 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 337
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 338
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 7 /* method */
        start local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 339
            aload 0 /* this */
            aload 7 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 4
         3: .line 340
            aload 0 /* this */
            aload 4 /* context */
            aload 5 /* self */
            aload 2 /* selfType */
            aload 7 /* method */
            aload 3 /* args */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 342
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            aload 6 /* entry */
            aload 5 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.setCache:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
         5: .line 343
            aload 7 /* method */
            aload 4 /* context */
            aload 5 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 3 /* args */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            areturn
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        end local 5 // org.jruby.runtime.builtin.IRubyObject self
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     2  selfType  Lorg/jruby/RubyClass;
            0    6     3      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4   context  Lorg/jruby/runtime/ThreadContext;
            0    6     5      self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     6     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     7    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      args      
      context   
      self      

  private org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.ThreadContext context
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 348
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* entry */
        start local 5 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 349
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 6 /* method */
        start local 6 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 350
            aload 0 /* this */
            aload 6 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 4
         3: .line 351
            aload 0 /* this */
            aload 3 /* context */
            aload 4 /* self */
            aload 2 /* selfType */
            aload 6 /* method */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 353
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            aload 5 /* entry */
            aload 4 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.setCache:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* entry */
         5: .line 354
            aload 6 /* method */
            aload 3 /* context */
            aload 4 /* self */
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 5 // org.jruby.runtime.callsite.CacheEntry entry
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.ThreadContext context
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     2  selfType  Lorg/jruby/RubyClass;
            0    6     3   context  Lorg/jruby/runtime/ThreadContext;
            0    6     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     5     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     6    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      context   
      self      

  private org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.Block block
        start local 4 // org.jruby.runtime.ThreadContext context
        start local 5 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 359
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 360
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 7 /* method */
        start local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 361
            aload 0 /* this */
            aload 7 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 4
         3: .line 362
            aload 0 /* this */
            aload 4 /* context */
            aload 5 /* self */
            aload 2 /* selfType */
            aload 7 /* method */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 364
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            aload 6 /* entry */
            aload 5 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.setCache:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
         5: .line 365
            aload 7 /* method */
            aload 4 /* context */
            aload 5 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 3 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        end local 5 // org.jruby.runtime.builtin.IRubyObject self
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     2  selfType  Lorg/jruby/RubyClass;
            0    6     3     block  Lorg/jruby/runtime/Block;
            0    6     4   context  Lorg/jruby/runtime/ThreadContext;
            0    6     5      self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     6     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     7    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      block     
      context   
      self      

  protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.ThreadContext context
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 369
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 370
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 7 /* method */
        start local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 371
            aload 0 /* this */
            aload 7 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 4
         3: .line 372
            aload 0 /* this */
            aload 3 /* context */
            aload 4 /* self */
            aload 2 /* selfType */
            aload 7 /* method */
            aload 5 /* arg */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 374
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            aload 6 /* entry */
            aload 4 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.setCache:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
         5: .line 375
            aload 7 /* method */
            aload 3 /* context */
            aload 4 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 5 /* arg */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            areturn
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.ThreadContext context
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     2  selfType  Lorg/jruby/RubyClass;
            0    6     3   context  Lorg/jruby/runtime/ThreadContext;
            0    6     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5       arg  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     6     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     7    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      context   
      self      
      arg       

  private org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=9, args_size=7
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.Block block
        start local 4 // org.jruby.runtime.ThreadContext context
        start local 5 // org.jruby.runtime.builtin.IRubyObject self
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 380
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 381
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 8 /* method */
        start local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 382
            aload 0 /* this */
            aload 8 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 4
         3: .line 383
            aload 0 /* this */
            aload 4 /* context */
            aload 5 /* self */
            aload 2 /* selfType */
            aload 8 /* method */
            aload 6 /* arg */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 385
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            aload 7 /* entry */
            aload 5 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.setCache:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
         5: .line 386
            aload 8 /* method */
            aload 4 /* context */
            aload 5 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 6 /* arg */
            aload 3 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.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
        end local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 7 // org.jruby.runtime.callsite.CacheEntry entry
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg
        end local 5 // org.jruby.runtime.builtin.IRubyObject self
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     2  selfType  Lorg/jruby/RubyClass;
            0    6     3     block  Lorg/jruby/runtime/Block;
            0    6     4   context  Lorg/jruby/runtime/ThreadContext;
            0    6     5      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6       arg  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      block     
      context   
      self      
      arg       

  protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=9, args_size=7
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.ThreadContext context
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg2
         0: .line 390
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 391
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 8 /* method */
        start local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 392
            aload 0 /* this */
            aload 8 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 4
         3: .line 393
            aload 0 /* this */
            aload 3 /* context */
            aload 4 /* self */
            aload 2 /* selfType */
            aload 8 /* method */
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 395
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            aload 7 /* entry */
            aload 4 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.setCache:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
         5: .line 396
            aload 8 /* method */
            aload 3 /* context */
            aload 4 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            areturn
        end local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 7 // org.jruby.runtime.callsite.CacheEntry entry
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.ThreadContext context
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     2  selfType  Lorg/jruby/RubyClass;
            0    6     3   context  Lorg/jruby/runtime/ThreadContext;
            0    6     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      context   
      self      
      arg1      
      arg2      

  private org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=10, args_size=8
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.Block block
        start local 4 // org.jruby.runtime.ThreadContext context
        start local 5 // org.jruby.runtime.builtin.IRubyObject self
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg2
         0: .line 401
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 402
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 9 /* method */
        start local 9 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 403
            aload 0 /* this */
            aload 9 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 4
         3: .line 404
            aload 0 /* this */
            aload 4 /* context */
            aload 5 /* self */
            aload 2 /* selfType */
            aload 9 /* method */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 406
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            aload 8 /* entry */
            aload 5 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.setCache:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* entry */
         5: .line 407
            aload 9 /* method */
            aload 4 /* context */
            aload 5 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 3 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            areturn
        end local 9 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 8 // org.jruby.runtime.callsite.CacheEntry entry
        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 self
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     2  selfType  Lorg/jruby/RubyClass;
            0    6     3     block  Lorg/jruby/runtime/Block;
            0    6     4   context  Lorg/jruby/runtime/ThreadContext;
            0    6     5      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     7      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     8     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     9    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      block     
      context   
      self      
      arg1      
      arg2      

  private org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=10, args_size=8
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.ThreadContext context
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg3
         0: .line 412
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 413
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 9 /* method */
        start local 9 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 414
            aload 0 /* this */
            aload 9 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 4
         3: .line 415
            aload 0 /* this */
            aload 3 /* context */
            aload 4 /* self */
            aload 2 /* selfType */
            aload 9 /* method */
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            aload 7 /* arg3 */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 417
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            aload 8 /* entry */
            aload 4 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.setCache:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* entry */
         5: .line 418
            aload 9 /* method */
            aload 3 /* context */
            aload 4 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            aload 7 /* arg3 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            areturn
        end local 9 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 8 // org.jruby.runtime.callsite.CacheEntry entry
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg3
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.ThreadContext context
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     2  selfType  Lorg/jruby/RubyClass;
            0    6     3   context  Lorg/jruby/runtime/ThreadContext;
            0    6     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     7      arg3  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     8     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     9    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      context   
      self      
      arg1      
      arg2      
      arg3      

  private org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=11, args_size=9
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.Block block
        start local 4 // org.jruby.runtime.ThreadContext context
        start local 5 // org.jruby.runtime.builtin.IRubyObject self
        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
         0: .line 423
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 9 /* entry */
        start local 9 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 424
            aload 9 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 10 /* method */
        start local 10 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 425
            aload 0 /* this */
            aload 10 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 4
         3: .line 426
            aload 0 /* this */
            aload 4 /* context */
            aload 5 /* self */
            aload 2 /* selfType */
            aload 10 /* method */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 8 /* arg3 */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;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
         4: .line 428
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            aload 9 /* entry */
            aload 5 /* self */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.setCache:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 9 /* entry */
         5: .line 429
            aload 10 /* method */
            aload 4 /* context */
            aload 5 /* self */
            aload 9 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 8 /* arg3 */
            aload 3 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            areturn
        end local 10 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 9 // org.jruby.runtime.callsite.CacheEntry entry
        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 // org.jruby.runtime.builtin.IRubyObject self
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    6     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     2  selfType  Lorg/jruby/RubyClass;
            0    6     3     block  Lorg/jruby/runtime/Block;
            0    6     4   context  Lorg/jruby/runtime/ThreadContext;
            0    6     5      self  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      arg3  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     9     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6    10    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      block     
      context   
      self      
      arg1      
      arg2      
      arg3      

  protected final org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 434
            aload 1 /* context */
            aload 3 /* selfType */
            aload 4 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.callType:Lorg/jruby/runtime/CallType;
            invokestatic org.jruby.runtime.Helpers.selectMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 5 /* args */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.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
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     5      args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      method    
      args      

  protected final org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.internal.runtime.methods.DynamicMethod);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
         0: .line 439
            aload 1 /* context */
            aload 3 /* selfType */
            aload 4 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.callType:Lorg/jruby/runtime/CallType;
            invokestatic org.jruby.runtime.Helpers.selectMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      method    

  protected final org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 5 // org.jruby.runtime.Block block
         0: .line 444
            aload 1 /* context */
            aload 3 /* selfType */
            aload 4 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.callType:Lorg/jruby/runtime/CallType;
            invokestatic org.jruby.runtime.Helpers.selectMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 5 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     5     block  Lorg/jruby/runtime/Block;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      method    
      block     

  protected final org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 449
            aload 1 /* context */
            aload 3 /* selfType */
            aload 4 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.callType:Lorg/jruby/runtime/CallType;
            invokestatic org.jruby.runtime.Helpers.selectMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 5 /* arg */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.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
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg
        end local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     5       arg  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      method    
      arg       

  protected final org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.Block block
         0: .line 454
            aload 1 /* context */
            aload 3 /* selfType */
            aload 4 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.callType:Lorg/jruby/runtime/CallType;
            invokestatic org.jruby.runtime.Helpers.selectMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 5 /* args */
            aload 6 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.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
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     5      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6     block  Lorg/jruby/runtime/Block;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      method    
      args      
      block     

  protected final org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.Block block
         0: .line 459
            aload 1 /* context */
            aload 3 /* selfType */
            aload 4 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.callType:Lorg/jruby/runtime/CallType;
            invokestatic org.jruby.runtime.Helpers.selectMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 5 /* arg0 */
            aload 6 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.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
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     5      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6     block  Lorg/jruby/runtime/Block;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      method    
      arg0      
      block     

  protected final org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
         0: .line 464
            aload 1 /* context */
            aload 3 /* selfType */
            aload 4 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.callType:Lorg/jruby/runtime/CallType;
            invokestatic org.jruby.runtime.Helpers.selectMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            areturn
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     5      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      method    
      arg0      
      arg1      

  protected final org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.internal.runtime.methods.DynamicMethod, 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/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        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 469
            aload 1 /* context */
            aload 3 /* selfType */
            aload 4 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.callType:Lorg/jruby/runtime/CallType;
            invokestatic org.jruby.runtime.Helpers.selectMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            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 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     5      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     7     block  Lorg/jruby/runtime/Block;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      method    
      arg0      
      arg1      
      block     

  protected final org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.internal.runtime.methods.DynamicMethod, 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/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=9, locals=8, args_size=8
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        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 474
            aload 1 /* context */
            aload 3 /* selfType */
            aload 4 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.callType:Lorg/jruby/runtime/CallType;
            invokestatic org.jruby.runtime.Helpers.selectMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            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.DynamicMethod.call:(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;
            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 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     5      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     7      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      method    
      arg0      
      arg1      
      arg2      

  protected final org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.internal.runtime.methods.DynamicMethod, 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/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;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: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        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 479
            aload 1 /* context */
            aload 3 /* selfType */
            aload 4 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.callType:Lorg/jruby/runtime/CallType;
            invokestatic org.jruby.runtime.Helpers.selectMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 2 /* self */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getMetaClass:()Lorg/jruby/RubyClass;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 8 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            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 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     5      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     7      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     8     block  Lorg/jruby/runtime/Block;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      method    
      arg0      
      arg1      
      arg2      
      block     

  protected boolean methodMissing(org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.callsite.CachingCallSite this
        start local 1 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
         0: .line 483
            aload 1 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 2
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.methodName:Ljava/lang/String;
            ldc "method_missing"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 1
            aload 1 /* method */
            aload 2 /* caller */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.CachingCallSite.callType:Lorg/jruby/runtime/CallType;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isCallableFrom:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 0 // org.jruby.runtime.callsite.CachingCallSite this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/runtime/callsite/CachingCallSite;
            0    3     1  method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    3     2  caller  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
        Name  Flags
      method  
      caller  

  protected static org.jruby.RubyClass getClass(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 488
            aload 0 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            areturn
        end local 0 // org.jruby.runtime.builtin.IRubyObject self
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  self  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      self  
}
SourceFile: "CachingCallSite.java"