class org.joni.Search$12 extends org.joni.Search$Forward
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.joni.Search$12
  super_class: org.joni.Search$Forward
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joni.Search$12 this
         0: .line 457
            aload 0 /* this */
            invokespecial org.joni.Search$Forward.<init>:()V
            return
        end local 0 // org.joni.Search$12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joni/Search$12;

  final java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joni.Search$12 this
         0: .line 460
            ldc "EXACT_BM_NOT_REV_FORWARD"
            areturn
        end local 0 // org.joni.Search$12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joni/Search$12;

  final int search(org.joni.Matcher, byte[], int, int, int);
    descriptor: (Lorg/joni/Matcher;[BIII)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=19, args_size=6
        start local 0 // org.joni.Search$12 this
        start local 1 // org.joni.Matcher matcher
        start local 2 // byte[] text
        start local 3 // int textP
        start local 4 // int textEnd
        start local 5 // int textRange
         0: .line 464
            aload 1 /* matcher */
            getfield org.joni.Matcher.regex:Lorg/joni/Regex;
            astore 6 /* regex */
        start local 6 // org.joni.Regex regex
         1: .line 465
            aload 6 /* regex */
            getfield org.joni.Regex.enc:Lorg/jcodings/Encoding;
            astore 7 /* enc */
        start local 7 // org.jcodings.Encoding enc
         2: .line 466
            aload 6 /* regex */
            getfield org.joni.Regex.exact:[B
            astore 8 /* target */
        start local 8 // byte[] target
         3: .line 467
            aload 6 /* regex */
            getfield org.joni.Regex.exactP:I
            istore 9 /* targetP */
        start local 9 // int targetP
         4: .line 468
            aload 6 /* regex */
            getfield org.joni.Regex.exactEnd:I
            istore 10 /* targetEnd */
        start local 10 // int targetEnd
         5: .line 470
            iload 10 /* targetEnd */
            iconst_1
            isub
            istore 11 /* tail */
        start local 11 // int tail
         6: .line 471
            iload 11 /* tail */
            iload 9 /* targetP */
            isub
            istore 12 /* tlen1 */
        start local 12 // int tlen1
         7: .line 472
            iload 5 /* textRange */
            istore 13 /* end */
        start local 13 // int end
         8: .line 474
            iload 13 /* end */
            iload 12 /* tlen1 */
            iadd
            iload 4 /* textEnd */
            if_icmple 9
            iload 4 /* textEnd */
            iload 12 /* tlen1 */
            isub
            istore 13 /* end */
         9: .line 475
      StackMap locals: org.joni.Search$12 org.joni.Matcher byte[] int int int org.joni.Regex org.jcodings.Encoding byte[] int int int int int
      StackMap stack:
            iload 3 /* textP */
            istore 14 /* s */
        start local 14 // int s
        10: .line 478
            goto 24
        11: .line 479
      StackMap locals: int
      StackMap stack:
            iload 14 /* s */
            iload 12 /* tlen1 */
            iadd
            dup
            istore 16 /* se */
        start local 16 // int se
        12: istore 15 /* p */
        start local 15 // int p
        13: .line 480
            iload 11 /* tail */
            istore 17 /* t */
        start local 17 // int t
        14: .line 481
            goto 17
        15: .line 482
      StackMap locals: int int int
      StackMap stack:
            iload 17 /* t */
            iload 9 /* targetP */
            if_icmpne 16
            iload 14 /* s */
            ireturn
        16: .line 483
      StackMap locals:
      StackMap stack:
            iinc 15 /* p */ -1
            iinc 17 /* t */ -1
        17: .line 481
      StackMap locals:
      StackMap stack:
            aload 2 /* text */
            iload 15 /* p */
            baload
            aload 8 /* target */
            iload 17 /* t */
            baload
            if_icmpeq 15
        18: .line 485
            iload 14 /* s */
            iconst_1
            iadd
            iload 13 /* end */
            if_icmplt 19
            goto 25
        19: .line 486
      StackMap locals:
      StackMap stack:
            aload 6 /* regex */
            getfield org.joni.Regex.map:[B
            aload 2 /* text */
            iload 16 /* se */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            baload
            istore 18 /* skip */
        start local 18 // int skip
        20: .line 487
            iload 14 /* s */
            istore 17 /* t */
        21: .line 489
      StackMap locals: int
      StackMap stack:
            iload 14 /* s */
            aload 7 /* enc */
            aload 2 /* text */
            iload 14 /* s */
            iload 4 /* textEnd */
            invokevirtual org.jcodings.Encoding.length:([BII)I
            iadd
            istore 14 /* s */
        22: .line 490
            iload 14 /* s */
            iload 17 /* t */
            isub
            iload 18 /* skip */
            if_icmpge 24
            iload 14 /* s */
            iload 13 /* end */
        23: .line 488
            if_icmplt 21
        end local 18 // int skip
        end local 17 // int t
        end local 16 // int se
        end local 15 // int p
        24: .line 478
      StackMap locals: org.joni.Search$12 org.joni.Matcher byte[] int int int org.joni.Regex org.jcodings.Encoding byte[] int int int int int int
      StackMap stack:
            iload 14 /* s */
            iload 13 /* end */
            if_icmplt 11
        25: .line 509
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 14 // int s
        end local 13 // int end
        end local 12 // int tlen1
        end local 11 // int tail
        end local 10 // int targetEnd
        end local 9 // int targetP
        end local 8 // byte[] target
        end local 7 // org.jcodings.Encoding enc
        end local 6 // org.joni.Regex regex
        end local 5 // int textRange
        end local 4 // int textEnd
        end local 3 // int textP
        end local 2 // byte[] text
        end local 1 // org.joni.Matcher matcher
        end local 0 // org.joni.Search$12 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   26     0       this  Lorg/joni/Search$12;
            0   26     1    matcher  Lorg/joni/Matcher;
            0   26     2       text  [B
            0   26     3      textP  I
            0   26     4    textEnd  I
            0   26     5  textRange  I
            1   26     6      regex  Lorg/joni/Regex;
            2   26     7        enc  Lorg/jcodings/Encoding;
            3   26     8     target  [B
            4   26     9    targetP  I
            5   26    10  targetEnd  I
            6   26    11       tail  I
            7   26    12      tlen1  I
            8   26    13        end  I
           10   26    14          s  I
           13   24    15          p  I
           12   24    16         se  I
           14   24    17          t  I
           20   24    18       skip  I
    MethodParameters:
           Name  Flags
      matcher    
      text       
      textP      
      textEnd    
      textRange  
}
SourceFile: "Search.java"
EnclosingMethod: org.joni.Search
NestHost: org.joni.Search
InnerClasses:
  org.joni.Search$12
  abstract Forward = org.joni.Search$Forward of org.joni.Search