public final class jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$SLOW_IC extends jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$SLOW_IC
super_class: jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm
{
public void <init>(jdk.nashorn.internal.runtime.regexp.joni.Regex);
descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/Regex;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm.<init>:()V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/nashorn/internal/runtime/regexp/joni/SearchAlgorithm$SLOW_IC;
0 2 1 regex Ljdk/nashorn/internal/runtime/regexp/joni/Regex;
MethodParameters:
Name Flags
regex final
public final java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "EXACT_IC"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/runtime/regexp/joni/SearchAlgorithm$SLOW_IC;
public final int search(jdk.nashorn.internal.runtime.regexp.joni.Regex, char[], int, int, int);
descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/Regex;[CIII)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=6, locals=11, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.exact:[C
astore 6
start local 6 1: aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.exactP:I
istore 7
start local 7 2: aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.exactEnd:I
istore 8
start local 8 3: iload 4
istore 9
start local 9 4: iload 9
iload 8
iload 7
isub
iconst_1
isub
isub
istore 9
5: iload 9
iload 5
if_icmple 7
6: iload 5
istore 9
7: StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$SLOW_IC jdk.nashorn.internal.runtime.regexp.joni.Regex char[] int int int char[] int int int
StackMap stack:
iload 3
istore 10
start local 10 8: goto 12
9: StackMap locals: int
StackMap stack:
aload 6
iload 7
iload 8
aload 2
iload 10
iload 4
invokestatic jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$SLOW_IC.lowerCaseMatch:([CII[CII)Z
ifeq 11
10: iload 10
ireturn
11: StackMap locals:
StackMap stack:
iinc 10 1
12: StackMap locals:
StackMap stack:
iload 10
iload 9
if_icmplt 9
13: iconst_m1
ireturn
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 14 0 this Ljdk/nashorn/internal/runtime/regexp/joni/SearchAlgorithm$SLOW_IC;
0 14 1 regex Ljdk/nashorn/internal/runtime/regexp/joni/Regex;
0 14 2 text [C
0 14 3 textP I
0 14 4 textEnd I
0 14 5 textRange I
1 14 6 target [C
2 14 7 targetP I
3 14 8 targetEnd I
4 14 9 end I
8 14 10 s I
MethodParameters:
Name Flags
regex final
text final
textP final
textEnd final
textRange final
public final int searchBackward(jdk.nashorn.internal.runtime.regexp.joni.Regex, char[], int, int, int, int, int, int);
descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/Regex;[CIIIIII)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=6, locals=13, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.exact:[C
astore 9
start local 9 1: aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.exactP:I
istore 10
start local 10 2: aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.exactEnd:I
istore 11
start local 11 3: iload 5
istore 12
start local 12 4: iload 12
iload 11
iload 10
isub
isub
istore 12
5: iload 12
iload 6
if_icmple 11
6: iload 6
istore 12
7: goto 11
8: StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$SLOW_IC jdk.nashorn.internal.runtime.regexp.joni.Regex char[] int int int int int int char[] int int int
StackMap stack:
aload 9
iload 10
iload 11
aload 2
iload 12
iload 5
invokestatic jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$SLOW_IC.lowerCaseMatch:([CII[CII)Z
ifeq 10
9: iload 12
ireturn
10: StackMap locals:
StackMap stack:
iload 4
iload 12
invokestatic jdk.nashorn.internal.runtime.regexp.joni.EncodingHelper.prevCharHead:(II)I
istore 12
11: StackMap locals:
StackMap stack:
iload 12
iload 3
if_icmpge 8
12: iconst_m1
ireturn
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 13 0 this Ljdk/nashorn/internal/runtime/regexp/joni/SearchAlgorithm$SLOW_IC;
0 13 1 regex Ljdk/nashorn/internal/runtime/regexp/joni/Regex;
0 13 2 text [C
0 13 3 textP I
0 13 4 adjustText I
0 13 5 textEnd I
0 13 6 textStart I
0 13 7 s_ I
0 13 8 range_ I
1 13 9 target [C
2 13 10 targetP I
3 13 11 targetEnd I
4 13 12 s I
MethodParameters:
Name Flags
regex final
text final
textP final
adjustText final
textEnd final
textStart final
s_ final
range_ final
private static boolean lowerCaseMatch(char[], int, int, char[], int, int);
descriptor: ([CII[CII)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: iload 1
istore 6
start local 6 1: iload 4
istore 7
start local 7 2: goto 5
3: StackMap locals: int int
StackMap stack:
aload 0
iload 6
iinc 6 1
caload
aload 3
iload 7
iinc 7 1
caload
invokestatic jdk.nashorn.internal.runtime.regexp.joni.EncodingHelper.toLowerCase:(C)C
if_icmpeq 5
4: iconst_0
ireturn
5: StackMap locals:
StackMap stack:
iload 6
iload 2
if_icmplt 3
end local 7 end local 6 6: iconst_1
ireturn
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 7 0 t [C
0 7 1 tPp I
0 7 2 tEnd I
0 7 3 chars [C
0 7 4 pp I
0 7 5 end I
1 6 6 tP I
2 6 7 p I
MethodParameters:
Name Flags
t final
tPp final
tEnd final
chars final
pp final
end final
}
SourceFile: "SearchAlgorithm.java"
NestHost: jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm
InnerClasses:
public final SLOW_IC = jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$SLOW_IC of jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm