public class org.jruby.runtime.callsite.RespondToCallSite extends org.jruby.runtime.callsite.MonomorphicCallSite
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.callsite.RespondToCallSite
  super_class: org.jruby.runtime.callsite.MonomorphicCallSite
{
  private volatile org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple respondToTuple;
    descriptor: Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private final java.lang.String respondToName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.jruby.RubySymbol respondToNameSym;
    descriptor: Lorg/jruby/RubySymbol;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.callsite.RespondToCallSite this
         0: .line 50
            aload 0 /* this */
            ldc "respond_to?"
            invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.<init>:(Ljava/lang/String;)V
         1: .line 13
            aload 0 /* this */
            getstatic org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.NULL_CACHE:Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            putfield org.jruby.runtime.callsite.RespondToCallSite.respondToTuple:Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
         2: .line 51
            aload 0 /* this */
            aconst_null
            putfield org.jruby.runtime.callsite.RespondToCallSite.respondToName:Ljava/lang/String;
         3: .line 52
            return
        end local 0 // org.jruby.runtime.callsite.RespondToCallSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/runtime/callsite/RespondToCallSite;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.callsite.RespondToCallSite this
        start local 1 // java.lang.String name
         0: .line 55
            aload 0 /* this */
            ldc "respond_to?"
            invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.<init>:(Ljava/lang/String;)V
         1: .line 13
            aload 0 /* this */
            getstatic org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.NULL_CACHE:Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            putfield org.jruby.runtime.callsite.RespondToCallSite.respondToTuple:Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
         2: .line 56
            aload 0 /* this */
            aload 1 /* name */
            putfield org.jruby.runtime.callsite.RespondToCallSite.respondToName:Ljava/lang/String;
         3: .line 57
            return
        end local 1 // java.lang.String name
        end local 0 // org.jruby.runtime.callsite.RespondToCallSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/runtime/callsite/RespondToCallSite;
            0    4     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  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=5, locals=8, args_size=5
        start local 0 // org.jruby.runtime.callsite.RespondToCallSite 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 name
         0: .line 61
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 5 /* klass */
        start local 5 // org.jruby.RubyClass klass
         1: .line 62
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RespondToCallSite.respondToTuple:Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            astore 6 /* tuple */
        start local 6 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple tuple
         2: .line 63
            aload 6 /* tuple */
            aload 5 /* klass */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.cacheOk:(Lorg/jruby/RubyClass;)Z
            ifeq 5
         3: .line 64
            aload 4 /* name */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.asJavaString:()Ljava/lang/String;
            astore 7 /* strName */
        start local 7 // java.lang.String strName
         4: .line 65
            aload 7 /* strName */
            aload 6 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 6 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.checkVisibility:Z
            ifeq 5
            aload 6 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondsTo:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // java.lang.String strName
         5: .line 68
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* name */
            invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.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 6 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple tuple
        end local 5 // org.jruby.RubyClass klass
        end local 4 // org.jruby.runtime.builtin.IRubyObject name
        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.RespondToCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/RespondToCallSite;
            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     name  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     5    klass  Lorg/jruby/RubyClass;
            2    6     6    tuple  Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            4    5     7  strName  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      name     

  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=6, locals=9, args_size=6
        start local 0 // org.jruby.runtime.callsite.RespondToCallSite 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 name
        start local 5 // org.jruby.runtime.builtin.IRubyObject bool
         0: .line 73
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 6 /* klass */
        start local 6 // org.jruby.RubyClass klass
         1: .line 74
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RespondToCallSite.respondToTuple:Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            astore 7 /* tuple */
        start local 7 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple tuple
         2: .line 75
            aload 7 /* tuple */
            aload 6 /* klass */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.cacheOk:(Lorg/jruby/RubyClass;)Z
            ifeq 7
         3: .line 76
            aload 4 /* name */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.asJavaString:()Ljava/lang/String;
            astore 8 /* strName */
        start local 8 // java.lang.String strName
         4: .line 77
            aload 8 /* strName */
            aload 7 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
            aload 5 /* bool */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifeq 5
            iconst_0
            goto 6
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple java.lang.String
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: aload 7 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.checkVisibility:Z
            if_icmpne 7
            aload 7 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondsTo:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // java.lang.String strName
         7: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* name */
            aload 5 /* bool */
            invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.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
        end local 7 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple tuple
        end local 6 // org.jruby.RubyClass klass
        end local 5 // org.jruby.runtime.builtin.IRubyObject bool
        end local 4 // org.jruby.runtime.builtin.IRubyObject name
        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.RespondToCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/jruby/runtime/callsite/RespondToCallSite;
            0    8     1  context  Lorg/jruby/runtime/ThreadContext;
            0    8     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     4     name  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     5     bool  Lorg/jruby/runtime/builtin/IRubyObject;
            1    8     6    klass  Lorg/jruby/RubyClass;
            2    8     7    tuple  Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            4    7     8  strName  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      name     
      bool     

  public boolean respondsTo(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;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // org.jruby.runtime.callsite.RespondToCallSite 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 84
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 4 /* klass */
        start local 4 // org.jruby.RubyClass klass
         1: .line 85
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RespondToCallSite.respondToTuple:Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            astore 5 /* tuple */
        start local 5 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple tuple
         2: .line 86
            aload 5 /* tuple */
            aload 4 /* klass */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.cacheOk:(Lorg/jruby/RubyClass;)Z
            ifeq 5
         3: .line 87
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RespondToCallSite.respondToName:Ljava/lang/String;
            astore 6 /* strName */
        start local 6 // java.lang.String strName
         4: .line 88
            aload 6 /* strName */
            aload 5 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 5 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.checkVisibility:Z
            ifeq 5
            aload 5 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondsToBoolean:Z
            ireturn
        end local 6 // java.lang.String strName
         5: .line 91
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite.getRespondToNameSym:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubySymbol;
            invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.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;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ireturn
        end local 5 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple tuple
        end local 4 // org.jruby.RubyClass klass
        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.RespondToCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/RespondToCallSite;
            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    klass  Lorg/jruby/RubyClass;
            2    6     5    tuple  Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            4    5     6  strName  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     

  public boolean respondsTo(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // org.jruby.runtime.callsite.RespondToCallSite 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 // boolean includePrivate
         0: .line 95
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 5 /* klass */
        start local 5 // org.jruby.RubyClass klass
         1: .line 96
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RespondToCallSite.respondToTuple:Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            astore 6 /* tuple */
        start local 6 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple tuple
         2: .line 97
            aload 6 /* tuple */
            aload 5 /* klass */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.cacheOk:(Lorg/jruby/RubyClass;)Z
            ifeq 7
         3: .line 98
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RespondToCallSite.respondToName:Ljava/lang/String;
            astore 7 /* strName */
        start local 7 // java.lang.String strName
         4: .line 99
            aload 7 /* strName */
            aload 6 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
            iload 4 /* includePrivate */
            ifeq 5
            iconst_0
            goto 6
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple java.lang.String
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: aload 6 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.checkVisibility:Z
            if_icmpne 7
            aload 6 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondsToBoolean:Z
            ireturn
        end local 7 // java.lang.String strName
         7: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite.getRespondToNameSym:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubySymbol;
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            iload 4 /* includePrivate */
            invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.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;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ireturn
        end local 6 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple tuple
        end local 5 // org.jruby.RubyClass klass
        end local 4 // boolean includePrivate
        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.RespondToCallSite this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lorg/jruby/runtime/callsite/RespondToCallSite;
            0    8     1         context  Lorg/jruby/runtime/ThreadContext;
            0    8     2          caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     3            self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     4  includePrivate  Z
            1    8     5           klass  Lorg/jruby/RubyClass;
            2    8     6           tuple  Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            4    7     7         strName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      context         
      caller          
      self            
      includePrivate  

  private org.jruby.RubySymbol getRespondToNameSym(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubySymbol;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.callsite.RespondToCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 106
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RespondToCallSite.respondToNameSym:Lorg/jruby/RubySymbol;
            astore 2 /* sym */
        start local 2 // org.jruby.RubySymbol sym
         1: .line 107
            aload 2 /* sym */
            ifnonnull 3
         2: .line 108
            aload 0 /* this */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RespondToCallSite.respondToName:Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            dup
            astore 2 /* sym */
            putfield org.jruby.runtime.callsite.RespondToCallSite.respondToNameSym:Lorg/jruby/RubySymbol;
         3: .line 110
      StackMap locals: org.jruby.RubySymbol
      StackMap stack:
            aload 2 /* sym */
            areturn
        end local 2 // org.jruby.RubySymbol sym
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.RespondToCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/runtime/callsite/RespondToCallSite;
            0    4     1  context  Lorg/jruby/runtime/ThreadContext;
            1    4     2      sym  Lorg/jruby/RubySymbol;
    MethodParameters:
         Name  Flags
      context  

  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=10, args_size=6
        start local 0 // org.jruby.runtime.callsite.RespondToCallSite 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 115
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RespondToCallSite.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 116
            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 117
            aload 0 /* this */
            aload 7 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 4
         3: .line 118
            aload 0 /* this */
            aload 3 /* context */
            aload 4 /* self */
            aload 2 /* selfType */
            aload 7 /* method */
            aload 5 /* arg */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite.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 122
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 7 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ifeq 11
         5: .line 123
            aload 5 /* arg */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.asJavaString:()Ljava/lang/String;
            astore 8 /* name */
        start local 8 // java.lang.String name
         6: .line 124
            aload 6 /* entry */
            aload 8 /* name */
            aload 2 /* selfType */
            iconst_1
            aload 3 /* context */
            invokestatic org.jruby.runtime.callsite.RespondToCallSite.recacheRespondsTo:(Lorg/jruby/runtime/callsite/CacheEntry;Ljava/lang/String;Lorg/jruby/RubyClass;ZLorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            astore 9 /* tuple */
        start local 9 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple tuple
         7: .line 127
            aload 9 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondsTo:Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifne 9
         8: .line 128
            aload 2 /* selfType */
            ldc "respond_to_missing?"
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 3 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getRespondToMissingMethod:()Lorg/jruby/internal/runtime/methods/DynamicMethod;
            if_acmpne 11
         9: .line 129
      StackMap locals: java.lang.String org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple
      StackMap stack:
            aload 0 /* this */
            aload 9 /* tuple */
            putfield org.jruby.runtime.callsite.RespondToCallSite.respondToTuple:Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
        10: .line 130
            aload 9 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondsTo:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 9 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple tuple
        end local 8 // java.lang.String name
        11: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* entry */
            aload 4 /* self */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite.setCache:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        12: .line 136
            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.RespondToCallSite.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.RespondToCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/jruby/runtime/callsite/RespondToCallSite;
            0   13     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0   13     2  selfType  Lorg/jruby/RubyClass;
            0   13     3   context  Lorg/jruby/runtime/ThreadContext;
            0   13     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   13     5       arg  Lorg/jruby/runtime/builtin/IRubyObject;
            1   13     6     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2   13     7    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            6   11     8      name  Ljava/lang/String;
            7   11     9     tuple  Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      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=11, args_size=7
        start local 0 // org.jruby.runtime.callsite.RespondToCallSite 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 arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
         0: .line 141
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RespondToCallSite.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 142
            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 143
            aload 0 /* this */
            aload 8 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 4
         3: .line 144
            aload 0 /* this */
            aload 3 /* context */
            aload 4 /* self */
            aload 2 /* selfType */
            aload 8 /* method */
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite.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 148
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 8 /* method */
            aload 3 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getRespondToMethod:()Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 13
         5: .line 149
            aload 5 /* arg0 */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.asJavaString:()Ljava/lang/String;
            astore 9 /* name */
        start local 9 // java.lang.String name
         6: .line 150
            aload 7 /* entry */
            aload 9 /* name */
            aload 2 /* selfType */
            aload 6 /* arg1 */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifeq 7
            iconst_0
            goto 8
      StackMap locals: org.jruby.runtime.callsite.RespondToCallSite 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.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod java.lang.String
      StackMap stack: org.jruby.runtime.callsite.CacheEntry java.lang.String org.jruby.RubyClass
         7: iconst_1
      StackMap locals: org.jruby.runtime.callsite.RespondToCallSite 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.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod java.lang.String
      StackMap stack: org.jruby.runtime.callsite.CacheEntry java.lang.String org.jruby.RubyClass int
         8: aload 3 /* context */
            invokestatic org.jruby.runtime.callsite.RespondToCallSite.recacheRespondsTo:(Lorg/jruby/runtime/callsite/CacheEntry;Ljava/lang/String;Lorg/jruby/RubyClass;ZLorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            astore 10 /* tuple */
        start local 10 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple tuple
         9: .line 153
            aload 10 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondsTo:Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifne 11
        10: .line 154
            aload 2 /* selfType */
            ldc "respond_to_missing?"
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 3 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getRespondToMissingMethod:()Lorg/jruby/internal/runtime/methods/DynamicMethod;
            if_acmpne 13
        11: .line 155
      StackMap locals: org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple
      StackMap stack:
            aload 0 /* this */
            aload 10 /* tuple */
            putfield org.jruby.runtime.callsite.RespondToCallSite.respondToTuple:Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
        12: .line 156
            aload 10 /* tuple */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondsTo:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 10 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple tuple
        end local 9 // java.lang.String name
        13: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 7 /* entry */
            aload 4 /* self */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite.setCache:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        14: .line 162
            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.RespondToCallSite.methodName:Ljava/lang/String;
            aload 5 /* arg0 */
            aload 6 /* 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.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        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.RespondToCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lorg/jruby/runtime/callsite/RespondToCallSite;
            0   15     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0   15     2  selfType  Lorg/jruby/RubyClass;
            0   15     3   context  Lorg/jruby/runtime/ThreadContext;
            0   15     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   15     5      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0   15     6      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            1   15     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2   15     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            6   13     9      name  Ljava/lang/String;
            9   13    10     tuple  Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      context   
      self      
      arg0      
      arg1      

  private static org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple recacheRespondsTo(org.jruby.runtime.callsite.CacheEntry, java.lang.String, org.jruby.RubyClass, boolean, org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/callsite/CacheEntry;Ljava/lang/String;Lorg/jruby/RubyClass;ZLorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // org.jruby.runtime.callsite.CacheEntry respondToMethod
        start local 1 // java.lang.String newString
        start local 2 // org.jruby.RubyClass klass
        start local 3 // boolean checkVisibility
        start local 4 // org.jruby.runtime.ThreadContext context
         0: .line 166
            aload 2 /* klass */
            aload 1 /* newString */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* respondToLookupResult */
        start local 5 // org.jruby.runtime.callsite.CacheEntry respondToLookupResult
         1: .line 167
            aload 5 /* respondToLookupResult */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            iload 3 /* checkVisibility */
            invokestatic org.jruby.runtime.Helpers.respondsToMethod:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Z)Z
            istore 6 /* respondsTo */
        start local 6 // boolean respondsTo
         2: .line 169
            new org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple
            dup
            aload 1 /* newString */
            iload 3 /* checkVisibility */
            aload 0 /* respondToMethod */
            aload 5 /* respondToLookupResult */
            aload 4 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            iload 6 /* respondsTo */
            invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            invokespecial org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.<init>:(Ljava/lang/String;ZLorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)V
            areturn
        end local 6 // boolean respondsTo
        end local 5 // org.jruby.runtime.callsite.CacheEntry respondToLookupResult
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // boolean checkVisibility
        end local 2 // org.jruby.RubyClass klass
        end local 1 // java.lang.String newString
        end local 0 // org.jruby.runtime.callsite.CacheEntry respondToMethod
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0        respondToMethod  Lorg/jruby/runtime/callsite/CacheEntry;
            0    3     1              newString  Ljava/lang/String;
            0    3     2                  klass  Lorg/jruby/RubyClass;
            0    3     3        checkVisibility  Z
            0    3     4                context  Lorg/jruby/runtime/ThreadContext;
            1    3     5  respondToLookupResult  Lorg/jruby/runtime/callsite/CacheEntry;
            2    3     6             respondsTo  Z
    MethodParameters:
                 Name  Flags
      respondToMethod  
      newString        
      klass            
      checkVisibility  
      context          
}
SourceFile: "RespondToCallSite.java"
NestMembers:
  org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple
InnerClasses:
  private RespondToTuple = org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple of org.jruby.runtime.callsite.RespondToCallSite