class jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$4 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$4
  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$4 this
         0: .line 305
            aload 0 /* this */
            invokespecial jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm.<init>:()V
            return
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/SearchAlgorithm$4;

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

  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=8, args_size=6
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$4 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 314
            aload 1 /* regex */
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.map:[B
            astore 6 /* map */
        start local 6 // byte[] map
         1: .line 315
            iload 3 /* textP */
            istore 7 /* s */
        start local 7 // int s
         2: .line 317
            goto 6
         3: .line 318
      StackMap locals: byte[] int
      StackMap stack:
            aload 2 /* text */
            iload 7 /* s */
            caload
            sipush 255
            if_icmpgt 4
            aload 6 /* map */
            aload 2 /* text */
            iload 7 /* s */
            caload
            baload
            ifeq 5
         4: .line 319
      StackMap locals:
      StackMap stack:
            iload 7 /* s */
            ireturn
         5: .line 321
      StackMap locals:
      StackMap stack:
            iinc 7 /* s */ 1
         6: .line 317
      StackMap locals:
      StackMap stack:
            iload 7 /* s */
            iload 5 /* textRange */
            if_icmplt 3
         7: .line 323
            iconst_m1
            ireturn
        end local 7 // int s
        end local 6 // byte[] map
        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$4 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Ljdk/nashorn/internal/runtime/regexp/joni/SearchAlgorithm$4;
            0    8     1      regex  Ljdk/nashorn/internal/runtime/regexp/joni/Regex;
            0    8     2       text  [C
            0    8     3      textP  I
            0    8     4    textEnd  I
            0    8     5  textRange  I
            1    8     6        map  [B
            2    8     7          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=3, locals=11, args_size=9
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.SearchAlgorithm$4 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 328
            aload 1 /* regex */
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.map:[B
            astore 9 /* map */
        start local 9 // byte[] map
         1: .line 329
            iload 6 /* textStart */
            istore 10 /* s */
        start local 10 // int s
         2: .line 331
            iload 10 /* s */
            iload 5 /* textEnd */
            if_icmplt 8
         3: .line 332
            iload 5 /* textEnd */
            iconst_1
            isub
            istore 10 /* s */
         4: .line 334
            goto 8
         5: .line 335
      StackMap locals: byte[] int
      StackMap stack:
            aload 2 /* text */
            iload 10 /* s */
            caload
            sipush 255
            if_icmpgt 6
            aload 9 /* map */
            aload 2 /* text */
            iload 10 /* s */
            caload
            baload
            ifeq 7
         6: .line 336
      StackMap locals:
      StackMap stack:
            iload 10 /* s */
            ireturn
         7: .line 338
      StackMap locals:
      StackMap stack:
            iinc 10 /* s */ -1
         8: .line 334
      StackMap locals:
      StackMap stack:
            iload 10 /* s */
            iload 3 /* textP */
            if_icmpge 5
         9: .line 340
            iconst_m1
            ireturn
        end local 10 // int s
        end local 9 // byte[] map
        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$4 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Ljdk/nashorn/internal/runtime/regexp/joni/SearchAlgorithm$4;
            0   10     1       regex  Ljdk/nashorn/internal/runtime/regexp/joni/Regex;
            0   10     2        text  [C
            0   10     3       textP  I
            0   10     4  adjustText  I
            0   10     5     textEnd  I
            0   10     6   textStart  I
            0   10     7          s_  I
            0   10     8      range_  I
            1   10     9         map  [B
            2   10    10           s  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$4