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

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

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

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

  public final org.jruby.runtime.callsite.CacheEntry retrieveSecondaryCache(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.jruby.runtime.callsite.BimorphicCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 31
            aload 1 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 2 /* selfType */
        start local 2 // org.jruby.RubyClass selfType
         1: .line 32
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.BimorphicCallSite.secondaryCache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 3 /* cache */
        start local 3 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 33
            aload 3 /* cache */
            aload 2 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 34
            aload 3 /* cache */
            areturn
         4: .line 36
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 1 /* self */
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.BimorphicCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.runtime.callsite.BimorphicCallSite.cacheAndGetSecondary:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            areturn
        end local 3 // org.jruby.runtime.callsite.CacheEntry cache
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.callsite.BimorphicCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/BimorphicCallSite;
            0    5     1      self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     2  selfType  Lorg/jruby/RubyClass;
            2    5     3     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
      Name  Flags
      self  

  public boolean isSecondaryBuiltin(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.jruby.runtime.callsite.BimorphicCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 40
            aload 1 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            astore 2 /* selfType */
        start local 2 // org.jruby.RubyClass selfType
         1: .line 41
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.BimorphicCallSite.secondaryCache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 3 /* cache */
        start local 3 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 42
            aload 3 /* cache */
            aload 2 /* selfType */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 43
            aload 3 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ireturn
         4: .line 45
      StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            aload 1 /* self */
            aload 2 /* selfType */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.BimorphicCallSite.methodName:Ljava/lang/String;
            invokevirtual org.jruby.runtime.callsite.BimorphicCallSite.cacheAndGetSecondary:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ireturn
        end local 3 // org.jruby.runtime.callsite.CacheEntry cache
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.callsite.BimorphicCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/runtime/callsite/BimorphicCallSite;
            0    5     1      self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     2  selfType  Lorg/jruby/RubyClass;
            2    5     3     cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
      Name  Flags
      self  

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