class org.apache.lucene.util.fst.BitTableUtil
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.util.fst.BitTableUtil
super_class: java.lang.Object
{
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/apache/lucene/util/fst/BitTableUtil;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/util/fst/BitTableUtil;
static boolean isBitSet(int, org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (ILorg/apache/lucene/util/fst/FST$BytesReader;)Z
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
ifne 1
iload 0
ifge 1
new java.lang.AssertionError
dup
new java.lang.StringBuilder
dup
ldc "bitIndex="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 0
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
1: StackMap locals:
StackMap stack:
aload 1
iload 0
iconst_3
ishr
i2l
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.skipBytes:(J)V
2: aload 1
invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
lconst_1
iload 0
bipush 7
iand
lshl
land
lconst_0
lcmp
ifeq 3
iconst_1
ireturn
StackMap locals:
StackMap stack:
3: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 bitIndex I
0 4 1 reader Lorg/apache/lucene/util/fst/FST$BytesReader;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bitIndex
reader
static int countBits(int, org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (ILorg/apache/lucene/util/fst/FST$BytesReader;)I
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: getstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
ifne 1
iload 0
ifge 1
new java.lang.AssertionError
dup
new java.lang.StringBuilder
dup
ldc "bitTableBytes="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 0
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
1: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 2: iload 0
iconst_3
ishr
istore 3
start local 3 3: goto 6
4: StackMap locals: int int
StackMap stack:
iload 2
aload 1
invokestatic org.apache.lucene.util.fst.BitTableUtil.read8Bytes:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
invokestatic java.lang.Long.bitCount:(J)I
iadd
istore 2
5: iinc 3 -1
StackMap locals:
StackMap stack:
6: iload 3
ifgt 4
end local 3 7: iload 0
bipush 7
iand
dup
istore 3
start local 3 8: ifeq 10
9: iload 2
iload 3
aload 1
invokestatic org.apache.lucene.util.fst.BitTableUtil.readUpTo8Bytes:(ILorg/apache/lucene/util/fst/FST$BytesReader;)J
invokestatic java.lang.Long.bitCount:(J)I
iadd
istore 2
10: StackMap locals:
StackMap stack:
iload 2
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 bitTableBytes I
0 11 1 reader Lorg/apache/lucene/util/fst/FST$BytesReader;
2 11 2 bitCount I
3 7 3 i I
8 11 3 numRemainingBytes I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bitTableBytes
reader
static int countBitsUpTo(int, org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (ILorg/apache/lucene/util/fst/FST$BytesReader;)I
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=7, args_size=2
start local 0 start local 1 0: getstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
ifne 1
iload 0
ifge 1
new java.lang.AssertionError
dup
new java.lang.StringBuilder
dup
ldc "bitIndex="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 0
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
1: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 2: iload 0
bipush 6
ishr
istore 3
start local 3 3: goto 6
4: StackMap locals: int int
StackMap stack:
iload 2
aload 1
invokestatic org.apache.lucene.util.fst.BitTableUtil.read8Bytes:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
invokestatic java.lang.Long.bitCount:(J)I
iadd
istore 2
5: iinc 3 -1
StackMap locals:
StackMap stack:
6: iload 3
ifgt 4
end local 3 7: iload 0
bipush 63
iand
dup
istore 3
start local 3 8: ifeq 12
9: iload 3
bipush 7
iadd
iconst_3
ishr
istore 4
start local 4 10: lconst_1
iload 0
lshl
lconst_1
lsub
lstore 5
start local 5 11: iload 2
iload 4
aload 1
invokestatic org.apache.lucene.util.fst.BitTableUtil.readUpTo8Bytes:(ILorg/apache/lucene/util/fst/FST$BytesReader;)J
lload 5
land
invokestatic java.lang.Long.bitCount:(J)I
iadd
istore 2
end local 5 end local 4 12: StackMap locals:
StackMap stack:
iload 2
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 bitIndex I
0 13 1 reader Lorg/apache/lucene/util/fst/FST$BytesReader;
2 13 2 bitCount I
3 7 3 i I
8 13 3 remainingBits I
10 12 4 numRemainingBytes I
11 12 5 mask J
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bitIndex
reader
static int nextBitSet(int, int, org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (IILorg/apache/lucene/util/fst/FST$BytesReader;)I
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=6, args_size=3
start local 0 start local 1 start local 2 0: getstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
ifne 2
iload 0
iconst_m1
if_icmplt 1
iload 0
iload 1
bipush 8
imul
if_icmplt 2
StackMap locals:
StackMap stack:
1: new java.lang.AssertionError
dup
new java.lang.StringBuilder
dup
ldc "bitIndex="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 0
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc " bitTableBytes="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
2: StackMap locals:
StackMap stack:
iload 0
bipush 8
idiv
istore 3
start local 3 3: iconst_m1
iload 0
iconst_1
iadd
bipush 7
iand
ishl
istore 4
start local 4 4: iload 4
iconst_m1
if_icmpne 8
iload 0
iconst_m1
if_icmpeq 8
5: aload 2
iload 3
iconst_1
iadd
i2l
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.skipBytes:(J)V
6: iconst_0
istore 5
start local 5 7: goto 14
end local 5 8: StackMap locals: int int
StackMap stack:
aload 2
iload 3
i2l
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.skipBytes:(J)V
9: aload 2
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.readByte:()B
sipush 255
iand
iload 4
iand
istore 5
start local 5 10: goto 14
11: StackMap locals: int
StackMap stack:
iinc 3 1
iload 3
iload 1
if_icmpne 13
12: iconst_m1
ireturn
13: StackMap locals:
StackMap stack:
aload 2
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.readByte:()B
sipush 255
iand
istore 5
14: StackMap locals:
StackMap stack:
iload 5
ifeq 11
15: iload 5
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
iload 3
iconst_3
ishl
iadd
ireturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 bitIndex I
0 16 1 bitTableBytes I
0 16 2 reader Lorg/apache/lucene/util/fst/FST$BytesReader;
3 16 3 byteIndex I
4 16 4 mask I
7 8 5 i I
10 16 5 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bitIndex
bitTableBytes
reader
static int previousBitSet(int, org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (ILorg/apache/lucene/util/fst/FST$BytesReader;)I
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: getstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
ifne 1
iload 0
ifge 1
new java.lang.AssertionError
dup
new java.lang.StringBuilder
dup
ldc "bitIndex="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 0
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
1: StackMap locals:
StackMap stack:
iload 0
iconst_3
ishr
istore 2
start local 2 2: aload 1
iload 2
i2l
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.skipBytes:(J)V
3: iconst_1
iload 0
bipush 7
iand
ishl
iconst_1
isub
istore 3
start local 3 4: aload 1
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.readByte:()B
sipush 255
iand
iload 3
iand
istore 4
start local 4 5: goto 10
6: StackMap locals: int int int
StackMap stack:
iload 2
iinc 2 -1
ifne 8
7: iconst_m1
ireturn
8: StackMap locals:
StackMap stack:
aload 1
ldc -2
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.skipBytes:(J)V
9: aload 1
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.readByte:()B
sipush 255
iand
istore 4
10: StackMap locals:
StackMap stack:
iload 4
ifeq 6
11: bipush 31
iload 4
invokestatic java.lang.Integer.numberOfLeadingZeros:(I)I
isub
iload 2
iconst_3
ishl
iadd
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 bitIndex I
0 12 1 reader Lorg/apache/lucene/util/fst/FST$BytesReader;
2 12 2 byteIndex I
4 12 3 mask I
5 12 4 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bitIndex
reader
private static long readByte(org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (Lorg/apache/lucene/util/fst/FST$BytesReader;)J
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.readByte:()B
i2l
ldc 255
land
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 reader Lorg/apache/lucene/util/fst/FST$BytesReader;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
reader
private static long readUpTo8Bytes(int, org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (ILorg/apache/lucene/util/fst/FST$BytesReader;)J
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: getstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
ifne 2
iload 0
ifle 1
iload 0
bipush 8
if_icmple 2
StackMap locals:
StackMap stack:
1: new java.lang.AssertionError
dup
new java.lang.StringBuilder
dup
ldc "numBytes="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 0
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
lstore 2
start local 2 3: iconst_0
istore 4
start local 4 4: goto 6
5: StackMap locals: long int
StackMap stack:
lload 2
aload 1
invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
iinc 4 8
iload 4
lshl
lor
lstore 2
6: StackMap locals:
StackMap stack:
iinc 0 -1
iload 0
ifne 5
7: lload 2
lreturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 numBytes I
0 8 1 reader Lorg/apache/lucene/util/fst/FST$BytesReader;
3 8 2 l J
4 8 4 shift I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
numBytes
reader
private static long read8Bytes(org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (Lorg/apache/lucene/util/fst/FST$BytesReader;)J
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
1: aload 0
invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
bipush 8
lshl
2: lor
3: aload 0
invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
bipush 16
lshl
4: lor
5: aload 0
invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
bipush 24
lshl
6: lor
7: aload 0
invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
bipush 32
lshl
8: lor
9: aload 0
invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
bipush 40
lshl
10: lor
11: aload 0
invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
bipush 48
lshl
12: lor
13: aload 0
invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
bipush 56
lshl
14: lor
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 reader Lorg/apache/lucene/util/fst/FST$BytesReader;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
reader
}
SourceFile: "BitTableUtil.java"
InnerClasses:
public abstract BytesReader = org.apache.lucene.util.fst.FST$BytesReader of org.apache.lucene.util.fst.FST