public class org.jruby.runtime.callsite.LeCallSite extends org.jruby.runtime.callsite.BimorphicCallSite
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.callsite.LeCallSite
  super_class: org.jruby.runtime.callsite.BimorphicCallSite
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.callsite.LeCallSite this
         0: .line 12
            aload 0 /* this */
            ldc "<="
            invokespecial org.jruby.runtime.callsite.BimorphicCallSite.<init>:(Ljava/lang/String;)V
         1: .line 13
            return
        end local 0 // org.jruby.runtime.callsite.LeCallSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/callsite/LeCallSite;

  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=6, args_size=5
        start local 0 // org.jruby.runtime.callsite.LeCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
         0: .line 17
            aload 3 /* self */
            instanceof org.jruby.RubyFixnum
            ifeq 4
         1: .line 18
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.LeCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* cache */
        start local 5 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 19
            aload 5 /* cache */
            instanceof org.jruby.runtime.callsite.LeCallSite$FixnumEntry
            ifeq 8
            aload 5 /* cache */
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 8
         3: .line 20
            aload 3 /* self */
            checkcast org.jruby.RubyFixnum
            aload 1 /* context */
            aload 4 /* arg1 */
            invokevirtual org.jruby.RubyFixnum.op_le:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.runtime.callsite.CacheEntry cache
         4: .line 22
      StackMap locals:
      StackMap stack:
            aload 3 /* self */
            instanceof org.jruby.RubyFloat
            ifeq 8
         5: .line 23
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.LeCallSite.secondaryCache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* cache */
        start local 5 // org.jruby.runtime.callsite.CacheEntry cache
         6: .line 24
            aload 5 /* cache */
            instanceof org.jruby.runtime.callsite.LeCallSite$FloatEntry
            ifeq 8
            aload 5 /* cache */
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 8
         7: .line 25
            aload 3 /* self */
            checkcast org.jruby.RubyFloat
            aload 1 /* context */
            aload 4 /* arg1 */
            invokevirtual org.jruby.RubyFloat.op_le:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.runtime.callsite.CacheEntry cache
         8: .line 28
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* arg1 */
            invokespecial org.jruby.runtime.callsite.BimorphicCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.LeCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/jruby/runtime/callsite/LeCallSite;
            0    9     1  context  Lorg/jruby/runtime/ThreadContext;
            0    9     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     4     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            2    4     5    cache  Lorg/jruby/runtime/callsite/CacheEntry;
            6    8     5    cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, long);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;J)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.jruby.runtime.callsite.LeCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // long arg1
         0: .line 33
            aload 3 /* self */
            instanceof org.jruby.RubyFixnum
            ifeq 4
         1: .line 34
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.LeCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* cache */
        start local 6 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 35
            aload 6 /* cache */
            instanceof org.jruby.runtime.callsite.LeCallSite$FixnumEntry
            ifeq 8
            aload 6 /* cache */
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 8
         3: .line 36
            aload 3 /* self */
            checkcast org.jruby.RubyFixnum
            aload 1 /* context */
            lload 4 /* arg1 */
            invokevirtual org.jruby.RubyFixnum.op_le:(Lorg/jruby/runtime/ThreadContext;J)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.callsite.CacheEntry cache
         4: .line 38
      StackMap locals:
      StackMap stack:
            aload 3 /* self */
            instanceof org.jruby.RubyFloat
            ifeq 8
         5: .line 39
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.LeCallSite.secondaryCache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* cache */
        start local 6 // org.jruby.runtime.callsite.CacheEntry cache
         6: .line 40
            aload 6 /* cache */
            instanceof org.jruby.runtime.callsite.LeCallSite$FloatEntry
            ifeq 8
            aload 6 /* cache */
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 8
         7: .line 41
            aload 3 /* self */
            checkcast org.jruby.RubyFloat
            aload 1 /* context */
            lload 4 /* arg1 */
            l2d
            invokevirtual org.jruby.RubyFloat.op_le:(Lorg/jruby/runtime/ThreadContext;D)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.callsite.CacheEntry cache
         8: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            lload 4 /* arg1 */
            invokespecial org.jruby.runtime.callsite.BimorphicCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;J)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // long arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.LeCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/jruby/runtime/callsite/LeCallSite;
            0    9     1  context  Lorg/jruby/runtime/ThreadContext;
            0    9     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     4     arg1  J
            2    4     6    cache  Lorg/jruby/runtime/callsite/CacheEntry;
            6    8     6    cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, double);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;D)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.jruby.runtime.callsite.LeCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // double arg1
         0: .line 49
            aload 3 /* self */
            instanceof org.jruby.RubyFloat
            ifeq 4
         1: .line 50
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.LeCallSite.secondaryCache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* cache */
        start local 6 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 51
            aload 6 /* cache */
            instanceof org.jruby.runtime.callsite.LeCallSite$FloatEntry
            ifeq 4
            aload 6 /* cache */
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 4
         3: .line 52
            aload 3 /* self */
            checkcast org.jruby.RubyFloat
            aload 1 /* context */
            dload 4 /* arg1 */
            invokevirtual org.jruby.RubyFloat.op_le:(Lorg/jruby/runtime/ThreadContext;D)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.callsite.CacheEntry cache
         4: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            dload 4 /* arg1 */
            invokespecial org.jruby.runtime.callsite.BimorphicCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;D)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // double arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.LeCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/runtime/callsite/LeCallSite;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4     arg1  D
            2    4     6    cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     

  protected org.jruby.runtime.callsite.CacheEntry setCache(org.jruby.runtime.callsite.CacheEntry, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.runtime.callsite.LeCallSite this
        start local 1 // org.jruby.runtime.callsite.CacheEntry entry
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 60
            aload 2 /* self */
            instanceof org.jruby.RubyFixnum
            ifeq 2
            aload 1 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ifeq 2
         1: .line 61
            aload 0 /* this */
            new org.jruby.runtime.callsite.LeCallSite$FixnumEntry
            dup
            aload 1 /* entry */
            invokespecial org.jruby.runtime.callsite.LeCallSite$FixnumEntry.<init>:(Lorg/jruby/runtime/callsite/CacheEntry;)V
            dup_x1
            putfield org.jruby.runtime.callsite.LeCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            areturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* entry */
            dup_x1
            putfield org.jruby.runtime.callsite.LeCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.callsite.CacheEntry entry
        end local 0 // org.jruby.runtime.callsite.LeCallSite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jruby/runtime/callsite/LeCallSite;
            0    3     1  entry  Lorg/jruby/runtime/callsite/CacheEntry;
            0    3     2   self  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      entry  final
      self   final

  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=4, locals=3, args_size=3
        start local 0 // org.jruby.runtime.callsite.LeCallSite this
        start local 1 // org.jruby.runtime.callsite.CacheEntry entry
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 68
            aload 2 /* self */
            instanceof org.jruby.RubyFloat
            ifeq 2
            aload 1 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ifeq 2
         1: .line 69
            aload 0 /* this */
            new org.jruby.runtime.callsite.LeCallSite$FloatEntry
            dup
            aload 1 /* entry */
            invokespecial org.jruby.runtime.callsite.LeCallSite$FloatEntry.<init>:(Lorg/jruby/runtime/callsite/CacheEntry;)V
            dup_x1
            putfield org.jruby.runtime.callsite.LeCallSite.secondaryCache:Lorg/jruby/runtime/callsite/CacheEntry;
            areturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* entry */
            dup_x1
            putfield org.jruby.runtime.callsite.LeCallSite.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.LeCallSite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jruby/runtime/callsite/LeCallSite;
            0    3     1  entry  Lorg/jruby/runtime/callsite/CacheEntry;
            0    3     2   self  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      entry  final
      self   final

  public boolean isBuiltin(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.runtime.callsite.LeCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 76
            aload 1 /* self */
            instanceof org.jruby.RubyFixnum
            ifeq 3
         1: .line 77
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.LeCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 2 /* cache */
        start local 2 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 78
            aload 2 /* cache */
            aload 1 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 3
            aload 2 /* cache */
            instanceof org.jruby.runtime.callsite.LeCallSite$FixnumEntry
            ireturn
        end local 2 // org.jruby.runtime.callsite.CacheEntry cache
         3: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* self */
            invokespecial org.jruby.runtime.callsite.BimorphicCallSite.isBuiltin:(Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ireturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.callsite.LeCallSite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/callsite/LeCallSite;
            0    4     1   self  Lorg/jruby/runtime/builtin/IRubyObject;
            2    3     2  cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
      Name  Flags
      self  final

  public boolean isSecondaryBuiltin(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.runtime.callsite.LeCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 85
            aload 1 /* self */
            instanceof org.jruby.RubyFloat
            ifeq 3
         1: .line 86
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.LeCallSite.secondaryCache:Lorg/jruby/runtime/callsite/CacheEntry;
            astore 2 /* cache */
        start local 2 // org.jruby.runtime.callsite.CacheEntry cache
         2: .line 87
            aload 2 /* cache */
            aload 1 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 3
            aload 2 /* cache */
            instanceof org.jruby.runtime.callsite.LeCallSite$FloatEntry
            ireturn
        end local 2 // org.jruby.runtime.callsite.CacheEntry cache
         3: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* self */
            invokespecial org.jruby.runtime.callsite.BimorphicCallSite.isSecondaryBuiltin:(Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ireturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.callsite.LeCallSite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/callsite/LeCallSite;
            0    4     1   self  Lorg/jruby/runtime/builtin/IRubyObject;
            2    3     2  cache  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
      Name  Flags
      self  final
}
SourceFile: "LeCallSite.java"
NestMembers:
  org.jruby.runtime.callsite.LeCallSite$FixnumEntry  org.jruby.runtime.callsite.LeCallSite$FloatEntry
InnerClasses:
  private FixnumEntry = org.jruby.runtime.callsite.LeCallSite$FixnumEntry of org.jruby.runtime.callsite.LeCallSite
  private FloatEntry = org.jruby.runtime.callsite.LeCallSite$FloatEntry of org.jruby.runtime.callsite.LeCallSite