class jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue
super_class: java.lang.Object
{
private final jdk.nashorn.internal.runtime.PropertyHashMap$Element qhead;
descriptor: Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final jdk.nashorn.internal.runtime.PropertyHashMap$Element[] qbins;
descriptor: [Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
int searchCount;
descriptor: I
flags: (0x0000)
final jdk.nashorn.internal.runtime.PropertyHashMap this$0;
descriptor: Ljdk/nashorn/internal/runtime/PropertyHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
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 Ljdk/nashorn/internal/runtime/PropertyHashMap;
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 jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(jdk.nashorn.internal.runtime.PropertyHashMap, jdk.nashorn.internal.runtime.PropertyHashMap$Element, jdk.nashorn.internal.runtime.PropertyHashMap$Element[]);
descriptor: (Ljdk/nashorn/internal/runtime/PropertyHashMap;Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;[Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.this$0:Ljdk/nashorn/internal/runtime/PropertyHashMap;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.searchCount:I
2: aload 0
aload 2
putfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.qhead:Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
3: aload 0
aload 3
putfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.qbins:[Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
4: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljdk/nashorn/internal/runtime/PropertyHashMap$ElementQueue;
0 5 2 qhead Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
0 5 3 qbins [Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
MethodParameters:
Name Flags
this$0 final
qhead final
qbins final
jdk.nashorn.internal.runtime.PropertyHashMap$Element find(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
flags: (0x0000)
Code:
stack=6, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.qbins:[Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
aload 1
invokestatic jdk.nashorn.internal.runtime.PropertyHashMap.binIndex:([Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;Ljava/lang/Object;)I
istore 2
start local 2 1: aload 0
getfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.qbins:[Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
iload 2
aaload
aload 1
invokestatic jdk.nashorn.internal.runtime.PropertyHashMap.findElement:(Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;Ljava/lang/Object;)Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
astore 3
start local 3 2: aload 3
ifnull 4
3: aload 3
areturn
4: StackMap locals: int jdk.nashorn.internal.runtime.PropertyHashMap$Element
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.qhead:Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
ifnull 11
5: aload 0
dup
getfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.searchCount:I
iconst_1
iadd
dup_x1
putfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.searchCount:I
iconst_2
if_icmple 10
6: aload 0
invokevirtual jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.cloneAndMergeBins:()[Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
astore 4
start local 4 7: getstatic jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.$assertionsDisabled:Z
ifne 8
aload 4
aload 0
getfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.qbins:[Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
if_acmpne 8
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
8: StackMap locals: jdk.nashorn.internal.runtime.PropertyHashMap$Element[]
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.this$0:Ljdk/nashorn/internal/runtime/PropertyHashMap;
new jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue
dup
aload 0
getfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.this$0:Ljdk/nashorn/internal/runtime/PropertyHashMap;
aconst_null
aload 4
invokespecial jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.<init>:(Ljdk/nashorn/internal/runtime/PropertyHashMap;Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;[Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;)V
putfield jdk.nashorn.internal.runtime.PropertyHashMap.queue:Ljdk/nashorn/internal/runtime/PropertyHashMap$ElementQueue;
9: aload 0
getfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.this$0:Ljdk/nashorn/internal/runtime/PropertyHashMap;
getfield jdk.nashorn.internal.runtime.PropertyHashMap.queue:Ljdk/nashorn/internal/runtime/PropertyHashMap$ElementQueue;
aload 1
invokevirtual jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.find:(Ljava/lang/Object;)Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
areturn
end local 4 10: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.qhead:Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
aload 1
invokestatic jdk.nashorn.internal.runtime.PropertyHashMap.findElement:(Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;Ljava/lang/Object;)Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
areturn
11: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Ljdk/nashorn/internal/runtime/PropertyHashMap$ElementQueue;
0 12 1 key Ljava/lang/Object;
1 12 2 binIndex I
2 12 3 element Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
7 10 4 newBins [Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
MethodParameters:
Name Flags
key final
private jdk.nashorn.internal.runtime.PropertyHashMap$Element[] cloneAndMergeBins();
descriptor: ()[Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=6, args_size=1
start local 0 0: aload 0
getfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.qhead:Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
ifnonnull 2
1: aload 0
getfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.qbins:[Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.qbins:[Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
invokevirtual jdk.nashorn.internal.runtime.PropertyHashMap$Element[].clone:()Ljava/lang/Object;
checkcast jdk.nashorn.internal.runtime.PropertyHashMap$Element[]
astore 1
start local 1 3: aload 0
getfield jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue.qhead:Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
astore 2
start local 2 4: goto 10
5: StackMap locals: jdk.nashorn.internal.runtime.PropertyHashMap$Element[] jdk.nashorn.internal.runtime.PropertyHashMap$Element
StackMap stack:
aload 2
invokevirtual jdk.nashorn.internal.runtime.PropertyHashMap$Element.getProperty:()Ljdk/nashorn/internal/runtime/Property;
astore 3
start local 3 6: aload 3
invokevirtual jdk.nashorn.internal.runtime.Property.getKey:()Ljava/lang/Object;
astore 4
start local 4 7: aload 1
aload 4
invokestatic jdk.nashorn.internal.runtime.PropertyHashMap.binIndex:([Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;Ljava/lang/Object;)I
istore 5
start local 5 8: aload 1
iload 5
new jdk.nashorn.internal.runtime.PropertyHashMap$Element
dup
aload 1
iload 5
aaload
aload 3
invokespecial jdk.nashorn.internal.runtime.PropertyHashMap$Element.<init>:(Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;Ljdk/nashorn/internal/runtime/Property;)V
aastore
end local 5 end local 4 end local 3 9: aload 2
invokevirtual jdk.nashorn.internal.runtime.PropertyHashMap$Element.getLink:()Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
astore 2
StackMap locals:
StackMap stack:
10: aload 2
ifnonnull 5
end local 2 11: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Ljdk/nashorn/internal/runtime/PropertyHashMap$ElementQueue;
3 12 1 newBins [Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
4 11 2 element Ljdk/nashorn/internal/runtime/PropertyHashMap$Element;
6 9 3 property Ljdk/nashorn/internal/runtime/Property;
7 9 4 key Ljava/lang/Object;
8 9 5 binIndex I
}
SourceFile: "PropertyHashMap.java"
NestHost: jdk.nashorn.internal.runtime.PropertyHashMap
InnerClasses:
final Element = jdk.nashorn.internal.runtime.PropertyHashMap$Element of jdk.nashorn.internal.runtime.PropertyHashMap
private ElementQueue = jdk.nashorn.internal.runtime.PropertyHashMap$ElementQueue of jdk.nashorn.internal.runtime.PropertyHashMap