class org.apache.lucene.util.FixedLengthBytesRefArray$1 extends org.apache.lucene.util.MSBRadixSorter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.util.FixedLengthBytesRefArray$1
super_class: org.apache.lucene.util.MSBRadixSorter
{
org.apache.lucene.util.BytesRef scratch;
descriptor: Lorg/apache/lucene/util/BytesRef;
flags: (0x0000)
final org.apache.lucene.util.FixedLengthBytesRefArray this$0;
descriptor: Lorg/apache/lucene/util/FixedLengthBytesRefArray;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final int[] val$orderedEntries;
descriptor: [I
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final org.apache.lucene.util.BytesRefComparator val$bComp;
descriptor: Lorg/apache/lucene/util/BytesRefComparator;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.util.FixedLengthBytesRefArray, int, int[], org.apache.lucene.util.BytesRefComparator);
descriptor: (Lorg/apache/lucene/util/FixedLengthBytesRefArray;I[ILorg/apache/lucene/util/BytesRefComparator;)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=5
start local 0 start local 2 0: aload 0
aload 1
putfield org.apache.lucene.util.FixedLengthBytesRefArray$1.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
aload 0
aload 3
putfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$orderedEntries:[I
aload 0
aload 4
putfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$bComp:Lorg/apache/lucene/util/BytesRefComparator;
aload 0
iload 2
invokespecial org.apache.lucene.util.MSBRadixSorter.<init>:(I)V
1: aload 0
new org.apache.lucene.util.BytesRef
dup
invokespecial org.apache.lucene.util.BytesRef.<init>:()V
putfield org.apache.lucene.util.FixedLengthBytesRefArray$1.scratch:Lorg/apache/lucene/util/BytesRef;
2: aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.scratch:Lorg/apache/lucene/util/BytesRef;
aload 1
getfield org.apache.lucene.util.FixedLengthBytesRefArray.valueLength:I
putfield org.apache.lucene.util.BytesRef.length:I
3: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/util/FixedLengthBytesRefArray$1;
0 4 2 $anonymous0 I
MethodParameters:
Name Flags
this$0 final
$anonymous0
val$orderedEntries final
val$bComp final
protected void swap(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$orderedEntries:[I
iload 1
iaload
istore 3
start local 3 1: aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$orderedEntries:[I
iload 1
aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$orderedEntries:[I
iload 2
iaload
iastore
2: aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$orderedEntries:[I
iload 2
iload 3
iastore
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/util/FixedLengthBytesRefArray$1;
0 4 1 i I
0 4 2 j I
1 4 3 o I
MethodParameters:
Name Flags
i
j
protected int byteAt(int, int);
descriptor: (II)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$orderedEntries:[I
iload 1
iaload
istore 3
start local 3 1: aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.scratch:Lorg/apache/lucene/util/BytesRef;
aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
getfield org.apache.lucene.util.FixedLengthBytesRefArray.blocks:[[B
iload 3
aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
getfield org.apache.lucene.util.FixedLengthBytesRefArray.valuesPerBlock:I
idiv
aaload
putfield org.apache.lucene.util.BytesRef.bytes:[B
2: aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.scratch:Lorg/apache/lucene/util/BytesRef;
iload 3
aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
getfield org.apache.lucene.util.FixedLengthBytesRefArray.valuesPerBlock:I
irem
aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
getfield org.apache.lucene.util.FixedLengthBytesRefArray.valueLength:I
imul
putfield org.apache.lucene.util.BytesRef.offset:I
3: aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$bComp:Lorg/apache/lucene/util/BytesRefComparator;
aload 0
getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.scratch:Lorg/apache/lucene/util/BytesRef;
iload 2
invokevirtual org.apache.lucene.util.BytesRefComparator.byteAt:(Lorg/apache/lucene/util/BytesRef;I)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/util/FixedLengthBytesRefArray$1;
0 4 1 i I
0 4 2 k I
1 4 3 index1 I
MethodParameters:
Name Flags
i
k
}
SourceFile: "FixedLengthBytesRefArray.java"
EnclosingMethod: org.apache.lucene.util.FixedLengthBytesRefArray.sort:(Ljava/util/Comparator;)[I
NestHost: org.apache.lucene.util.FixedLengthBytesRefArray
InnerClasses:
org.apache.lucene.util.FixedLengthBytesRefArray$1