final class org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray extends org.apache.lucene.index.ParallelPostingsArray
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray
super_class: org.apache.lucene.index.ParallelPostingsArray
{
int[] termFreqs;
descriptor: [I
flags: (0x0000)
int[] lastDocIDs;
descriptor: [I
flags: (0x0000)
int[] lastDocCodes;
descriptor: [I
flags: (0x0000)
int[] lastPositions;
descriptor: [I
flags: (0x0000)
int[] lastOffsets;
descriptor: [I
flags: (0x0000)
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/index/FreqProxTermsWriterPerField;
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.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(int, boolean, boolean, boolean);
descriptor: (IZZZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
invokespecial org.apache.lucene.index.ParallelPostingsArray.<init>:(I)V
1: iload 2
ifeq 3
2: aload 0
iload 1
newarray 10
putfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
3: StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int int int int
StackMap stack:
aload 0
iload 1
newarray 10
putfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocIDs:[I
4: aload 0
iload 1
newarray 10
putfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocCodes:[I
5: iload 3
ifeq 10
6: aload 0
iload 1
newarray 10
putfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
7: iload 4
ifeq 11
8: aload 0
iload 1
newarray 10
putfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
9: goto 11
10: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.$assertionsDisabled:Z
ifne 11
iload 4
ifeq 11
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
11: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
0 12 1 size I
0 12 2 writeFreqs Z
0 12 3 writeProx Z
0 12 4 writeOffsets Z
MethodParameters:
Name Flags
size
writeFreqs
writeProx
writeOffsets
org.apache.lucene.index.ParallelPostingsArray newInstance(int);
descriptor: (I)Lorg/apache/lucene/index/ParallelPostingsArray;
flags: (0x0000)
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: new org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray
dup
iload 1
aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
ifnull 1
iconst_1
goto 2
StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int
StackMap stack: new 0 new 0 int
1: iconst_0
StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int
StackMap stack: new 0 new 0 int int
2: aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
ifnull 3
iconst_1
goto 4
StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int
StackMap stack: new 0 new 0 int int
3: iconst_0
StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int
StackMap stack: new 0 new 0 int int int
4: aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
ifnull 5
iconst_1
goto 6
StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int
StackMap stack: new 0 new 0 int int int
5: iconst_0
StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int
StackMap stack: new 0 new 0 int int int int
6: invokespecial org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.<init>:(IZZZ)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
0 7 1 size I
MethodParameters:
Name Flags
size
void copyTo(org.apache.lucene.index.ParallelPostingsArray, int);
descriptor: (Lorg/apache/lucene/index/ParallelPostingsArray;I)V
flags: (0x0000)
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: getstatic org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.$assertionsDisabled:Z
ifne 1
aload 1
instanceof org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray
ifne 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 1
checkcast org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray
astore 3
start local 3 2: aload 0
aload 1
iload 2
invokespecial org.apache.lucene.index.ParallelPostingsArray.copyTo:(Lorg/apache/lucene/index/ParallelPostingsArray;I)V
3: aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocIDs:[I
iconst_0
aload 3
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocIDs:[I
iconst_0
iload 2
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
4: aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocCodes:[I
iconst_0
aload 3
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocCodes:[I
iconst_0
iload 2
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
5: aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
ifnull 8
6: getstatic org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.$assertionsDisabled:Z
ifne 7
aload 3
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
ifnonnull 7
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
7: StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
iconst_0
aload 3
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
iconst_0
iload 2
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
8: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
ifnull 11
9: getstatic org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.$assertionsDisabled:Z
ifne 10
aload 3
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
ifnonnull 10
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
iconst_0
aload 3
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
iconst_0
iload 2
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
11: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
ifnull 14
12: getstatic org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.$assertionsDisabled:Z
ifne 13
aload 3
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
ifnonnull 13
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
13: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
iconst_0
aload 3
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
iconst_0
iload 2
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
14: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
0 15 1 toArray Lorg/apache/lucene/index/ParallelPostingsArray;
0 15 2 numToCopy I
2 15 3 to Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
MethodParameters:
Name Flags
toArray
numToCopy
int bytesPerPosting();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=2, args_size=1
start local 0 0: bipush 20
istore 1
start local 1 1: aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
ifnull 3
2: iinc 1 4
3: StackMap locals: int
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
ifnull 5
4: iinc 1 4
5: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
ifnull 7
6: iinc 1 4
7: StackMap locals:
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
1 8 1 bytes I
}
SourceFile: "FreqProxTermsWriterPerField.java"
NestHost: org.apache.lucene.index.FreqProxTermsWriterPerField
InnerClasses:
final FreqProxPostingsArray = org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray of org.apache.lucene.index.FreqProxTermsWriterPerField