public class org.jruby.runtime.callsite.RefinedCachingCallSite extends org.jruby.runtime.callsite.CachingCallSite
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.callsite.RefinedCachingCallSite
  super_class: org.jruby.runtime.callsite.CachingCallSite
{
  private final org.jruby.parser.StaticScope scope;
    descriptor: Lorg/jruby/parser/StaticScope;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, org.jruby.parser.StaticScope, org.jruby.runtime.CallType);
    descriptor: (Ljava/lang/String;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/CallType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite this
        start local 1 // java.lang.String methodName
        start local 2 // org.jruby.parser.StaticScope scope
        start local 3 // org.jruby.runtime.CallType callType
         0: .line 16
            aload 0 /* this */
            aload 1 /* methodName */
            aload 3 /* callType */
            invokespecial org.jruby.runtime.callsite.CachingCallSite.<init>:(Ljava/lang/String;Lorg/jruby/runtime/CallType;)V
         1: .line 18
            aload 0 /* this */
            aload 2 /* scope */
            putfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
         2: .line 19
            return
        end local 3 // org.jruby.runtime.CallType callType
        end local 2 // org.jruby.parser.StaticScope scope
        end local 1 // java.lang.String methodName
        end local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
            0    3     1  methodName  Ljava/lang/String;
            0    3     2       scope  Lorg/jruby/parser/StaticScope;
            0    3     3    callType  Lorg/jruby/runtime/CallType;
    MethodParameters:
            Name  Flags
      methodName  
      scope       
      callType    

  public void <init>(java.lang.String, org.jruby.ir.IRScope, org.jruby.runtime.CallType);
    descriptor: (Ljava/lang/String;Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/CallType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite this
        start local 1 // java.lang.String methodName
        start local 2 // org.jruby.ir.IRScope scope
        start local 3 // org.jruby.runtime.CallType callType
         0: .line 22
            aload 0 /* this */
            aload 1 /* methodName */
            aload 2 /* scope */
            invokevirtual org.jruby.ir.IRScope.getStaticScope:()Lorg/jruby/parser/StaticScope;
            aload 3 /* callType */
            invokespecial org.jruby.runtime.callsite.RefinedCachingCallSite.<init>:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/CallType;)V
         1: .line 23
            return
        end local 3 // org.jruby.runtime.CallType callType
        end local 2 // org.jruby.ir.IRScope scope
        end local 1 // java.lang.String methodName
        end local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
            0    2     1  methodName  Ljava/lang/String;
            0    2     2       scope  Lorg/jruby/ir/IRScope;
            0    2     3    callType  Lorg/jruby/runtime/CallType;
    MethodParameters:
            Name  Flags
      methodName  
      scope       
      callType    

  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=8, args_size=5
        start local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite 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 27
            aload 3 /* self */
            invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 5 /* selfType */
        start local 5 // org.jruby.RubyClass selfType
         1: .line 28
            aload 5 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 29
            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
         3: .line 31
            aload 0 /* this */
            aload 7 /* method */
            aload 2 /* caller */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 5
         4: .line 32
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* self */
            aload 5 /* selfType */
            aload 7 /* method */
            aload 4 /* args */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.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
         5: .line 35
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 7 /* method */
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.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
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        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.RefinedCachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
            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;
            1    6     5  selfType  Lorg/jruby/RubyClass;
            2    6     6     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6     7    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    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=9, args_size=6
        start local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite 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 39
            aload 3 /* self */
            invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 6 /* selfType */
        start local 6 // org.jruby.RubyClass selfType
         1: .line 40
            aload 6 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 41
            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
         3: .line 43
            aload 0 /* this */
            aload 8 /* method */
            aload 2 /* caller */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 5
         4: .line 44
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* selfType */
            aload 8 /* method */
            aload 4 /* args */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.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
         5: .line 47
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 8 /* method */
            aload 1 /* context */
            aload 3 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.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
        end local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 7 // org.jruby.runtime.callsite.CacheEntry entry
        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.RefinedCachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
            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;
            1    6     6  selfType  Lorg/jruby/RubyClass;
            2    6     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    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=7, args_size=4
        start local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite 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 51
            aload 3 /* self */
            invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 4 /* selfType */
        start local 4 // org.jruby.RubyClass selfType
         1: .line 52
            aload 4 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* entry */
        start local 5 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 53
            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
         3: .line 55
            aload 0 /* this */
            aload 6 /* method */
            aload 2 /* caller */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 5
         4: .line 56
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* self */
            aload 4 /* selfType */
            aload 6 /* method */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.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
         5: .line 59
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 6 /* method */
            aload 1 /* context */
            aload 3 /* self */
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.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.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.RefinedCachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
            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;
            1    6     4  selfType  Lorg/jruby/RubyClass;
            2    6     5     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6     6    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    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=8, args_size=5
        start local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite 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 63
            aload 3 /* self */
            invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 5 /* selfType */
        start local 5 // org.jruby.RubyClass selfType
         1: .line 64
            aload 5 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 65
            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
         3: .line 67
            aload 0 /* this */
            aload 7 /* method */
            aload 2 /* caller */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 5
         4: .line 68
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* self */
            aload 5 /* selfType */
            aload 7 /* method */
            aload 4 /* block */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.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
         5: .line 71
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 7 /* method */
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.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
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        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.RefinedCachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
            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;
            1    6     5  selfType  Lorg/jruby/RubyClass;
            2    6     6     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6     7    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    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=8, args_size=5
        start local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite 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 arg0
         0: .line 75
            aload 3 /* self */
            invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 5 /* selfType */
        start local 5 // org.jruby.RubyClass selfType
         1: .line 76
            aload 5 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 77
            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
         3: .line 79
            aload 0 /* this */
            aload 7 /* method */
            aload 2 /* caller */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 5
         4: .line 80
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* self */
            aload 5 /* selfType */
            aload 7 /* method */
            aload 4 /* arg0 */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.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
         5: .line 83
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 7 /* method */
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* arg0 */
            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.RubyClass selfType
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        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.RefinedCachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
            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      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     5  selfType  Lorg/jruby/RubyClass;
            2    6     6     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6     7    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg0     

  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=9, args_size=6
        start local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite 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 arg0
        start local 5 // org.jruby.runtime.Block block
         0: .line 87
            aload 3 /* self */
            invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 6 /* selfType */
        start local 6 // org.jruby.RubyClass selfType
         1: .line 88
            aload 6 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 89
            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
         3: .line 91
            aload 0 /* this */
            aload 8 /* method */
            aload 2 /* caller */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 5
         4: .line 92
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* selfType */
            aload 8 /* method */
            aload 4 /* arg0 */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.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
         5: .line 95
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 8 /* method */
            aload 1 /* context */
            aload 3 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* arg0 */
            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
        end local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 7 // org.jruby.runtime.callsite.CacheEntry entry
        end local 6 // org.jruby.RubyClass selfType
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        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.RefinedCachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
            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      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5     block  Lorg/jruby/runtime/Block;
            1    6     6  selfType  Lorg/jruby/RubyClass;
            2    6     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg0     
      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=9, args_size=6
        start local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite 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 arg0
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
         0: .line 99
            aload 3 /* self */
            invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 6 /* selfType */
        start local 6 // org.jruby.RubyClass selfType
         1: .line 100
            aload 6 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 101
            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
         3: .line 103
            aload 0 /* this */
            aload 8 /* method */
            aload 2 /* caller */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 5
         4: .line 104
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* selfType */
            aload 8 /* method */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.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
         5: .line 107
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 8 /* method */
            aload 1 /* context */
            aload 3 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* arg0 */
            aload 5 /* 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;)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.RubyClass selfType
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        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.RefinedCachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
            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      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     6  selfType  Lorg/jruby/RubyClass;
            2    6     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg0     
      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.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=10, args_size=7
        start local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite 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 arg0
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 6 // org.jruby.runtime.Block block
         0: .line 111
            aload 3 /* self */
            invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 7 /* selfType */
        start local 7 // org.jruby.RubyClass selfType
         1: .line 112
            aload 7 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 113
            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
         3: .line 115
            aload 0 /* this */
            aload 9 /* method */
            aload 2 /* caller */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 5
         4: .line 116
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* self */
            aload 7 /* selfType */
            aload 9 /* method */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            aload 6 /* block */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.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
         5: .line 119
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 9 /* method */
            aload 1 /* context */
            aload 3 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            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
        end local 9 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 8 // org.jruby.runtime.callsite.CacheEntry entry
        end local 7 // org.jruby.RubyClass selfType
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        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.RefinedCachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
            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      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6     block  Lorg/jruby/runtime/Block;
            1    6     7  selfType  Lorg/jruby/RubyClass;
            2    6     8     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6     9    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg0     
      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, 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=10, args_size=7
        start local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite 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 arg0
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg2
         0: .line 123
            aload 3 /* self */
            invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 7 /* selfType */
        start local 7 // org.jruby.RubyClass selfType
         1: .line 124
            aload 7 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 125
            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
         3: .line 127
            aload 0 /* this */
            aload 9 /* method */
            aload 2 /* caller */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 5
         4: .line 128
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* self */
            aload 7 /* selfType */
            aload 9 /* method */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.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
         5: .line 131
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 9 /* method */
            aload 1 /* context */
            aload 3 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* arg0 */
            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;)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.RubyClass selfType
        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 arg0
        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.RefinedCachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
            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      arg0  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  selfType  Lorg/jruby/RubyClass;
            2    6     8     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6     9    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg0     
      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.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=11, args_size=8
        start local 0 // org.jruby.runtime.callsite.RefinedCachingCallSite 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 arg0
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 7 // org.jruby.runtime.Block block
         0: .line 135
            aload 3 /* self */
            invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 8 /* selfType */
        start local 8 // org.jruby.RubyClass selfType
         1: .line 136
            aload 8 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 9 /* entry */
        start local 9 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 137
            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
         3: .line 139
            aload 0 /* this */
            aload 10 /* method */
            aload 2 /* caller */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 5
         4: .line 140
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* self */
            aload 8 /* selfType */
            aload 10 /* method */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            aload 7 /* block */
            invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.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
         5: .line 143
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 10 /* method */
            aload 1 /* context */
            aload 3 /* self */
            aload 9 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
            aload 4 /* arg0 */
            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;)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.RubyClass selfType
        end local 7 // org.jruby.runtime.Block block
        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 arg0
        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.RefinedCachingCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
            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      arg0  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     block  Lorg/jruby/runtime/Block;
            1    6     8  selfType  Lorg/jruby/RubyClass;
            2    6     9     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6    10    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      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.RefinedCachingCallSite this
        start local 1 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
         0: .line 148
            aload 1 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 2
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RefinedCachingCallSite.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.RefinedCachingCallSite.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.RefinedCachingCallSite this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
            0    3     1  method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    3     2  caller  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
        Name  Flags
      method  
      caller  
}
SourceFile: "RefinedCachingCallSite.java"