public class org.jruby.ir.targets.SiteTracker
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.targets.SiteTracker
  super_class: java.lang.Object
{
  private final org.jruby.util.collections.IntHashMap<?> seenTypes;
    descriptor: Lorg/jruby/util/collections/IntHashMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/jruby/util/collections/IntHashMap<*>;

  private volatile int clearCount;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.ir.targets.SiteTracker this
         0: .line 8
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 10
            aload 0 /* this */
            new org.jruby.util.collections.IntHashMap
            dup
            iconst_4
            invokespecial org.jruby.util.collections.IntHashMap.<init>:(I)V
            putfield org.jruby.ir.targets.SiteTracker.seenTypes:Lorg/jruby/util/collections/IntHashMap;
         2: .line 11
            aload 0 /* this */
            iconst_0
            putfield org.jruby.ir.targets.SiteTracker.clearCount:I
         3: .line 8
            return
        end local 0 // org.jruby.ir.targets.SiteTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/ir/targets/SiteTracker;

  public synchronized boolean hasSeenType(int);
    descriptor: (I)Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.targets.SiteTracker this
        start local 1 // int typeCode
         0: .line 14
            aload 0 /* this */
            getfield org.jruby.ir.targets.SiteTracker.seenTypes:Lorg/jruby/util/collections/IntHashMap;
            iload 1 /* typeCode */
            invokevirtual org.jruby.util.collections.IntHashMap.containsKey:(I)Z
            ireturn
        end local 1 // int typeCode
        end local 0 // org.jruby.ir.targets.SiteTracker this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ir/targets/SiteTracker;
            0    1     1  typeCode  I
    MethodParameters:
          Name  Flags
      typeCode  

  public synchronized void addType(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.ir.targets.SiteTracker this
        start local 1 // int typeCode
         0: .line 18
            aload 0 /* this */
            getfield org.jruby.ir.targets.SiteTracker.seenTypes:Lorg/jruby/util/collections/IntHashMap;
            iload 1 /* typeCode */
            aconst_null
            invokevirtual org.jruby.util.collections.IntHashMap.put:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 19
            return
        end local 1 // int typeCode
        end local 0 // org.jruby.ir.targets.SiteTracker this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ir/targets/SiteTracker;
            0    2     1  typeCode  I
    MethodParameters:
          Name  Flags
      typeCode  

  public synchronized int seenTypesCount();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.targets.SiteTracker this
         0: .line 22
            aload 0 /* this */
            getfield org.jruby.ir.targets.SiteTracker.seenTypes:Lorg/jruby/util/collections/IntHashMap;
            invokevirtual org.jruby.util.collections.IntHashMap.size:()I
            ireturn
        end local 0 // org.jruby.ir.targets.SiteTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/targets/SiteTracker;

  public synchronized void clearTypes();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.ir.targets.SiteTracker this
         0: .line 26
            aload 0 /* this */
            getfield org.jruby.ir.targets.SiteTracker.seenTypes:Lorg/jruby/util/collections/IntHashMap;
            invokevirtual org.jruby.util.collections.IntHashMap.clear:()V
         1: .line 27
            aload 0 /* this */
            dup
            getfield org.jruby.ir.targets.SiteTracker.clearCount:I
            iconst_1
            iadd
            putfield org.jruby.ir.targets.SiteTracker.clearCount:I
         2: .line 28
            return
        end local 0 // org.jruby.ir.targets.SiteTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/targets/SiteTracker;

  public int clearCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.targets.SiteTracker this
         0: .line 31
            aload 0 /* this */
            getfield org.jruby.ir.targets.SiteTracker.clearCount:I
            ireturn
        end local 0 // org.jruby.ir.targets.SiteTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/targets/SiteTracker;
}
SourceFile: "SiteTracker.java"