class jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$2 extends jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$2
  super_class: jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$2 this
         0: .line 49
            aload 0 /* this */
            invokespecial jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm.<init>:()V
            return
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/SearchAlgorithm$2;

  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 // jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$2 this
         0: .line 53
            ldc "EXACT"
            areturn
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/SearchAlgorithm$2;

  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=3, locals=13, args_size=6
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$2 this
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.Regex regex
        start local 2 // char[] text
        start local 3 // int textP
        start local 4 // int textEnd
        start local 5 // int textRange
         0: .line 58
            aload 1 /* regex */
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.exact:[C
            astore 6 /* target */
        start local 6 // char[] target
         1: .line 59
            aload 1 /* regex */
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.exactP:I
            istore 7 /* targetP */
        start local 7 // int targetP
         2: .line 60
            aload 1 /* regex */
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.exactEnd:I
            istore 8 /* targetEnd */
        start local 8 // int targetEnd
         3: .line 63
            iload 4 /* textEnd */
            istore 9 /* end */
        start local 9 // int end
         4: .line 64
            iload 9 /* end */
            iload 8 /* targetEnd */
            iload 7 /* targetP */
            isub
            iconst_1
            isub
            isub
            istore 9 /* end */
         5: .line 66
            iload 9 /* end */
            iload 5 /* textRange */
            if_icmple 7
         6: .line 67
            iload 5 /* textRange */
            istore 9 /* end */
         7: .line 70
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$2 jdk.nashorn.internal.runtime.regexp.joni.Regex char[] int int int char[] int int int
      StackMap stack:
            iload 3 /* textP */
            istore 10 /* s */
        start local 10 // int s
         8: .line 72
            goto 20
         9: .line 73
      StackMap locals: int
      StackMap stack:
            aload 2 /* text */
            iload 10 /* s */
            caload
            aload 6 /* target */
            iload 7 /* targetP */
            caload
            if_icmpne 19
        10: .line 74
            iload 10 /* s */
            iconst_1
            iadd
            istore 11 /* p */
        start local 11 // int p
        11: .line 75
            iload 7 /* targetP */
            iconst_1
            iadd
            istore 12 /* t */
        start local 12 // int t
        12: .line 76
            goto 16
        13: .line 77
      StackMap locals: int int
      StackMap stack:
            aload 6 /* target */
            iload 12 /* t */
            caload
            aload 2 /* text */
            iload 11 /* p */
            iinc 11 /* p */ 1
            caload
            if_icmpeq 15
        14: .line 78
            goto 17
        15: .line 80
      StackMap locals:
      StackMap stack:
            iinc 12 /* t */ 1
        16: .line 76
      StackMap locals:
      StackMap stack:
            iload 12 /* t */
            iload 8 /* targetEnd */
            if_icmplt 13
        17: .line 83
      StackMap locals:
      StackMap stack:
            iload 12 /* t */
            iload 8 /* targetEnd */
            if_icmpne 19
        18: .line 84
            iload 10 /* s */
            ireturn
        end local 12 // int t
        end local 11 // int p
        19: .line 87
      StackMap locals:
      StackMap stack:
            iinc 10 /* s */ 1
        20: .line 72
      StackMap locals:
      StackMap stack:
            iload 10 /* s */
            iload 9 /* end */
            if_icmplt 9
        21: .line 90
            iconst_m1
            ireturn
        end local 10 // int s
        end local 9 // int end
        end local 8 // int targetEnd
        end local 7 // int targetP
        end local 6 // char[] target
        end local 5 // int textRange
        end local 4 // int textEnd
        end local 3 // int textP
        end local 2 // char[] text
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.Regex regex
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Ljdk/nashorn/internal/runtime/regexp/joni/SearchAlgorithm$2;
            0   22     1      regex  Ljdk/nashorn/internal/runtime/regexp/joni/Regex;
            0   22     2       text  [C
            0   22     3      textP  I
            0   22     4    textEnd  I
            0   22     5  textRange  I
            1   22     6     target  [C
            2   22     7    targetP  I
            3   22     8  targetEnd  I
            4   22     9        end  I
            8   22    10          s  I
           11   19    11          p  I
           12   19    12          t  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=3, locals=15, args_size=9
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$2 this
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.Regex regex
        start local 2 // char[] text
        start local 3 // int textP
        start local 4 // int adjustText
        start local 5 // int textEnd
        start local 6 // int textStart
        start local 7 // int s_
        start local 8 // int range_
         0: .line 95
            aload 1 /* regex */
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.exact:[C
            astore 9 /* target */
        start local 9 // char[] target
         1: .line 96
            aload 1 /* regex */
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.exactP:I
            istore 10 /* targetP */
        start local 10 // int targetP
         2: .line 97
            aload 1 /* regex */
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.exactEnd:I
            istore 11 /* targetEnd */
        start local 11 // int targetEnd
         3: .line 99
            iload 5 /* textEnd */
            istore 12 /* s */
        start local 12 // int s
         4: .line 100
            iload 12 /* s */
            iload 11 /* targetEnd */
            iload 10 /* targetP */
            isub
            isub
            istore 12 /* s */
         5: .line 102
            iload 12 /* s */
            iload 6 /* textStart */
            if_icmple 19
         6: .line 103
            iload 6 /* textStart */
            istore 12 /* s */
         7: .line 106
            goto 19
         8: .line 107
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$2 jdk.nashorn.internal.runtime.regexp.joni.Regex char[] int int int int int int char[] int int int
      StackMap stack:
            aload 2 /* text */
            iload 12 /* s */
            caload
            aload 9 /* target */
            iload 10 /* targetP */
            caload
            if_icmpne 18
         9: .line 108
            iload 12 /* s */
            iconst_1
            iadd
            istore 13 /* p */
        start local 13 // int p
        10: .line 109
            iload 10 /* targetP */
            iconst_1
            iadd
            istore 14 /* t */
        start local 14 // int t
        11: .line 110
            goto 15
        12: .line 111
      StackMap locals: int int
      StackMap stack:
            aload 9 /* target */
            iload 14 /* t */
            caload
            aload 2 /* text */
            iload 13 /* p */
            iinc 13 /* p */ 1
            caload
            if_icmpeq 14
        13: .line 112
            goto 16
        14: .line 114
      StackMap locals:
      StackMap stack:
            iinc 14 /* t */ 1
        15: .line 110
      StackMap locals:
      StackMap stack:
            iload 14 /* t */
            iload 11 /* targetEnd */
            if_icmplt 12
        16: .line 116
      StackMap locals:
      StackMap stack:
            iload 14 /* t */
            iload 11 /* targetEnd */
            if_icmpne 18
        17: .line 117
            iload 12 /* s */
            ireturn
        end local 14 // int t
        end local 13 // int p
        18: .line 121
      StackMap locals:
      StackMap stack:
            iinc 12 /* s */ -1
        19: .line 106
      StackMap locals:
      StackMap stack:
            iload 12 /* s */
            iload 3 /* textP */
            if_icmpge 8
        20: .line 123
            iconst_m1
            ireturn
        end local 12 // int s
        end local 11 // int targetEnd
        end local 10 // int targetP
        end local 9 // char[] target
        end local 8 // int range_
        end local 7 // int s_
        end local 6 // int textStart
        end local 5 // int textEnd
        end local 4 // int adjustText
        end local 3 // int textP
        end local 2 // char[] text
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.Regex regex
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$2 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Ljdk/nashorn/internal/runtime/regexp/joni/SearchAlgorithm$2;
            0   21     1       regex  Ljdk/nashorn/internal/runtime/regexp/joni/Regex;
            0   21     2        text  [C
            0   21     3       textP  I
            0   21     4  adjustText  I
            0   21     5     textEnd  I
            0   21     6   textStart  I
            0   21     7          s_  I
            0   21     8      range_  I
            1   21     9      target  [C
            2   21    10     targetP  I
            3   21    11   targetEnd  I
            4   21    12           s  I
           10   18    13           p  I
           11   18    14           t  I
    MethodParameters:
            Name  Flags
      regex       final
      text        final
      textP       final
      adjustText  final
      textEnd     final
      textStart   final
      s_          final
      range_      final
}
SourceFile: "SearchAlgorithm.java"
EnclosingMethod: jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm
NestHost: jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm
InnerClasses:
  jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$2