public class net.sf.cglib.core.TinyBitSet
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.sf.cglib.core.TinyBitSet
  super_class: java.lang.Object
{
  private static int[] T;
    descriptor: [I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private int value;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 20
            sipush 256
            newarray 10
            putstatic net.sf.cglib.core.TinyBitSet.T:[I
         1: .line 33
            iconst_0
            istore 0 /* j */
        start local 0 // int j
         2: goto 5
         3: .line 34
      StackMap locals: int
      StackMap stack:
            getstatic net.sf.cglib.core.TinyBitSet.T:[I
            iload 0 /* j */
            iload 0 /* j */
            invokestatic net.sf.cglib.core.TinyBitSet.gcount:(I)I
            iastore
         4: .line 33
            iinc 0 /* j */ 1
      StackMap locals:
      StackMap stack:
         5: iload 0 /* j */
            sipush 256
            if_icmplt 3
        end local 0 // int j
         6: .line 36
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2    6     0     j  I

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.TinyBitSet this
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 21
            aload 0 /* this */
            iconst_0
            putfield net.sf.cglib.core.TinyBitSet.value:I
         2: .line 19
            return
        end local 0 // net.sf.cglib.core.TinyBitSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/sf/cglib/core/TinyBitSet;

  private static int gcount(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // int x
         0: .line 24
            iconst_0
            istore 1 /* c */
        start local 1 // int c
         1: .line 25
            goto 4
         2: .line 26
      StackMap locals: int
      StackMap stack:
            iinc 1 /* c */ 1
         3: .line 27
            iload 0 /* x */
            iload 0 /* x */
            iconst_1
            isub
            iand
            istore 0 /* x */
         4: .line 25
      StackMap locals:
      StackMap stack:
            iload 0 /* x */
            ifne 2
         5: .line 29
            iload 1 /* c */
            ireturn
        end local 1 // int c
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0     x  I
            1    6     1     c  I
    MethodParameters:
      Name  Flags
      x     

  private static int topbit(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int i
         0: .line 40
            iconst_0
            istore 1 /* j */
        start local 1 // int j
         1: goto 4
         2: .line 41
      StackMap locals: int
      StackMap stack:
            iload 0 /* i */
            iload 0 /* i */
            ineg
            iand
            istore 1 /* j */
         3: .line 40
            iload 0 /* i */
            iload 1 /* j */
            ixor
            istore 0 /* i */
      StackMap locals:
      StackMap stack:
         4: iload 0 /* i */
            ifne 2
         5: .line 43
            iload 1 /* j */
            ireturn
        end local 1 // int j
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0     i  I
            1    6     1     j  I
    MethodParameters:
      Name  Flags
      i     

  private static int log2(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int i
         0: .line 47
            iconst_0
            istore 1 /* j */
        start local 1 // int j
         1: .line 48
            iconst_0
            istore 1 /* j */
            goto 4
         2: .line 49
      StackMap locals: int
      StackMap stack:
            iinc 1 /* j */ 1
         3: .line 48
            iload 0 /* i */
            iconst_1
            ishr
            istore 0 /* i */
      StackMap locals:
      StackMap stack:
         4: iload 0 /* i */
            ifne 2
         5: .line 51
            iload 1 /* j */
            ireturn
        end local 1 // int j
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0     i  I
            1    6     1     j  I
    MethodParameters:
      Name  Flags
      i     

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.TinyBitSet this
         0: .line 55
            aload 0 /* this */
            getfield net.sf.cglib.core.TinyBitSet.value:I
            invokestatic net.sf.cglib.core.TinyBitSet.topbit:(I)I
            invokestatic net.sf.cglib.core.TinyBitSet.log2:(I)I
            ireturn
        end local 0 // net.sf.cglib.core.TinyBitSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/TinyBitSet;

  public int cardinality();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // net.sf.cglib.core.TinyBitSet this
         0: .line 64
            aload 0 /* this */
            getfield net.sf.cglib.core.TinyBitSet.value:I
            istore 1 /* w */
        start local 1 // int w
         1: .line 65
            iconst_0
            istore 2 /* c */
        start local 2 // int c
         2: .line 66
            goto 5
         3: .line 67
      StackMap locals: int int
      StackMap stack:
            iload 2 /* c */
            getstatic net.sf.cglib.core.TinyBitSet.T:[I
            iload 1 /* w */
            sipush 255
            iand
            iaload
            iadd
            istore 2 /* c */
         4: .line 68
            iload 1 /* w */
            bipush 8
            ishr
            istore 1 /* w */
         5: .line 66
      StackMap locals:
      StackMap stack:
            iload 1 /* w */
            ifne 3
         6: .line 70
            iload 2 /* c */
            ireturn
        end local 2 // int c
        end local 1 // int w
        end local 0 // net.sf.cglib.core.TinyBitSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lnet/sf/cglib/core/TinyBitSet;
            1    7     1     w  I
            2    7     2     c  I

  public boolean get(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.sf.cglib.core.TinyBitSet this
        start local 1 // int index
         0: .line 74
            aload 0 /* this */
            getfield net.sf.cglib.core.TinyBitSet.value:I
            iconst_1
            iload 1 /* index */
            ishl
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int index
        end local 0 // net.sf.cglib.core.TinyBitSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lnet/sf/cglib/core/TinyBitSet;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public void set(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.sf.cglib.core.TinyBitSet this
        start local 1 // int index
         0: .line 78
            aload 0 /* this */
            dup
            getfield net.sf.cglib.core.TinyBitSet.value:I
            iconst_1
            iload 1 /* index */
            ishl
            ior
            putfield net.sf.cglib.core.TinyBitSet.value:I
         1: .line 79
            return
        end local 1 // int index
        end local 0 // net.sf.cglib.core.TinyBitSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lnet/sf/cglib/core/TinyBitSet;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public void clear(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.sf.cglib.core.TinyBitSet this
        start local 1 // int index
         0: .line 82
            aload 0 /* this */
            dup
            getfield net.sf.cglib.core.TinyBitSet.value:I
            iconst_1
            iload 1 /* index */
            ishl
            iconst_m1
            ixor
            iand
            putfield net.sf.cglib.core.TinyBitSet.value:I
         1: .line 83
            return
        end local 1 // int index
        end local 0 // net.sf.cglib.core.TinyBitSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lnet/sf/cglib/core/TinyBitSet;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "TinyBitSet.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()