final class com.sun.xml.internal.rngom.binary.PatternInterner
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.xml.internal.rngom.binary.PatternInterner
super_class: java.lang.Object
{
private static final int INIT_SIZE;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 256
private static final float LOAD_FACTOR;
descriptor: F
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0.3
private com.sun.xml.internal.rngom.binary.Pattern[] table;
descriptor: [Lcom/sun/xml/internal/rngom/binary/Pattern;
flags: (0x0002) ACC_PRIVATE
private int used;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int usedLimit;
descriptor: I
flags: (0x0002) ACC_PRIVATE
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
2: aload 0
iconst_0
putfield com.sun.xml.internal.rngom.binary.PatternInterner.used:I
3: aload 0
iconst_0
putfield com.sun.xml.internal.rngom.binary.PatternInterner.usedLimit:I
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/xml/internal/rngom/binary/PatternInterner;
void <init>(com.sun.xml.internal.rngom.binary.PatternInterner);
descriptor: (Lcom/sun/xml/internal/rngom/binary/PatternInterner;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
putfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
2: aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
ifnull 4
3: aload 0
aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
invokevirtual com.sun.xml.internal.rngom.binary.Pattern[].clone:()Ljava/lang/Object;
checkcast com.sun.xml.internal.rngom.binary.Pattern[]
putfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
4: StackMap locals: com.sun.xml.internal.rngom.binary.PatternInterner com.sun.xml.internal.rngom.binary.PatternInterner
StackMap stack:
aload 0
aload 1
getfield com.sun.xml.internal.rngom.binary.PatternInterner.used:I
putfield com.sun.xml.internal.rngom.binary.PatternInterner.used:I
5: aload 0
aload 1
getfield com.sun.xml.internal.rngom.binary.PatternInterner.usedLimit:I
putfield com.sun.xml.internal.rngom.binary.PatternInterner.usedLimit:I
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/xml/internal/rngom/binary/PatternInterner;
0 7 1 parent Lcom/sun/xml/internal/rngom/binary/PatternInterner;
MethodParameters:
Name Flags
parent
com.sun.xml.internal.rngom.binary.Pattern intern(com.sun.xml.internal.rngom.binary.Pattern);
descriptor: (Lcom/sun/xml/internal/rngom/binary/Pattern;)Lcom/sun/xml/internal/rngom/binary/Pattern;
flags: (0x0000)
Code:
stack=4, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
ifnonnull 5
1: aload 0
sipush 256
anewarray com.sun.xml.internal.rngom.binary.Pattern
putfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
2: aload 0
bipush 76
putfield com.sun.xml.internal.rngom.binary.PatternInterner.usedLimit:I
3: aload 0
aload 1
invokevirtual com.sun.xml.internal.rngom.binary.PatternInterner.firstIndex:(Lcom/sun/xml/internal/rngom/binary/Pattern;)I
istore 2
start local 2 4: goto 11
end local 2 5: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual com.sun.xml.internal.rngom.binary.PatternInterner.firstIndex:(Lcom/sun/xml/internal/rngom/binary/Pattern;)I
istore 2
start local 2 6: goto 10
7: StackMap locals: int
StackMap stack:
aload 1
aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
iload 2
aaload
invokevirtual com.sun.xml.internal.rngom.binary.Pattern.samePattern:(Lcom/sun/xml/internal/rngom/binary/Pattern;)Z
ifeq 9
8: aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
iload 2
aaload
areturn
9: StackMap locals:
StackMap stack:
aload 0
iload 2
invokevirtual com.sun.xml.internal.rngom.binary.PatternInterner.nextIndex:(I)I
istore 2
StackMap locals:
StackMap stack:
10: aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
iload 2
aaload
ifnonnull 7
11: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.used:I
aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.usedLimit:I
if_icmplt 28
12: aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
astore 3
start local 3 13: aload 0
aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
arraylength
iconst_1
ishl
anewarray com.sun.xml.internal.rngom.binary.Pattern
putfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
14: aload 3
arraylength
istore 4
start local 4 15: goto 23
16: StackMap locals: com.sun.xml.internal.rngom.binary.Pattern[] int
StackMap stack:
iinc 4 -1
17: aload 3
iload 4
aaload
ifnull 23
18: aload 0
aload 3
iload 4
aaload
invokevirtual com.sun.xml.internal.rngom.binary.PatternInterner.firstIndex:(Lcom/sun/xml/internal/rngom/binary/Pattern;)I
istore 5
start local 5 19: goto 21
20: StackMap locals: int
StackMap stack:
aload 0
iload 5
invokevirtual com.sun.xml.internal.rngom.binary.PatternInterner.nextIndex:(I)I
istore 5
21: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
iload 5
aaload
ifnonnull 20
22: aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
iload 5
aload 3
iload 4
aaload
aastore
end local 5 23: StackMap locals:
StackMap stack:
iload 4
ifgt 16
end local 4 24: aload 0
aload 1
invokevirtual com.sun.xml.internal.rngom.binary.PatternInterner.firstIndex:(Lcom/sun/xml/internal/rngom/binary/Pattern;)I
istore 2
goto 26
StackMap locals:
StackMap stack:
25: aload 0
iload 2
invokevirtual com.sun.xml.internal.rngom.binary.PatternInterner.nextIndex:(I)I
istore 2
StackMap locals:
StackMap stack:
26: aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
iload 2
aaload
ifnonnull 25
27: aload 0
aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
arraylength
i2f
ldc 0.3
fmul
f2i
putfield com.sun.xml.internal.rngom.binary.PatternInterner.usedLimit:I
end local 3 28: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.sun.xml.internal.rngom.binary.PatternInterner.used:I
iconst_1
iadd
putfield com.sun.xml.internal.rngom.binary.PatternInterner.used:I
29: aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
iload 2
aload 1
aastore
30: aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 31 0 this Lcom/sun/xml/internal/rngom/binary/PatternInterner;
0 31 1 p Lcom/sun/xml/internal/rngom/binary/Pattern;
4 5 2 h I
6 31 2 h I
13 28 3 oldTable [Lcom/sun/xml/internal/rngom/binary/Pattern;
15 24 4 i I
19 23 5 j I
MethodParameters:
Name Flags
p
private int firstIndex(com.sun.xml.internal.rngom.binary.Pattern);
descriptor: (Lcom/sun/xml/internal/rngom/binary/Pattern;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual com.sun.xml.internal.rngom.binary.Pattern.patternHashCode:()I
aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
arraylength
iconst_1
isub
iand
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/binary/PatternInterner;
0 1 1 p Lcom/sun/xml/internal/rngom/binary/Pattern;
MethodParameters:
Name Flags
p
private int nextIndex(int);
descriptor: (I)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
ifne 1
aload 0
getfield com.sun.xml.internal.rngom.binary.PatternInterner.table:[Lcom/sun/xml/internal/rngom/binary/Pattern;
arraylength
iconst_1
isub
goto 2
StackMap locals:
StackMap stack:
1: iload 1
iconst_1
isub
StackMap locals:
StackMap stack: int
2: ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/rngom/binary/PatternInterner;
0 3 1 i I
MethodParameters:
Name Flags
i
}
SourceFile: "PatternInterner.java"