public final class jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer implements java.lang.Cloneable
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer
super_class: java.lang.Object
{
private static final int INIT_MULTI_BYTE_RANGE_SIZE;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 5
private static final int ALL_MULTI_BYTE_RANGE;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2147483647
int[] p;
descriptor: [I
flags: (0x0000)
int used;
descriptor: I
flags: (0x0000)
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_5
newarray 10
putfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
2: aload 0
iconst_0
iconst_0
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.writeCodePoint:(II)V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
public boolean isInCodeRange(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iconst_0
iaload
istore 3
start local 3 2: iload 3
istore 4
start local 4 3: goto 9
4: StackMap locals: int int int
StackMap stack:
iload 2
iload 4
iadd
iconst_1
ishr
istore 5
start local 5 5: iload 1
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iload 5
iconst_1
ishl
iconst_2
iadd
iaload
if_icmple 8
6: iload 5
iconst_1
iadd
istore 2
7: goto 9
8: StackMap locals: int
StackMap stack:
iload 5
istore 4
end local 5 9: StackMap locals:
StackMap stack:
iload 2
iload 4
if_icmplt 4
10: iload 2
iload 3
if_icmpge 11
iload 1
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iload 2
iconst_1
ishl
iconst_1
iadd
iaload
if_icmplt 11
iconst_1
ireturn
StackMap locals:
StackMap stack:
11: iconst_0
ireturn
end local 4 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/regexp/joni/CodeRangeBuffer;
0 12 1 code I
1 12 2 low I
2 12 3 n I
3 12 4 high I
5 9 5 x I
MethodParameters:
Name Flags
code final
private void <init>(jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer);
descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, 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 jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
arraylength
newarray 10
putfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
2: aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iconst_0
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iconst_0
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
3: aload 0
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.used:I
putfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.used:I
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 5 1 orig Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
MethodParameters:
Name Flags
orig final
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: aload 1
ldc "CodeRange"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
2: aload 1
ldc "\n used: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.used:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
pop
3: aload 1
ldc "\n code point: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iconst_0
iaload
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
pop
4: aload 1
ldc "\n ranges: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
5: iconst_0
istore 2
start local 2 6: goto 11
7: StackMap locals: java.lang.StringBuilder int
StackMap stack:
aload 1
ldc "["
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iload 2
iconst_2
imul
iconst_1
iadd
iaload
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.rangeNumToString:(I)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ".."
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iload 2
iconst_2
imul
iconst_2
iadd
iaload
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.rangeNumToString:(I)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc "]"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
8: iload 2
ifle 10
iload 2
bipush 6
irem
ifne 10
9: aload 1
ldc "\n "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
10: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
11: iload 2
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iconst_0
iaload
if_icmplt 7
end local 2 12: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
1 13 1 buf Ljava/lang/StringBuilder;
6 12 2 i I
private static java.lang.String rangeNumToString(int);
descriptor: (I)Ljava/lang/String;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "0x"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 0
bipush 16
invokestatic java.lang.Integer.toString:(II)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 num I
MethodParameters:
Name Flags
num final
public void expand(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
arraylength
istore 2
start local 2 1: StackMap locals: int
StackMap stack:
iload 2
iconst_1
ishl
istore 2
iload 2
iload 1
if_icmplt 1
2: iload 2
newarray 10
astore 3
start local 3 3: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iconst_0
aload 3
iconst_0
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.used:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
4: aload 0
aload 3
putfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
5: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 6 1 low I
1 6 2 length I
3 6 3 tmp [I
MethodParameters:
Name Flags
low final
public void ensureSize(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
arraylength
istore 2
start local 2 1: goto 3
StackMap locals: int
StackMap stack:
2: iload 2
iconst_1
ishl
istore 2
StackMap locals:
StackMap stack:
3: iload 2
iload 1
if_icmplt 2
4: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
arraylength
iload 2
if_icmpeq 8
5: iload 2
newarray 10
astore 3
start local 3 6: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iconst_0
aload 3
iconst_0
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.used:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
7: aload 0
aload 3
putfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
end local 3 8: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 9 1 size I
1 9 2 length I
6 8 3 tmp [I
MethodParameters:
Name Flags
size final
private void moveRight(int, int, int);
descriptor: (III)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 2
iload 3
iadd
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
arraylength
if_icmple 2
1: aload 0
iload 2
iload 3
iadd
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.expand:(I)V
2: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iload 1
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iload 2
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
3: iload 2
iload 3
iadd
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.used:I
if_icmple 5
4: aload 0
iload 2
iload 3
iadd
putfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.used:I
5: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 6 1 from I
0 6 2 to I
0 6 3 n I
MethodParameters:
Name Flags
from final
to final
n final
protected void moveLeft(int, int, int);
descriptor: (III)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iload 1
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iload 2
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 2 1 from I
0 2 2 to I
0 2 3 n I
MethodParameters:
Name Flags
from final
to final
n final
private void moveLeftAndReduce(int, int);
descriptor: (II)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iload 1
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iload 2
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.used:I
iload 1
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
1: aload 0
dup
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.used:I
iload 1
iload 2
isub
isub
putfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.used:I
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 3 1 from I
0 3 2 to I
MethodParameters:
Name Flags
from final
to final
public void writeCodePoint(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iload 1
iconst_1
iadd
istore 3
start local 3 1: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
arraylength
iload 3
if_icmpge 3
2: aload 0
iload 3
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.expand:(I)V
3: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
iload 1
iload 2
iastore
4: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.used:I
iload 3
if_icmpge 6
5: aload 0
iload 3
putfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.used:I
6: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 7 1 pos I
0 7 2 b I
1 7 3 u I
MethodParameters:
Name Flags
pos final
b final
public jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer clone();
descriptor: ()Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer
dup
aload 0
invokespecial jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.<init>:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
public static jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer addCodeRangeToBuff(jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer, int, int);
descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;II)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=15, args_size=3
start local 0 start local 1 start local 2 0: iload 1
istore 3
start local 3 1: iload 2
istore 4
start local 4 2: aload 0
astore 5
start local 5 3: iload 3
iload 4
if_icmple 7
4: iload 3
istore 6
start local 6 5: iload 4
istore 3
6: iload 6
istore 4
end local 6 7: StackMap locals: int int jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer
StackMap stack:
aload 5
ifnonnull 9
8: new jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer
dup
invokespecial jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.<init>:()V
astore 5
9: StackMap locals:
StackMap stack:
aload 5
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
astore 6
start local 6 10: aload 6
iconst_0
iaload
istore 7
start local 7 11: iconst_0
istore 8
start local 8 12: iload 7
istore 9
start local 9 13: goto 19
14: StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int int int int jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int[] int int int
StackMap stack:
iload 8
iload 9
iadd
iconst_1
iushr
istore 10
start local 10 15: iload 3
aload 6
iload 10
iconst_2
imul
iconst_2
iadd
iaload
if_icmple 18
16: iload 10
iconst_1
iadd
istore 8
17: goto 19
18: StackMap locals: int
StackMap stack:
iload 10
istore 9
end local 10 19: StackMap locals:
StackMap stack:
iload 8
iload 9
if_icmplt 14
20: iload 8
istore 10
start local 10 21: iload 7
istore 9
22: goto 28
23: StackMap locals: int
StackMap stack:
iload 10
iload 9
iadd
iconst_1
iushr
istore 11
start local 11 24: iload 4
aload 6
iload 11
iconst_2
imul
iconst_1
iadd
iaload
iconst_1
isub
if_icmplt 27
25: iload 11
iconst_1
iadd
istore 10
26: goto 28
27: StackMap locals: int
StackMap stack:
iload 11
istore 9
end local 11 28: StackMap locals:
StackMap stack:
iload 10
iload 9
if_icmplt 23
29: iload 8
iconst_1
iadd
iload 10
isub
istore 11
start local 11 30: iload 7
iload 11
iadd
sipush 10000
if_icmple 32
31: new jdk.nashorn.internal.runtime.regexp.joni.exception.ValueException
dup
ldc "too many multibyte code ranges are specified"
invokespecial jdk.nashorn.internal.runtime.regexp.joni.exception.ValueException.<init>:(Ljava/lang/String;)V
athrow
32: StackMap locals: int
StackMap stack:
iload 11
iconst_1
if_icmpeq 37
33: iload 3
aload 6
iload 8
iconst_2
imul
iconst_1
iadd
iaload
if_icmple 35
34: aload 6
iload 8
iconst_2
imul
iconst_1
iadd
iaload
istore 3
35: StackMap locals:
StackMap stack:
iload 4
aload 6
iload 10
iconst_1
isub
iconst_2
imul
iconst_2
iadd
iaload
if_icmpge 37
36: aload 6
iload 10
iconst_1
isub
iconst_2
imul
iconst_2
iadd
iaload
istore 4
37: StackMap locals:
StackMap stack:
iload 11
ifeq 45
iload 10
iload 7
if_icmpge 45
38: iconst_1
iload 10
iconst_2
imul
iadd
istore 12
start local 12 39: iconst_1
iload 8
iconst_1
iadd
iconst_2
imul
iadd
istore 13
start local 13 40: iload 7
iload 10
isub
iconst_2
imul
istore 14
start local 14 41: iload 11
ifle 44
42: aload 5
iload 12
iload 13
iload 14
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.moveRight:(III)V
43: goto 45
44: StackMap locals: int int int
StackMap stack:
aload 5
iload 12
iload 13
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.moveLeftAndReduce:(II)V
end local 14 end local 13 end local 12 45: StackMap locals:
StackMap stack:
iconst_1
iload 8
iconst_2
imul
iadd
istore 12
start local 12 46: aload 5
iload 12
iload 3
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.writeCodePoint:(II)V
47: aload 5
iload 12
iconst_1
iadd
iload 4
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.writeCodePoint:(II)V
48: iload 7
iload 11
iadd
istore 7
49: aload 5
iconst_0
iload 7
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.writeCodePoint:(II)V
50: aload 5
areturn
end local 12 end local 11 end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 51 0 pbufp Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 51 1 fromp I
0 51 2 top I
1 51 3 from I
2 51 4 to I
3 51 5 pbuf Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
5 7 6 n I
10 51 6 p [I
11 51 7 n I
12 51 8 low I
13 51 9 bound I
15 19 10 x I
21 51 10 high I
24 28 11 x I
30 51 11 incN I
39 45 12 fromPos I
40 45 13 toPos I
41 45 14 size I
46 51 12 pos I
MethodParameters:
Name Flags
pbufp final
fromp final
top final
public static jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer addCodeRange(jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer, jdk.nashorn.internal.runtime.regexp.joni.ScanEnvironment, int, int);
descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;Ljdk/nashorn/internal/runtime/regexp/joni/ScanEnvironment;II)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 2
iload 3
if_icmple 4
1: aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.ScanEnvironment.syntax:Ljdk/nashorn/internal/runtime/regexp/joni/Syntax;
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.Syntax.allowEmptyRangeInCC:()Z
ifeq 3
2: aload 0
areturn
3: StackMap locals:
StackMap stack:
new jdk.nashorn.internal.runtime.regexp.joni.exception.ValueException
dup
ldc "empty range in char class"
invokespecial jdk.nashorn.internal.runtime.regexp.joni.exception.ValueException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
iload 2
iload 3
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.addCodeRangeToBuff:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;II)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 pbuf Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 5 1 env Ljdk/nashorn/internal/runtime/regexp/joni/ScanEnvironment;
0 5 2 from I
0 5 3 to I
MethodParameters:
Name Flags
pbuf final
env final
from final
to final
protected static jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer setAllMultiByteRange(jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer);
descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
flags: (0x000c) ACC_PROTECTED, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokestatic jdk.nashorn.internal.runtime.regexp.joni.EncodingHelper.mbcodeStartPosition:()I
ldc 2147483647
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.addCodeRangeToBuff:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;II)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 pbuf Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
MethodParameters:
Name Flags
pbuf final
public static jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer addAllMultiByteRange(jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer);
descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.setAllMultiByteRange:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 pbuf Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
MethodParameters:
Name Flags
pbuf final
public static jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer notCodeRangeBuff(jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer);
descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=8, args_size=1
start local 0 0: aconst_null
astore 1
start local 1 1: aload 0
ifnonnull 3
2: aload 1
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.setAllMultiByteRange:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
areturn
3: StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
astore 2
start local 2 4: aload 2
iconst_0
iaload
istore 3
start local 3 5: iload 3
ifgt 7
6: aload 1
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.setAllMultiByteRange:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
areturn
7: StackMap locals: int[] int
StackMap stack:
invokestatic jdk.nashorn.internal.runtime.regexp.joni.EncodingHelper.mbcodeStartPosition:()I
istore 4
start local 4 8: iconst_0
istore 6
start local 6 9: iconst_0
istore 7
start local 7 10: goto 19
11: StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int[] int int top int int
StackMap stack:
aload 2
iload 7
iconst_2
imul
iconst_1
iadd
iaload
istore 5
start local 5 12: aload 2
iload 7
iconst_2
imul
iconst_2
iadd
iaload
istore 6
13: iload 4
iload 5
iconst_1
isub
if_icmpgt 15
14: aload 1
iload 4
iload 5
iconst_1
isub
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.addCodeRangeToBuff:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;II)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
astore 1
15: StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int[] int int int int int
StackMap stack:
iload 6
ldc 2147483647
if_icmpne 17
16: goto 20
17: StackMap locals:
StackMap stack:
iload 6
iconst_1
iadd
istore 4
18: iinc 7 1
end local 5 StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int[] int int top int int
StackMap stack:
19: iload 7
iload 3
if_icmplt 11
end local 7 20: StackMap locals:
StackMap stack:
iload 6
ldc 2147483647
if_icmpge 22
21: aload 1
iload 6
iconst_1
iadd
ldc 2147483647
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.addCodeRangeToBuff:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;II)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
astore 1
22: StackMap locals:
StackMap stack:
aload 1
areturn
end local 6 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 bbuf Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
1 23 1 pbuf Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
4 23 2 p [I
5 23 3 n I
8 23 4 pre I
12 19 5 from I
9 23 6 to I
10 20 7 i I
MethodParameters:
Name Flags
bbuf final
public static jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer orCodeRangeBuff(jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer, boolean, jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer, boolean);
descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;ZLjdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;Z)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=14, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aconst_null
astore 4
start local 4 1: aload 0
astore 5
start local 5 2: aload 2
astore 6
start local 6 3: iload 1
istore 7
start local 7 4: iload 3
istore 8
start local 8 5: aload 5
ifnonnull 9
aload 6
ifnonnull 9
6: iload 7
ifne 7
iload 8
ifeq 8
7: StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int int
StackMap stack:
aload 4
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.setAllMultiByteRange:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
areturn
8: StackMap locals:
StackMap stack:
aconst_null
areturn
9: StackMap locals:
StackMap stack:
aload 6
ifnonnull 14
10: iload 7
istore 10
start local 10 11: iload 8
istore 7
iload 10
istore 8
12: aload 5
astore 9
start local 9 13: aload 6
astore 5
aload 9
astore 6
end local 10 end local 9 14: StackMap locals:
StackMap stack:
aload 5
ifnonnull 20
15: iload 7
ifeq 17
16: aload 4
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.setAllMultiByteRange:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
areturn
17: StackMap locals:
StackMap stack:
iload 8
ifne 19
18: aload 6
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.clone:()Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
areturn
19: StackMap locals:
StackMap stack:
aload 6
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.notCodeRangeBuff:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
areturn
20: StackMap locals:
StackMap stack:
iload 7
ifeq 25
21: iload 7
istore 10
start local 10 22: iload 8
istore 7
iload 10
istore 8
23: aload 5
astore 9
start local 9 24: aload 6
astore 5
aload 9
astore 6
end local 10 end local 9 25: StackMap locals:
StackMap stack:
iload 8
ifne 28
iload 7
ifne 28
26: aload 6
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.clone:()Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
astore 4
27: goto 30
StackMap locals:
StackMap stack:
28: iload 7
ifne 30
29: aload 6
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.notCodeRangeBuff:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
astore 4
30: StackMap locals:
StackMap stack:
aload 5
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
astore 9
start local 9 31: aload 9
iconst_0
iaload
istore 10
start local 10 32: iconst_0
istore 11
start local 11 33: goto 38
34: StackMap locals: int[] int int
StackMap stack:
aload 9
iload 11
iconst_2
imul
iconst_1
iadd
iaload
istore 12
start local 12 35: aload 9
iload 11
iconst_2
imul
iconst_2
iadd
iaload
istore 13
start local 13 36: aload 4
iload 12
iload 13
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.addCodeRangeToBuff:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;II)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
astore 4
end local 13 end local 12 37: iinc 11 1
StackMap locals:
StackMap stack:
38: iload 11
iload 10
if_icmplt 34
end local 11 39: aload 4
areturn
end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 40 0 bbuf1p Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 40 1 not1p Z
0 40 2 bbuf2p Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 40 3 not2p Z
1 40 4 pbuf Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
2 40 5 bbuf1 Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
3 40 6 bbuf2 Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
4 40 7 not1 Z
5 40 8 not2 Z
13 14 9 tbuf Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
11 14 10 tnot Z
24 25 9 tbuf Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
22 25 10 tnot Z
31 40 9 p1 [I
32 40 10 n1 I
33 39 11 i I
35 37 12 from I
36 37 13 to I
MethodParameters:
Name Flags
bbuf1p final
not1p final
bbuf2p final
not2p final
public static jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer andCodeRange1(jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer, int, int, int[], int);
descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;II[II)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=11, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
astore 5
start local 5 1: iload 1
istore 6
start local 6 2: iload 2
istore 7
start local 7 3: iconst_0
istore 8
start local 8 4: goto 24
5: StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int int int[] int jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int int int
StackMap stack:
aload 3
iload 8
iconst_2
imul
iconst_1
iadd
iaload
istore 9
start local 9 6: aload 3
iload 8
iconst_2
imul
iconst_2
iadd
iaload
istore 10
start local 10 7: iload 9
iload 6
if_icmpge 12
8: iload 10
iload 6
if_icmpge 10
9: goto 23
10: StackMap locals: int int
StackMap stack:
iload 10
iconst_1
iadd
istore 6
11: goto 21
StackMap locals:
StackMap stack:
12: iload 9
iload 7
if_icmpgt 20
13: iload 10
iload 7
if_icmpge 18
14: iload 6
iload 9
iconst_1
isub
if_icmpgt 16
15: aload 5
iload 6
iload 9
iconst_1
isub
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.addCodeRangeToBuff:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;II)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
astore 5
16: StackMap locals:
StackMap stack:
iload 10
iconst_1
iadd
istore 6
17: goto 21
18: StackMap locals:
StackMap stack:
iload 9
iconst_1
isub
istore 7
19: goto 21
20: StackMap locals:
StackMap stack:
iload 9
istore 6
21: StackMap locals:
StackMap stack:
iload 6
iload 7
if_icmple 23
22: goto 25
end local 10 end local 9 23: StackMap locals:
StackMap stack:
iinc 8 1
StackMap locals:
StackMap stack:
24: iload 8
iload 4
if_icmplt 5
end local 8 25: StackMap locals:
StackMap stack:
iload 6
iload 7
if_icmpgt 27
26: aload 5
iload 6
iload 7
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.addCodeRangeToBuff:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;II)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
astore 5
27: StackMap locals:
StackMap stack:
aload 5
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 pbufp Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 28 1 from1p I
0 28 2 to1p I
0 28 3 data [I
0 28 4 n I
1 28 5 pbuf Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
2 28 6 from1 I
3 28 7 to1 I
4 25 8 i I
6 23 9 from2 I
7 23 10 to2 I
MethodParameters:
Name Flags
pbufp final
from1p final
to1p final
data final
n final
public static jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer andCodeRangeBuff(jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer, boolean, jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer, boolean);
descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;ZLjdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;Z)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=21, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aconst_null
astore 4
start local 4 1: aload 0
astore 5
start local 5 2: aload 2
astore 6
start local 6 3: iload 1
istore 7
start local 7 4: iload 3
istore 8
start local 8 5: aload 5
ifnonnull 9
6: iload 7
ifeq 8
aload 6
ifnull 8
7: aload 6
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.clone:()Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
areturn
8: StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int int
StackMap stack:
aconst_null
areturn
9: StackMap locals:
StackMap stack:
aload 6
ifnonnull 13
10: iload 8
ifeq 12
11: aload 5
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.clone:()Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
areturn
12: StackMap locals:
StackMap stack:
aconst_null
areturn
13: StackMap locals:
StackMap stack:
iload 7
ifeq 18
14: iload 7
istore 10
start local 10 15: iload 8
istore 7
iload 10
istore 8
16: aload 5
astore 9
start local 9 17: aload 6
astore 5
aload 9
astore 6
end local 10 end local 9 18: StackMap locals:
StackMap stack:
aload 5
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
astore 9
start local 9 19: aload 9
iconst_0
iaload
istore 10
start local 10 20: aload 6
getfield jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.p:[I
astore 11
start local 11 21: aload 11
iconst_0
iaload
istore 12
start local 12 22: iload 8
ifne 47
iload 7
ifne 47
23: iconst_0
istore 13
start local 13 24: goto 45
25: StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer int int int[] int int[] int int
StackMap stack:
aload 9
iload 13
iconst_2
imul
iconst_1
iadd
iaload
istore 14
start local 14 26: aload 9
iload 13
iconst_2
imul
iconst_2
iadd
iaload
istore 15
start local 15 27: iconst_0
istore 16
start local 16 28: goto 43
29: StackMap locals: int int int
StackMap stack:
aload 11
iload 16
iconst_2
imul
iconst_1
iadd
iaload
istore 17
start local 17 30: aload 11
iload 16
iconst_2
imul
iconst_2
iadd
iaload
istore 18
start local 18 31: iload 17
iload 15
if_icmple 33
32: goto 44
33: StackMap locals: int int
StackMap stack:
iload 18
iload 14
if_icmpge 35
34: goto 42
35: StackMap locals:
StackMap stack:
iload 14
iload 17
if_icmple 36
iload 14
goto 37
StackMap locals:
StackMap stack:
36: iload 17
StackMap locals:
StackMap stack: int
37: istore 19
start local 19 38: iload 15
iload 18
if_icmpge 39
iload 15
goto 40
StackMap locals: int
StackMap stack:
39: iload 18
StackMap locals:
StackMap stack: int
40: istore 20
start local 20 41: aload 4
iload 19
iload 20
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.addCodeRangeToBuff:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;II)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
astore 4
end local 20 end local 19 end local 18 end local 17 42: StackMap locals:
StackMap stack:
iinc 16 1
StackMap locals:
StackMap stack:
43: iload 16
iload 12
if_icmplt 29
end local 16 end local 15 end local 14 44: StackMap locals:
StackMap stack:
iinc 13 1
StackMap locals:
StackMap stack:
45: iload 13
iload 10
if_icmplt 25
end local 13 46: goto 55
StackMap locals:
StackMap stack:
47: iload 7
ifne 55
48: iconst_0
istore 13
start local 13 49: goto 54
50: StackMap locals: int
StackMap stack:
aload 9
iload 13
iconst_2
imul
iconst_1
iadd
iaload
istore 14
start local 14 51: aload 9
iload 13
iconst_2
imul
iconst_2
iadd
iaload
istore 15
start local 15 52: aload 4
iload 14
iload 15
aload 11
iload 12
invokestatic jdk.nashorn.internal.runtime.regexp.joni.CodeRangeBuffer.andCodeRange1:(Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;II[II)Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
astore 4
end local 15 end local 14 53: iinc 13 1
StackMap locals:
StackMap stack:
54: iload 13
iload 10
if_icmplt 50
end local 13 55: StackMap locals:
StackMap stack:
aload 4
areturn
end local 12 end local 11 end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 56 0 bbuf1p Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 56 1 not1p Z
0 56 2 bbuf2p Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
0 56 3 not2p Z
1 56 4 pbuf Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
2 56 5 bbuf1 Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
3 56 6 bbuf2 Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
4 56 7 not1 Z
5 56 8 not2 Z
17 18 9 tbuf Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
15 18 10 tnot Z
19 56 9 p1 [I
20 56 10 n1 I
21 56 11 p2 [I
22 56 12 n2 I
24 46 13 i I
26 44 14 from1 I
27 44 15 to1 I
28 44 16 j I
30 42 17 from2 I
31 42 18 to2 I
38 42 19 from I
41 42 20 to I
49 55 13 i I
51 53 14 from1 I
52 53 15 to1 I
MethodParameters:
Name Flags
bbuf1p final
not1p final
bbuf2p final
not2p final
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.runtime.regexp.joni.CodeRangeBuffer.clone:()Ljdk/nashorn/internal/runtime/regexp/joni/CodeRangeBuffer;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.CloneNotSupportedException
}
SourceFile: "CodeRangeBuffer.java"