final class jdk.nashorn.internal.codegen.Label$Stack implements java.lang.Cloneable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: jdk.nashorn.internal.codegen.Label$Stack
super_class: java.lang.Object
{
static final int NON_LOAD;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: -1
jdk.nashorn.internal.codegen.types.Type[] data;
descriptor: [Ljdk/nashorn/internal/codegen/types/Type;
flags: (0x0000)
int[] localLoads;
descriptor: [I
flags: (0x0000)
int sp;
descriptor: I
flags: (0x0000)
java.util.List<jdk.nashorn.internal.codegen.types.Type> localVariableTypes;
descriptor: Ljava/util/List;
flags: (0x0000)
Signature: Ljava/util/List<Ljdk/nashorn/internal/codegen/types/Type;>;
int firstTemp;
descriptor: I
flags: (0x0000)
java.util.BitSet symbolBoundary;
descriptor: Ljava/util/BitSet;
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 Ljdk/nashorn/internal/codegen/Label;
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.codegen.Label$Stack.$assertionsDisabled:Z
3: return
LocalVariableTable:
Start End Slot Name Signature
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
bipush 8
anewarray jdk.nashorn.internal.codegen.types.Type
putfield jdk.nashorn.internal.codegen.Label$Stack.data:[Ljdk/nashorn/internal/codegen/types/Type;
2: aload 0
bipush 8
newarray 10
putfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
3: aload 0
new java.util.ArrayList
dup
bipush 8
invokespecial java.util.ArrayList.<init>:(I)V
putfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
4: aload 0
new java.util.BitSet
dup
invokespecial java.util.BitSet.<init>:()V
putfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
boolean isEmpty();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
ifne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
int size();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
void clear();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
putfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
void push(jdk.nashorn.internal.codegen.types.Type);
descriptor: (Ljdk/nashorn/internal/codegen/types/Type;)V
flags: (0x0000)
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.data:[Ljdk/nashorn/internal/codegen/types/Type;
arraylength
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
if_icmpne 7
1: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
iconst_2
imul
anewarray jdk.nashorn.internal.codegen.types.Type
astore 2
start local 2 2: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
iconst_2
imul
newarray 10
astore 3
start local 3 3: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.data:[Ljdk/nashorn/internal/codegen/types/Type;
iconst_0
aload 2
iconst_0
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
4: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
iconst_0
aload 3
iconst_0
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
5: aload 0
aload 2
putfield jdk.nashorn.internal.codegen.Label$Stack.data:[Ljdk/nashorn/internal/codegen/types/Type;
6: aload 0
aload 3
putfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
end local 3 end local 2 7: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.data:[Ljdk/nashorn/internal/codegen/types/Type;
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
aload 1
aastore
8: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
iconst_m1
iastore
9: aload 0
dup
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
iconst_1
iadd
putfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
10: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 11 1 type Ljdk/nashorn/internal/codegen/types/Type;
2 7 2 newData [Ljdk/nashorn/internal/codegen/types/Type;
3 7 3 newLocalLoad [I
MethodParameters:
Name Flags
type final
jdk.nashorn.internal.codegen.types.Type peek();
descriptor: ()Ljdk/nashorn/internal/codegen/types/Type;
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.peek:(I)Ljdk/nashorn/internal/codegen/types/Type;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
jdk.nashorn.internal.codegen.types.Type peek(int);
descriptor: (I)Ljdk/nashorn/internal/codegen/types/Type;
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
iconst_1
isub
iload 1
isub
istore 2
start local 2 1: iload 2
ifge 2
aconst_null
goto 3
StackMap locals: int
StackMap stack:
2: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.data:[Ljdk/nashorn/internal/codegen/types/Type;
iload 2
aaload
StackMap locals:
StackMap stack: jdk.nashorn.internal.codegen.types.Type
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 4 1 n I
1 4 2 pos I
MethodParameters:
Name Flags
n final
jdk.nashorn.internal.codegen.types.Type[] getTopTypes(int);
descriptor: (I)[Ljdk/nashorn/internal/codegen/types/Type;
flags: (0x0000)
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: iload 1
anewarray jdk.nashorn.internal.codegen.types.Type
astore 2
start local 2 1: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.data:[Ljdk/nashorn/internal/codegen/types/Type;
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
iload 1
isub
aload 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 3 1 count I
1 3 2 topTypes [Ljdk/nashorn/internal/codegen/types/Type;
MethodParameters:
Name Flags
count final
int[] getLocalLoads(int, int);
descriptor: (II)[I
flags: (0x0000)
Code:
stack=5, locals=5, args_size=3
start local 0 start local 1 start local 2 0: iload 2
iload 1
isub
istore 3
start local 3 1: iload 3
newarray 10
astore 4
start local 4 2: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
iload 1
aload 4
iconst_0
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
3: aload 4
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 4 1 from I
0 4 2 to I
1 4 3 count I
2 4 4 topLocalLoads [I
MethodParameters:
Name Flags
from final
to final
int getUsedSlotsWithLiveTemporaries();
descriptor: ()I
flags: (0x0000)
Code:
stack=3, locals=5, args_size=1
start local 0 0: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
istore 1
start local 1 1: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
istore 2
start local 2 2: goto 8
3: StackMap locals: int int
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
iload 2
iaload
istore 3
start local 3 4: iload 3
iconst_m1
if_icmpeq 8
5: iload 3
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
iload 3
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast jdk.nashorn.internal.codegen.types.Type
invokevirtual jdk.nashorn.internal.codegen.types.Type.getSlots:()I
iadd
istore 4
start local 4 6: iload 4
iload 1
if_icmple 8
7: iload 4
istore 1
end local 4 end local 3 8: StackMap locals:
StackMap stack:
iload 2
iinc 2 -1
ifgt 3
end local 2 9: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
1 10 1 usedSlots I
2 9 2 i I
4 8 3 slot I
6 8 4 afterSlot I
void joinFrom(jdk.nashorn.internal.codegen.Label$Stack, boolean);
descriptor: (Ljdk/nashorn/internal/codegen/Label$Stack;Z)V
flags: (0x0000)
Code:
stack=3, locals=7, args_size=3
start local 0 start local 1 start local 2 0: getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 1
aload 0
aload 1
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.isStackCompatible:(Ljdk/nashorn/internal/codegen/Label$Stack;)Z
ifne 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
iload 2
ifeq 4
2: aload 0
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
aload 1
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
invokestatic java.lang.Math.min:(II)I
putfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
3: goto 5
4: StackMap locals:
StackMap stack:
getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 5
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
aload 1
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
if_icmpeq 5
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
5: StackMap locals:
StackMap stack:
aload 1
getfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
astore 3
start local 3 6: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
istore 4
start local 4 7: iconst_0
istore 5
start local 5 8: goto 16
9: StackMap locals: int[] int int
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
iload 5
iaload
istore 6
start local 6 10: iload 6
aload 3
iload 5
iaload
if_icmpeq 13
11: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
iload 5
iconst_m1
iastore
12: goto 15
StackMap locals: int
StackMap stack:
13: iload 6
iload 4
if_icmplt 15
14: iload 6
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
iload 6
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast jdk.nashorn.internal.codegen.types.Type
invokevirtual jdk.nashorn.internal.codegen.types.Type.getSlots:()I
iadd
istore 4
end local 6 15: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
16: iload 5
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
if_icmplt 9
end local 5 17: aload 0
iload 4
iconst_0
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.undefineLocalVariables:(IZ)V
18: getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 19
aload 0
aload 1
iload 4
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.isVariablePartitioningEqual:(Ljdk/nashorn/internal/codegen/Label$Stack;I)Z
ifne 19
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
19: StackMap locals:
StackMap stack:
aload 0
aload 1
iload 4
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.mergeVariableTypes:(Ljdk/nashorn/internal/codegen/Label$Stack;I)V
20: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 21 1 joinOrigin Ljdk/nashorn/internal/codegen/Label$Stack;
0 21 2 breakTarget Z
6 21 3 otherLoads [I
7 21 4 firstDeadTemp I
8 17 5 i I
10 15 6 localLoad I
MethodParameters:
Name Flags
joinOrigin final
breakTarget final
private void mergeVariableTypes(jdk.nashorn.internal.codegen.Label$Stack, int);
descriptor: (Ljdk/nashorn/internal/codegen/Label$Stack;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
invokeinterface java.util.List.listIterator:()Ljava/util/ListIterator;
astore 3
start local 3 1: aload 1
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
start local 4 2: iconst_0
istore 5
start local 5 3: goto 15
4: StackMap locals: java.util.ListIterator java.util.Iterator int
StackMap stack:
aload 3
invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
checkcast jdk.nashorn.internal.codegen.types.Type
astore 6
start local 6 5: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast jdk.nashorn.internal.codegen.types.Type
astore 7
start local 7 6: aload 7
getstatic jdk.nashorn.internal.codegen.types.Type.UNKNOWN:Ljdk/nashorn/internal/codegen/types/Type;
if_acmpne 9
7: aload 3
getstatic jdk.nashorn.internal.codegen.types.Type.UNKNOWN:Ljdk/nashorn/internal/codegen/types/Type;
invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
8: goto 14
StackMap locals: jdk.nashorn.internal.codegen.types.Type jdk.nashorn.internal.codegen.types.Type
StackMap stack:
9: aload 6
aload 7
if_acmpeq 14
10: aload 6
invokevirtual jdk.nashorn.internal.codegen.types.Type.isObject:()Z
ifeq 13
aload 7
invokevirtual jdk.nashorn.internal.codegen.types.Type.isObject:()Z
ifeq 13
11: aload 3
getstatic jdk.nashorn.internal.codegen.types.Type.OBJECT:Ljdk/nashorn/internal/codegen/types/Type;
invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
12: goto 14
13: StackMap locals:
StackMap stack:
getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 14
aload 6
getstatic jdk.nashorn.internal.codegen.types.Type.UNKNOWN:Ljdk/nashorn/internal/codegen/types/Type;
if_acmpeq 14
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
end local 7 end local 6 14: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
15: iload 5
iload 2
if_icmplt 4
end local 5 16: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 17 1 joinOrigin Ljdk/nashorn/internal/codegen/Label$Stack;
0 17 2 toSlot I
1 17 3 it1 Ljava/util/ListIterator<Ljdk/nashorn/internal/codegen/types/Type;>;
2 17 4 it2 Ljava/util/Iterator<Ljdk/nashorn/internal/codegen/types/Type;>;
3 16 5 i I
5 14 6 thisType Ljdk/nashorn/internal/codegen/types/Type;
6 14 7 otherType Ljdk/nashorn/internal/codegen/types/Type;
MethodParameters:
Name Flags
joinOrigin final
toSlot final
void joinFromTry(jdk.nashorn.internal.codegen.Label$Stack);
descriptor: (Ljdk/nashorn/internal/codegen/Label$Stack;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
aload 1
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
invokestatic java.lang.Math.min:(II)I
putfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
1: getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 2
aload 0
aload 1
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.isVariablePartitioningEqual:(Ljdk/nashorn/internal/codegen/Label$Stack;I)Z
ifne 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.mergeVariableTypes:(Ljdk/nashorn/internal/codegen/Label$Stack;I)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 4 1 joinOrigin Ljdk/nashorn/internal/codegen/Label$Stack;
MethodParameters:
Name Flags
joinOrigin final
private int getFirstDeadLocal(java.util.List<jdk.nashorn.internal.codegen.types.Type>);
descriptor: (Ljava/util/List;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface java.util.List.size:()I
istore 2
start local 2 1: aload 1
iload 2
invokeinterface java.util.List.listIterator:(I)Ljava/util/ListIterator;
astore 3
start local 3 2: goto 4
3: StackMap locals: int java.util.ListIterator
StackMap stack:
iinc 2 -1
4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.ListIterator.hasPrevious:()Z
ifeq 7
aload 3
invokeinterface java.util.ListIterator.previous:()Ljava/lang/Object;
getstatic jdk.nashorn.internal.codegen.types.Type.UNKNOWN:Ljdk/nashorn/internal/codegen/types/Type;
if_acmpeq 3
end local 3 5: goto 7
6: StackMap locals:
StackMap stack:
iinc 2 1
7: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
iload 2
iconst_1
isub
invokevirtual java.util.BitSet.get:(I)Z
ifeq 6
8: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 9 1 types Ljava/util/List<Ljdk/nashorn/internal/codegen/types/Type;>;
1 9 2 i I
2 5 3 it Ljava/util/ListIterator<Ljdk/nashorn/internal/codegen/types/Type;>;
Signature: (Ljava/util/List<Ljdk/nashorn/internal/codegen/types/Type;>;)I
MethodParameters:
Name Flags
types final
private boolean isStackCompatible(jdk.nashorn.internal.codegen.Label$Stack);
descriptor: (Ljdk/nashorn/internal/codegen/Label$Stack;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
aload 1
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
if_icmpeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 3: goto 7
4: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.data:[Ljdk/nashorn/internal/codegen/types/Type;
iload 2
aaload
aload 1
getfield jdk.nashorn.internal.codegen.Label$Stack.data:[Ljdk/nashorn/internal/codegen/types/Type;
iload 2
aaload
invokevirtual jdk.nashorn.internal.codegen.types.Type.isEquivalentTo:(Ljdk/nashorn/internal/codegen/types/Type;)Z
ifne 6
5: iconst_0
ireturn
6: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
7: iload 2
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
if_icmplt 4
end local 2 8: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 9 1 other Ljdk/nashorn/internal/codegen/Label$Stack;
3 8 2 i I
MethodParameters:
Name Flags
other final
private boolean isVariablePartitioningEqual(jdk.nashorn.internal.codegen.Label$Stack, int);
descriptor: (Ljdk/nashorn/internal/codegen/Label$Stack;I)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.getSymbolBoundaryCopy:()Ljava/util/BitSet;
astore 3
start local 3 1: aload 3
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
invokevirtual java.util.BitSet.xor:(Ljava/util/BitSet;)V
2: aload 3
iload 2
iconst_1
isub
invokevirtual java.util.BitSet.previousSetBit:(I)I
iconst_m1
if_icmpne 3
iconst_1
ireturn
StackMap locals: java.util.BitSet
StackMap stack:
3: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 4 1 other Ljdk/nashorn/internal/codegen/Label$Stack;
0 4 2 toSlot I
1 4 3 diff Ljava/util/BitSet;
MethodParameters:
Name Flags
other final
toSlot final
void markDeadLocalVariables(int, int);
descriptor: (II)V
flags: (0x0000)
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
invokeinterface java.util.List.size:()I
istore 3
start local 3 1: iload 1
iload 3
if_icmplt 3
2: return
3: StackMap locals: int
StackMap stack:
iload 1
iload 2
iadd
iload 3
invokestatic java.lang.Math.min:(II)I
istore 4
start local 4 4: aload 0
iload 1
iload 4
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.invalidateLocalLoadsOnStack:(II)V
5: iload 1
istore 5
start local 5 6: goto 9
7: StackMap locals: int int
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
iload 5
getstatic jdk.nashorn.internal.codegen.types.Type.UNKNOWN:Ljdk/nashorn/internal/codegen/types/Type;
invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
pop
8: iinc 5 1
StackMap locals:
StackMap stack:
9: iload 5
iload 4
if_icmplt 7
end local 5 10: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 11 1 fromSlot I
0 11 2 slotCount I
1 11 3 localCount I
4 11 4 toSlot I
6 10 5 i I
MethodParameters:
Name Flags
fromSlot final
slotCount final
java.util.List<jdk.nashorn.internal.codegen.types.Type> getLocalVariableTypesCopy();
descriptor: ()Ljava/util/List;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
checkcast java.util.ArrayList
invokevirtual java.util.ArrayList.clone:()Ljava/lang/Object;
checkcast java.util.List
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
Signature: ()Ljava/util/List<Ljdk/nashorn/internal/codegen/types/Type;>;
java.util.BitSet getSymbolBoundaryCopy();
descriptor: ()Ljava/util/BitSet;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
invokevirtual java.util.BitSet.clone:()Ljava/lang/Object;
checkcast java.util.BitSet
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
java.util.List<jdk.nashorn.internal.codegen.types.Type> getWidestLiveLocals(java.util.List<jdk.nashorn.internal.codegen.types.Type>);
descriptor: (Ljava/util/List;)Ljava/util/List;
flags: (0x0000)
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: new java.util.ArrayList
dup
aload 1
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
astore 2
start local 2 1: iconst_1
istore 3
start local 3 2: aload 2
invokeinterface java.util.List.size:()I
istore 4
start local 4 3: iload 4
iconst_1
isub
istore 5
start local 5 4: goto 14
5: StackMap locals: jdk.nashorn.internal.codegen.Label$Stack java.util.List java.util.List int int int
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
iload 5
invokevirtual java.util.BitSet.get:(I)Z
ifeq 7
6: iconst_1
istore 3
7: StackMap locals:
StackMap stack:
aload 2
iload 5
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast jdk.nashorn.internal.codegen.types.Type
astore 6
start local 6 8: aload 6
getstatic jdk.nashorn.internal.codegen.types.Type.UNKNOWN:Ljdk/nashorn/internal/codegen/types/Type;
if_acmpeq 14
9: iload 3
ifeq 13
10: aload 6
getstatic jdk.nashorn.internal.codegen.types.Type.SLOT_2:Ljdk/nashorn/internal/codegen/types/Type;
if_acmpeq 14
11: iconst_0
istore 3
12: goto 14
13: StackMap locals: jdk.nashorn.internal.codegen.types.Type
StackMap stack:
aload 2
iload 5
getstatic jdk.nashorn.internal.codegen.types.Type.UNKNOWN:Ljdk/nashorn/internal/codegen/types/Type;
invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
pop
end local 6 14: StackMap locals:
StackMap stack:
iload 5
iinc 5 -1
ifgt 5
end local 5 15: aload 2
aload 0
aload 2
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.getFirstDeadLocal:(Ljava/util/List;)I
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
invokestatic java.lang.Math.max:(II)I
aload 2
invokeinterface java.util.List.size:()I
invokeinterface java.util.List.subList:(II)Ljava/util/List;
invokeinterface java.util.List.clear:()V
16: aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 17 1 lvarTypes Ljava/util/List<Ljdk/nashorn/internal/codegen/types/Type;>;
1 17 2 widestLiveLocals Ljava/util/List<Ljdk/nashorn/internal/codegen/types/Type;>;
2 17 3 keepNextValue Z
3 17 4 size I
4 15 5 i I
8 14 6 t Ljdk/nashorn/internal/codegen/types/Type;
Signature: (Ljava/util/List<Ljdk/nashorn/internal/codegen/types/Type;>;)Ljava/util/List<Ljdk/nashorn/internal/codegen/types/Type;>;
MethodParameters:
Name Flags
lvarTypes final
java.lang.String markSymbolBoundariesInLvarTypesDescriptor(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0000)
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual java.lang.String.toCharArray:()[C
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: iconst_0
istore 4
start local 4 3: goto 10
4: StackMap locals: char[] int int
StackMap stack:
aload 2
iload 4
caload
istore 5
start local 5 5: iload 3
iload 5
invokestatic jdk.nashorn.internal.codegen.CodeGeneratorLexicalContext.getTypeForSlotDescriptor:(C)Ljdk/nashorn/internal/codegen/types/Type;
invokevirtual jdk.nashorn.internal.codegen.types.Type.getSlots:()I
iadd
istore 6
start local 6 6: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
iload 6
iconst_1
isub
invokevirtual java.util.BitSet.get:(I)Z
ifne 8
7: aload 2
iload 4
iload 5
invokestatic java.lang.Character.toLowerCase:(C)C
castore
8: StackMap locals: int int
StackMap stack:
iload 6
istore 3
end local 6 end local 5 9: iinc 4 1
StackMap locals:
StackMap stack:
10: iload 4
aload 2
arraylength
if_icmplt 4
end local 4 11: new java.lang.String
dup
aload 2
invokespecial java.lang.String.<init>:([C)V
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/codegen/Label$Stack;
0 12 1 lvarDescriptor Ljava/lang/String;
1 12 2 chars [C
2 12 3 j I
3 11 4 i I
5 9 5 c C
6 9 6 nextj I
MethodParameters:
Name Flags
lvarDescriptor final
jdk.nashorn.internal.codegen.types.Type pop();
descriptor: ()Ljdk/nashorn/internal/codegen/types/Type;
flags: (0x0000)
Code:
stack=4, locals=1, args_size=1
start local 0 0: getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 1
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
ifgt 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.data:[Ljdk/nashorn/internal/codegen/types/Type;
aload 0
dup
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
iconst_1
isub
dup_x1
putfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
aaload
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
public jdk.nashorn.internal.codegen.Label$Stack clone();
descriptor: ()Ljdk/nashorn/internal/codegen/Label$Stack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.clone:()Ljava/lang/Object;
checkcast jdk.nashorn.internal.codegen.Label$Stack
astore 1
start local 1 1: aload 1
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.data:[Ljdk/nashorn/internal/codegen/types/Type;
invokevirtual jdk.nashorn.internal.codegen.types.Type[].clone:()Ljava/lang/Object;
checkcast jdk.nashorn.internal.codegen.types.Type[]
putfield jdk.nashorn.internal.codegen.Label$Stack.data:[Ljdk/nashorn/internal/codegen/types/Type;
2: aload 1
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
invokevirtual int[].clone:()Ljava/lang/Object;
checkcast int[]
putfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
3: aload 1
aload 0
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.getSymbolBoundaryCopy:()Ljava/util/BitSet;
putfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
4: aload 1
aload 0
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.getLocalVariableTypesCopy:()Ljava/util/List;
putfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
5: aload 1
6: areturn
end local 1 7: StackMap locals:
StackMap stack: java.lang.CloneNotSupportedException
astore 1
start local 1 8: new java.lang.AssertionError
dup
ldc ""
aload 1
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
1 7 1 clone Ljdk/nashorn/internal/codegen/Label$Stack;
8 9 1 e Ljava/lang/CloneNotSupportedException;
Exception table:
from to target type
0 6 7 Class java.lang.CloneNotSupportedException
private jdk.nashorn.internal.codegen.Label$Stack cloneWithEmptyStack();
descriptor: ()Ljdk/nashorn/internal/codegen/Label$Stack;
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.clone:()Ljdk/nashorn/internal/codegen/Label$Stack;
astore 1
start local 1 1: aload 1
iconst_0
putfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
1 3 1 stack Ljdk/nashorn/internal/codegen/Label$Stack;
int getTopLocalLoad();
descriptor: ()I
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
iconst_1
isub
iaload
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
void markLocalLoad(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
iconst_1
isub
iload 1
iastore
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 2 1 slot I
MethodParameters:
Name Flags
slot final
void onLocalStore(jdk.nashorn.internal.codegen.types.Type, int, boolean);
descriptor: (Ljdk/nashorn/internal/codegen/types/Type;IZ)V
flags: (0x0000)
Code:
stack=4, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 3
ifeq 12
1: iload 2
ifne 2
iconst_0
goto 3
StackMap locals:
StackMap stack:
2: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
iload 2
iconst_1
isub
invokevirtual java.util.BitSet.previousSetBit:(I)I
iconst_1
iadd
StackMap locals:
StackMap stack: int
3: istore 4
start local 4 4: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
iload 2
invokevirtual java.util.BitSet.nextSetBit:(I)I
iconst_1
iadd
istore 5
start local 5 5: iload 4
istore 6
start local 6 6: goto 9
7: StackMap locals: int int int
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
iload 6
getstatic jdk.nashorn.internal.codegen.types.Type.UNKNOWN:Ljdk/nashorn/internal/codegen/types/Type;
invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
pop
8: iinc 6 1
StackMap locals:
StackMap stack:
9: iload 6
iload 5
if_icmplt 7
end local 6 10: aload 0
iload 4
iload 5
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.invalidateLocalLoadsOnStack:(II)V
end local 5 end local 4 11: goto 13
12: StackMap locals:
StackMap stack:
aload 0
iload 2
iload 2
aload 1
invokevirtual jdk.nashorn.internal.codegen.types.Type.getSlots:()I
iadd
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.invalidateLocalLoadsOnStack:(II)V
13: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
iload 2
aload 1
invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
pop
14: aload 1
invokevirtual jdk.nashorn.internal.codegen.types.Type.isCategory2:()Z
ifeq 16
15: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
iload 2
iconst_1
iadd
getstatic jdk.nashorn.internal.codegen.types.Type.SLOT_2:Ljdk/nashorn/internal/codegen/types/Type;
invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
pop
16: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 17 1 type Ljdk/nashorn/internal/codegen/types/Type;
0 17 2 slot I
0 17 3 onlySymbolLiveValue Z
4 11 4 fromSlot I
5 11 5 toSlot I
6 10 6 i I
MethodParameters:
Name Flags
type final
slot final
onlySymbolLiveValue final
private void invalidateLocalLoadsOnStack(int, int);
descriptor: (II)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: goto 6
2: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
iload 3
iaload
istore 4
start local 4 3: iload 4
iload 1
if_icmplt 5
iload 4
iload 2
if_icmpge 5
4: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
iload 3
iconst_m1
iastore
end local 4 5: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
if_icmplt 2
end local 3 7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 8 1 fromSlot I
0 8 2 toSlot I
1 7 3 i I
3 5 4 localLoad I
MethodParameters:
Name Flags
fromSlot final
toSlot final
void defineBlockLocalVariable(int, int);
descriptor: (II)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.defineLocalVariable:(II)V
1: getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 2
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
iload 2
if_icmplt 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
iload 2
putfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 4 1 fromSlot I
0 4 2 toSlot I
MethodParameters:
Name Flags
fromSlot final
toSlot final
int defineTemporaryLocalVariable(int);
descriptor: (I)I
flags: (0x0000)
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.getUsedSlotsWithLiveTemporaries:()I
istore 2
start local 2 1: aload 0
iload 2
iload 2
iload 1
iadd
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.defineLocalVariable:(II)V
2: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 3 1 width I
1 3 2 fromSlot I
MethodParameters:
Name Flags
width final
void defineTemporaryLocalVariable(int, int);
descriptor: (II)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.defineLocalVariable:(II)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 2 1 fromSlot I
0 2 2 toSlot I
MethodParameters:
Name Flags
fromSlot final
toSlot final
private void defineLocalVariable(int, int);
descriptor: (II)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 1
aload 0
iload 1
iload 2
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.hasLoadsOnStack:(II)Z
ifeq 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 2
iload 1
iload 2
if_icmplt 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
iload 1
iload 2
iconst_1
isub
invokevirtual java.util.BitSet.clear:(II)V
3: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
iload 2
iconst_1
isub
invokevirtual java.util.BitSet.set:(I)V
4: iload 2
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
invokeinterface java.util.List.size:()I
invokestatic java.lang.Math.min:(II)I
istore 3
start local 3 5: iload 1
istore 4
start local 4 6: goto 9
7: StackMap locals: int int
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
iload 4
getstatic jdk.nashorn.internal.codegen.types.Type.UNKNOWN:Ljdk/nashorn/internal/codegen/types/Type;
invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
pop
8: iinc 4 1
StackMap locals:
StackMap stack:
9: iload 4
iload 3
if_icmplt 7
end local 4 10: iload 3
istore 4
start local 4 11: goto 14
12: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
iload 4
getstatic jdk.nashorn.internal.codegen.types.Type.UNKNOWN:Ljdk/nashorn/internal/codegen/types/Type;
invokeinterface java.util.List.add:(ILjava/lang/Object;)V
13: iinc 4 1
StackMap locals:
StackMap stack:
14: iload 4
iload 2
if_icmplt 12
end local 4 15: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 16 1 fromSlot I
0 16 2 toSlot I
5 16 3 lastExisting I
6 10 4 i I
11 15 4 i I
MethodParameters:
Name Flags
fromSlot final
toSlot final
void undefineLocalVariables(int, boolean);
descriptor: (IZ)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
invokeinterface java.util.List.size:()I
istore 3
start local 3 1: getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 2
iload 3
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
invokevirtual java.util.BitSet.length:()I
if_icmpeq 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals: int
StackMap stack:
getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 3
aload 0
iload 1
iload 3
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.hasLoadsOnStack:(II)Z
ifeq 3
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
iload 2
ifeq 7
4: iload 1
ifle 8
5: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
iload 1
iconst_1
isub
invokevirtual java.util.BitSet.set:(I)V
6: goto 8
7: StackMap locals:
StackMap stack:
getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 8
iload 1
ifeq 8
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
iload 1
iconst_1
isub
invokevirtual java.util.BitSet.get:(I)Z
ifne 8
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
8: StackMap locals:
StackMap stack:
iload 1
iload 3
if_icmpge 11
9: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
iload 1
iload 3
invokevirtual java.util.BitSet.clear:(II)V
10: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
iload 1
iload 3
invokeinterface java.util.List.subList:(II)Ljava/util/List;
invokeinterface java.util.List.clear:()V
11: StackMap locals:
StackMap stack:
aload 0
iload 1
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
invokestatic java.lang.Math.min:(II)I
putfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
12: getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 13
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
invokevirtual java.util.BitSet.length:()I
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
invokeinterface java.util.List.size:()I
if_icmpeq 13
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
13: StackMap locals:
StackMap stack:
getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 14
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
invokevirtual java.util.BitSet.length:()I
iload 1
if_icmpeq 14
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
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 Ljdk/nashorn/internal/codegen/Label$Stack;
0 15 1 fromSlot I
0 15 2 canTruncateSymbol Z
1 15 3 lvarCount I
MethodParameters:
Name Flags
fromSlot final
canTruncateSymbol final
private void markAsOptimisticCatchHandler(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
iload 1
iconst_1
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.undefineLocalVariables:(IZ)V
1: aload 0
iload 1
putfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
2: aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
invokeinterface java.util.List.size:()I
invokeinterface java.util.List.subList:(II)Ljava/util/List;
invokeinterface java.util.List.clear:()V
3: getstatic jdk.nashorn.internal.codegen.Label$Stack.$assertionsDisabled:Z
ifne 4
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
invokevirtual java.util.BitSet.length:()I
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
if_icmpeq 4
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
invokeinterface java.util.List.listIterator:()Ljava/util/ListIterator;
astore 2
start local 2 5: goto 12
6: StackMap locals: java.util.ListIterator
StackMap stack:
aload 2
invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
checkcast jdk.nashorn.internal.codegen.types.Type
astore 3
start local 3 7: aload 3
getstatic jdk.nashorn.internal.codegen.types.Type.BOOLEAN:Ljdk/nashorn/internal/codegen/types/Type;
if_acmpne 10
8: aload 2
getstatic jdk.nashorn.internal.codegen.types.Type.INT:Ljdk/nashorn/internal/codegen/types/BitwiseType;
invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
9: goto 12
StackMap locals: jdk.nashorn.internal.codegen.types.Type
StackMap stack:
10: aload 3
invokevirtual jdk.nashorn.internal.codegen.types.Type.isObject:()Z
ifeq 12
aload 3
getstatic jdk.nashorn.internal.codegen.types.Type.OBJECT:Ljdk/nashorn/internal/codegen/types/Type;
if_acmpeq 12
11: aload 2
getstatic jdk.nashorn.internal.codegen.types.Type.OBJECT:Ljdk/nashorn/internal/codegen/types/Type;
invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
end local 3 12: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.ListIterator.hasNext:()Z
ifne 6
end local 2 13: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 14 1 liveLocalCount I
5 13 2 it Ljava/util/ListIterator<Ljdk/nashorn/internal/codegen/types/Type;>;
7 12 3 type Ljdk/nashorn/internal/codegen/types/Type;
MethodParameters:
Name Flags
liveLocalCount final
boolean hasLoadsOnStack(int, int);
descriptor: (II)Z
flags: (0x0000)
Code:
stack=2, locals=5, args_size=3
start local 0 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: goto 6
2: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localLoads:[I
iload 3
iaload
istore 4
start local 4 3: iload 4
iload 1
if_icmplt 5
iload 4
iload 2
if_icmpge 5
4: iconst_1
ireturn
end local 4 5: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
if_icmplt 2
end local 3 7: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
0 8 1 fromSlot I
0 8 2 toSlot I
1 7 3 i I
3 5 4 load I
MethodParameters:
Name Flags
fromSlot final
toSlot final
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "stack="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.data:[Ljdk/nashorn/internal/codegen/types/Type;
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.sp:I
invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
1: ldc ", symbolBoundaries="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.symbolBoundary:Ljava/util/BitSet;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
2: ldc ", firstTemp="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.firstTemp:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
3: ldc ", localTypes="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield jdk.nashorn.internal.codegen.Label$Stack.localVariableTypes:Ljava/util/List;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
4: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljdk/nashorn/internal/codegen/Label$Stack;
public java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual jdk.nashorn.internal.codegen.Label$Stack.clone:()Ljdk/nashorn/internal/codegen/Label$Stack;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.CloneNotSupportedException
}
SourceFile: "Label.java"
NestHost: jdk.nashorn.internal.codegen.Label
InnerClasses:
final Stack = jdk.nashorn.internal.codegen.Label$Stack of jdk.nashorn.internal.codegen.Label