final class org.apache.lucene.util.packed.DirectPacked64SingleBlockReader extends org.apache.lucene.util.packed.PackedInts$ReaderImpl
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.util.packed.DirectPacked64SingleBlockReader
super_class: org.apache.lucene.util.packed.PackedInts$ReaderImpl
{
private final org.apache.lucene.store.IndexInput in;
descriptor: Lorg/apache/lucene/store/IndexInput;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int bitsPerValue;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long startPointer;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int valuesPerBlock;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long mask;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(int, int, org.apache.lucene.store.IndexInput);
descriptor: (IILorg/apache/lucene/store/IndexInput;)V
flags: (0x0000)
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 2
invokespecial org.apache.lucene.util.packed.PackedInts$ReaderImpl.<init>:(I)V
1: aload 0
aload 3
putfield org.apache.lucene.util.packed.DirectPacked64SingleBlockReader.in:Lorg/apache/lucene/store/IndexInput;
2: aload 0
iload 1
putfield org.apache.lucene.util.packed.DirectPacked64SingleBlockReader.bitsPerValue:I
3: aload 0
aload 3
invokevirtual org.apache.lucene.store.IndexInput.getFilePointer:()J
putfield org.apache.lucene.util.packed.DirectPacked64SingleBlockReader.startPointer:J
4: aload 0
bipush 64
iload 1
idiv
putfield org.apache.lucene.util.packed.DirectPacked64SingleBlockReader.valuesPerBlock:I
5: aload 0
ldc -1
iload 1
lshl
ldc -1
lxor
putfield org.apache.lucene.util.packed.DirectPacked64SingleBlockReader.mask:J
6: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/lucene/util/packed/DirectPacked64SingleBlockReader;
0 7 1 bitsPerValue I
0 7 2 valueCount I
0 7 3 in Lorg/apache/lucene/store/IndexInput;
MethodParameters:
Name Flags
bitsPerValue
valueCount
in
public long get(int);
descriptor: (I)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=8, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield org.apache.lucene.util.packed.DirectPacked64SingleBlockReader.valuesPerBlock:I
idiv
istore 2
start local 2 1: iload 2
i2l
iconst_3
lshl
lstore 3
start local 3 2: aload 0
getfield org.apache.lucene.util.packed.DirectPacked64SingleBlockReader.in:Lorg/apache/lucene/store/IndexInput;
aload 0
getfield org.apache.lucene.util.packed.DirectPacked64SingleBlockReader.startPointer:J
lload 3
ladd
invokevirtual org.apache.lucene.store.IndexInput.seek:(J)V
3: aload 0
getfield org.apache.lucene.util.packed.DirectPacked64SingleBlockReader.in:Lorg/apache/lucene/store/IndexInput;
invokevirtual org.apache.lucene.store.IndexInput.readLong:()J
lstore 5
start local 5 4: iload 1
aload 0
getfield org.apache.lucene.util.packed.DirectPacked64SingleBlockReader.valuesPerBlock:I
irem
istore 7
start local 7 5: lload 5
iload 7
aload 0
getfield org.apache.lucene.util.packed.DirectPacked64SingleBlockReader.bitsPerValue:I
imul
lushr
aload 0
getfield org.apache.lucene.util.packed.DirectPacked64SingleBlockReader.mask:J
land
6: lreturn
end local 7 end local 5 7: StackMap locals: org.apache.lucene.util.packed.DirectPacked64SingleBlockReader int int long
StackMap stack: java.io.IOException
astore 5
start local 5 8: new java.lang.IllegalStateException
dup
ldc "failed"
aload 5
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/lucene/util/packed/DirectPacked64SingleBlockReader;
0 9 1 index I
1 9 2 blockOffset I
2 9 3 skip J
4 7 5 block J
5 7 7 offsetInBlock I
8 9 5 e Ljava/io/IOException;
Exception table:
from to target type
2 6 7 Class java.io.IOException
MethodParameters:
Name Flags
index
public long ramBytesUsed();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: lconst_0
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/util/packed/DirectPacked64SingleBlockReader;
}
SourceFile: "DirectPacked64SingleBlockReader.java"
InnerClasses:
abstract ReaderImpl = org.apache.lucene.util.packed.PackedInts$ReaderImpl of org.apache.lucene.util.packed.PackedInts