final class org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray extends org.apache.lucene.util.BytesRefHash$BytesStartArray
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray
super_class: org.apache.lucene.util.BytesRefHash$BytesStartArray
{
private final org.apache.lucene.index.TermsHashPerField perField;
descriptor: Lorg/apache/lucene/index/TermsHashPerField;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.lucene.util.Counter bytesUsed;
descriptor: Lorg/apache/lucene/util/Counter;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(org.apache.lucene.index.TermsHashPerField, org.apache.lucene.util.Counter);
descriptor: (Lorg/apache/lucene/index/TermsHashPerField;Lorg/apache/lucene/util/Counter;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial org.apache.lucene.util.BytesRefHash$BytesStartArray.<init>:()V
1: aload 0
aload 1
putfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
2: aload 0
aload 2
putfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.bytesUsed:Lorg/apache/lucene/util/Counter;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/index/TermsHashPerField$PostingsBytesStartArray;
0 4 1 perField Lorg/apache/lucene/index/TermsHashPerField;
0 4 2 bytesUsed Lorg/apache/lucene/util/Counter;
MethodParameters:
Name Flags
perField
bytesUsed
public int[] init();
descriptor: ()[I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
ifnonnull 4
1: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
iconst_2
invokevirtual org.apache.lucene.index.TermsHashPerField.createPostingsArray:(I)Lorg/apache/lucene/index/ParallelPostingsArray;
putfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
2: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
invokevirtual org.apache.lucene.index.TermsHashPerField.newPostingsArray:()V
3: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.bytesUsed:Lorg/apache/lucene/util/Counter;
aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
getfield org.apache.lucene.index.ParallelPostingsArray.size:I
aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
invokevirtual org.apache.lucene.index.ParallelPostingsArray.bytesPerPosting:()I
imul
i2l
invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
pop2
4: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
getfield org.apache.lucene.index.ParallelPostingsArray.textStarts:[I
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/lucene/index/TermsHashPerField$PostingsBytesStartArray;
public int[] grow();
descriptor: ()[I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
astore 1
start local 1 1: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
getfield org.apache.lucene.index.ParallelPostingsArray.size:I
istore 2
start local 2 2: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
aload 1
invokevirtual org.apache.lucene.index.ParallelPostingsArray.grow:()Lorg/apache/lucene/index/ParallelPostingsArray;
dup_x1
putfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
astore 1
3: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
invokevirtual org.apache.lucene.index.TermsHashPerField.newPostingsArray:()V
4: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.bytesUsed:Lorg/apache/lucene/util/Counter;
aload 1
invokevirtual org.apache.lucene.index.ParallelPostingsArray.bytesPerPosting:()I
aload 1
getfield org.apache.lucene.index.ParallelPostingsArray.size:I
iload 2
isub
imul
i2l
invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
pop2
5: aload 1
getfield org.apache.lucene.index.ParallelPostingsArray.textStarts:[I
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/index/TermsHashPerField$PostingsBytesStartArray;
1 6 1 postingsArray Lorg/apache/lucene/index/ParallelPostingsArray;
2 6 2 oldSize I
public int[] clear();
descriptor: ()[I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
ifnull 4
1: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.bytesUsed:Lorg/apache/lucene/util/Counter;
aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
getfield org.apache.lucene.index.ParallelPostingsArray.size:I
aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
invokevirtual org.apache.lucene.index.ParallelPostingsArray.bytesPerPosting:()I
imul
ineg
i2l
invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
pop2
2: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
aconst_null
putfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
3: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
invokevirtual org.apache.lucene.index.TermsHashPerField.newPostingsArray:()V
4: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/lucene/index/TermsHashPerField$PostingsBytesStartArray;
public org.apache.lucene.util.Counter bytesUsed();
descriptor: ()Lorg/apache/lucene/util/Counter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.bytesUsed:Lorg/apache/lucene/util/Counter;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/TermsHashPerField$PostingsBytesStartArray;
}
SourceFile: "TermsHashPerField.java"
NestHost: org.apache.lucene.index.TermsHashPerField
InnerClasses:
private final PostingsBytesStartArray = org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray of org.apache.lucene.index.TermsHashPerField
public abstract BytesStartArray = org.apache.lucene.util.BytesRefHash$BytesStartArray of org.apache.lucene.util.BytesRefHash