abstract class jdk.nashorn.internal.runtime.regexp.joni.StackMachine extends jdk.nashorn.internal.runtime.regexp.joni.Matcher implements jdk.nashorn.internal.runtime.regexp.joni.constants.StackType
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: jdk.nashorn.internal.runtime.regexp.joni.StackMachine
  super_class: jdk.nashorn.internal.runtime.regexp.joni.Matcher
{
  protected static final int INVALID_INDEX;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  protected jdk.nashorn.internal.runtime.regexp.joni.StackEntry[] stack;
    descriptor: [Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    flags: (0x0004) ACC_PROTECTED

  protected int stk;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected final int[] repeatStk;
    descriptor: [I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final int memStartStk;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final int memEndStk;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  static final java.lang.ThreadLocal<java.lang.ref.WeakReference<jdk.nashorn.internal.runtime.regexp.joni.StackEntry[]>> stacks;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Ljava/lang/ref/WeakReference<[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 61
            new jdk.nashorn.internal.runtime.regexp.joni.StackMachine$1
            dup
            invokespecial jdk.nashorn.internal.runtime.regexp.joni.StackMachine$1.<init>:()V
         1: .line 60
            putstatic jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stacks:Ljava/lang/ThreadLocal;
         2: .line 67
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(jdk.nashorn.internal.runtime.regexp.joni.Regex, char[], int, int);
    descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/Regex;[CII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.Regex regex
        start local 2 // char[] chars
        start local 3 // int p
        start local 4 // int end
         0: .line 36
            aload 0 /* this */
            aload 1 /* regex */
            aload 2 /* chars */
            iload 3 /* p */
            iload 4 /* end */
            invokespecial jdk.nashorn.internal.runtime.regexp.joni.Matcher.<init>:(Ljdk/nashorn/internal/runtime/regexp/joni/Regex;[CII)V
         1: .line 38
            aload 0 /* this */
            aload 1 /* regex */
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.stackNeeded:Z
            ifeq 2
            invokestatic jdk.nashorn.internal.runtime.regexp.joni.StackMachine.fetchStack:()[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            goto 3
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackMachine jdk.nashorn.internal.runtime.regexp.joni.Regex char[] int int
      StackMap stack: jdk.nashorn.internal.runtime.regexp.joni.StackMachine
         2: aconst_null
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackMachine jdk.nashorn.internal.runtime.regexp.joni.Regex char[] int int
      StackMap stack: jdk.nashorn.internal.runtime.regexp.joni.StackMachine jdk.nashorn.internal.runtime.regexp.joni.StackEntry[]
         3: putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
         4: .line 39
            aload 1 /* regex */
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.numRepeat:I
            aload 1 /* regex */
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.numMem:I
            iconst_1
            ishl
            iadd
            istore 5 /* n */
        start local 5 // int n
         5: .line 40
            aload 0 /* this */
            iload 5 /* n */
            ifle 6
            iload 5 /* n */
            newarray 10
            goto 7
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackMachine jdk.nashorn.internal.runtime.regexp.joni.Regex char[] int int int
      StackMap stack: jdk.nashorn.internal.runtime.regexp.joni.StackMachine
         6: aconst_null
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackMachine jdk.nashorn.internal.runtime.regexp.joni.Regex char[] int int int
      StackMap stack: jdk.nashorn.internal.runtime.regexp.joni.StackMachine int[]
         7: putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
         8: .line 42
            aload 0 /* this */
            aload 1 /* regex */
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.numRepeat:I
            iconst_1
            isub
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memStartStk:I
         9: .line 43
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memStartStk:I
            aload 1 /* regex */
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.numMem:I
            iadd
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memEndStk:I
        10: .line 46
            return
        end local 5 // int n
        end local 4 // int end
        end local 3 // int p
        end local 2 // char[] chars
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.Regex regex
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0   11     1  regex  Ljdk/nashorn/internal/runtime/regexp/joni/Regex;
            0   11     2  chars  [C
            0   11     3      p  I
            0   11     4    end  I
            5   11     5      n  I
    MethodParameters:
       Name  Flags
      regex  final
      chars  final
      p      final
      end    final

  private static jdk.nashorn.internal.runtime.regexp.joni.StackEntry[] allocateStack();
    descriptor: ()[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=0
         0: .line 49
            bipush 64
            anewarray jdk.nashorn.internal.runtime.regexp.joni.StackEntry
            astore 0 /* stack */
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry[] stack
         1: .line 50
            aload 0 /* stack */
            iconst_0
            new jdk.nashorn.internal.runtime.regexp.joni.StackEntry
            dup
            invokespecial jdk.nashorn.internal.runtime.regexp.joni.StackEntry.<init>:()V
            aastore
         2: .line 51
            aload 0 /* stack */
            areturn
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry[] stack
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    3     0  stack  [Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;

  private void doubleStack();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 55
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            arraylength
            iconst_1
            ishl
            anewarray jdk.nashorn.internal.runtime.regexp.joni.StackEntry
            astore 1 /* newStack */
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry[] newStack
         1: .line 56
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            iconst_0
            aload 1 /* newStack */
            iconst_0
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 57
            aload 0 /* this */
            aload 1 /* newStack */
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
         3: .line 58
            return
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry[] newStack
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            1    4     1  newStack  [Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;

  private static jdk.nashorn.internal.runtime.regexp.joni.StackEntry[] fetchStack();
    descriptor: ()[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=0
         0: .line 71
            getstatic jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stacks:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast java.lang.ref.WeakReference
            astore 0 /* ref */
        start local 0 // java.lang.ref.WeakReference ref
         1: .line 72
            aload 0 /* ref */
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast jdk.nashorn.internal.runtime.regexp.joni.StackEntry[]
            astore 1 /* stack */
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry[] stack
         2: .line 73
            aload 1 /* stack */
            ifnonnull 5
         3: .line 74
            new java.lang.ref.WeakReference
            dup
            invokestatic jdk.nashorn.internal.runtime.regexp.joni.StackMachine.allocateStack:()[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            dup
            astore 1 /* stack */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            astore 0 /* ref */
         4: .line 75
            getstatic jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stacks:Ljava/lang/ThreadLocal;
            aload 0 /* ref */
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         5: .line 77
      StackMap locals: java.lang.ref.WeakReference jdk.nashorn.internal.runtime.regexp.joni.StackEntry[]
      StackMap stack:
            aload 1 /* stack */
            areturn
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry[] stack
        end local 0 // java.lang.ref.WeakReference ref
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    6     0    ref  Ljava/lang/ref/WeakReference<[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;>;
            2    6     1  stack  [Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;

  protected final void init();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 81
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            ifnull 2
         1: .line 82
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.regex:Ljdk/nashorn/internal/runtime/regexp/joni/Regex;
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.codeLength:I
            iconst_1
            isub
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.pushEnsured:(II)V
         2: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            ifnull 8
         3: .line 85
            iconst_1
            istore 1 /* i */
        start local 1 // int i
         4: goto 7
         5: .line 86
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            iload 1 /* i */
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memStartStk:I
            iadd
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            iload 1 /* i */
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memEndStk:I
            iadd
            iconst_m1
            dup_x2
            iastore
            iastore
         6: .line 85
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.regex:Ljdk/nashorn/internal/runtime/regexp/joni/Regex;
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.numMem:I
            if_icmple 5
        end local 1 // int i
         8: .line 89
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            4    8     1     i  I

  protected final jdk.nashorn.internal.runtime.regexp.joni.StackEntry ensure1();
    descriptor: ()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 92
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            arraylength
            if_icmplt 2
         1: .line 93
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.doubleStack:()V
         2: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            aaload
            astore 1 /* e */
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         3: .line 96
            aload 1 /* e */
            ifnonnull 5
         4: .line 97
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            new jdk.nashorn.internal.runtime.regexp.joni.StackEntry
            dup
            invokespecial jdk.nashorn.internal.runtime.regexp.joni.StackEntry.<init>:()V
            dup
            astore 1 /* e */
            aastore
         5: .line 99
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackEntry
      StackMap stack:
            aload 1 /* e */
            areturn
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            3    6     1     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;

  protected final void pushType(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int type
         0: .line 103
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.ensure1:()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            iload 1 /* type */
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
         1: .line 104
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            iadd
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
         2: .line 105
            return
        end local 1 // int type
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    3     1  type  I
    MethodParameters:
      Name  Flags
      type  final

  private void push(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int type
        start local 2 // int pat
        start local 3 // int s
        start local 4 // int prev
         0: .line 108
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.ensure1:()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            astore 5 /* e */
        start local 5 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         1: .line 109
            aload 5 /* e */
            iload 1 /* type */
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
         2: .line 110
            aload 5 /* e */
            iload 2 /* pat */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setStatePCode:(I)V
         3: .line 111
            aload 5 /* e */
            iload 3 /* s */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setStatePStr:(I)V
         4: .line 112
            aload 5 /* e */
            iload 4 /* prev */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setStatePStrPrev:(I)V
         5: .line 113
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            iadd
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
         6: .line 114
            return
        end local 5 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        end local 4 // int prev
        end local 3 // int s
        end local 2 // int pat
        end local 1 // int type
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    7     1  type  I
            0    7     2   pat  I
            0    7     3     s  I
            0    7     4  prev  I
            1    7     5     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    MethodParameters:
      Name  Flags
      type  final
      pat   final
      s     final
      prev  final

  protected final void pushEnsured(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int type
        start local 2 // int pat
         0: .line 117
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            aaload
            astore 3 /* e */
        start local 3 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         1: .line 118
            aload 3 /* e */
            iload 1 /* type */
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
         2: .line 119
            aload 3 /* e */
            iload 2 /* pat */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setStatePCode:(I)V
         3: .line 120
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            iadd
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
         4: .line 121
            return
        end local 3 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        end local 2 // int pat
        end local 1 // int type
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    5     1  type  I
            0    5     2   pat  I
            1    5     3     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    MethodParameters:
      Name  Flags
      type  final
      pat   final

  protected final void pushAlt(int, int, int);
    descriptor: (III)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int pat
        start local 2 // int s
        start local 3 // int prev
         0: .line 124
            aload 0 /* this */
            iconst_1
            iload 1 /* pat */
            iload 2 /* s */
            iload 3 /* prev */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.push:(IIII)V
         1: .line 125
            return
        end local 3 // int prev
        end local 2 // int s
        end local 1 // int pat
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    2     1   pat  I
            0    2     2     s  I
            0    2     3  prev  I
    MethodParameters:
      Name  Flags
      pat   final
      s     final
      prev  final

  protected final void pushPos(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int s
        start local 2 // int prev
         0: .line 128
            aload 0 /* this */
            sipush 1280
            iconst_m1
            iload 1 /* s */
            iload 2 /* prev */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.push:(IIII)V
         1: .line 129
            return
        end local 2 // int prev
        end local 1 // int s
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    2     1     s  I
            0    2     2  prev  I
    MethodParameters:
      Name  Flags
      s     final
      prev  final

  protected final void pushPosNot(int, int, int);
    descriptor: (III)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int pat
        start local 2 // int s
        start local 3 // int prev
         0: .line 132
            aload 0 /* this */
            iconst_3
            iload 1 /* pat */
            iload 2 /* s */
            iload 3 /* prev */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.push:(IIII)V
         1: .line 133
            return
        end local 3 // int prev
        end local 2 // int s
        end local 1 // int pat
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    2     1   pat  I
            0    2     2     s  I
            0    2     3  prev  I
    MethodParameters:
      Name  Flags
      pat   final
      s     final
      prev  final

  protected final void pushStopBT();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 136
            aload 0 /* this */
            sipush 1536
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.pushType:(I)V
         1: .line 137
            return
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;

  protected final void pushLookBehindNot(int, int, int);
    descriptor: (III)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int pat
        start local 2 // int s
        start local 3 // int sprev
         0: .line 140
            aload 0 /* this */
            iconst_2
            iload 1 /* pat */
            iload 2 /* s */
            iload 3 /* sprev */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.push:(IIII)V
         1: .line 141
            return
        end local 3 // int sprev
        end local 2 // int s
        end local 1 // int pat
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    2     1    pat  I
            0    2     2      s  I
            0    2     3  sprev  I
    MethodParameters:
       Name  Flags
      pat    final
      s      final
      sprev  final

  protected final void pushRepeat(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int id
        start local 2 // int pat
         0: .line 144
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.ensure1:()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            astore 3 /* e */
        start local 3 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         1: .line 145
            aload 3 /* e */
            sipush 1792
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
         2: .line 146
            aload 3 /* e */
            iload 1 /* id */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setRepeatNum:(I)V
         3: .line 147
            aload 3 /* e */
            iload 2 /* pat */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setRepeatPCode:(I)V
         4: .line 148
            aload 3 /* e */
            iconst_0
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setRepeatCount:(I)V
         5: .line 149
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            iadd
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
         6: .line 150
            return
        end local 3 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        end local 2 // int pat
        end local 1 // int id
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    7     1    id  I
            0    7     2   pat  I
            1    7     3     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    MethodParameters:
      Name  Flags
      id    final
      pat   final

  protected final void pushRepeatInc(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int sindex
         0: .line 153
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.ensure1:()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            astore 2 /* e */
        start local 2 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         1: .line 154
            aload 2 /* e */
            sipush 768
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
         2: .line 155
            aload 2 /* e */
            iload 1 /* sindex */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setSi:(I)V
         3: .line 156
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            iadd
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
         4: .line 157
            return
        end local 2 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        end local 1 // int sindex
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    5     1  sindex  I
            1    5     2       e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    MethodParameters:
        Name  Flags
      sindex  final

  protected final void pushMemStart(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int mnum
        start local 2 // int s
         0: .line 160
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.ensure1:()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            astore 3 /* e */
        start local 3 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         1: .line 161
            aload 3 /* e */
            sipush 256
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
         2: .line 162
            aload 3 /* e */
            iload 1 /* mnum */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setMemNum:(I)V
         3: .line 163
            aload 3 /* e */
            iload 2 /* s */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setMemPstr:(I)V
         4: .line 164
            aload 3 /* e */
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memStartStk:I
            iload 1 /* mnum */
            iadd
            iaload
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setMemStart:(I)V
         5: .line 165
            aload 3 /* e */
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memEndStk:I
            iload 1 /* mnum */
            iadd
            iaload
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setMemEnd:(I)V
         6: .line 166
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memStartStk:I
            iload 1 /* mnum */
            iadd
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iastore
         7: .line 167
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memEndStk:I
            iload 1 /* mnum */
            iadd
            iconst_m1
            iastore
         8: .line 168
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            iadd
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
         9: .line 169
            return
        end local 3 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        end local 2 // int s
        end local 1 // int mnum
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0   10     1  mnum  I
            0   10     2     s  I
            1   10     3     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    MethodParameters:
      Name  Flags
      mnum  final
      s     final

  protected final void pushMemEnd(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int mnum
        start local 2 // int s
         0: .line 172
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.ensure1:()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            astore 3 /* e */
        start local 3 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         1: .line 173
            aload 3 /* e */
            ldc 33280
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
         2: .line 174
            aload 3 /* e */
            iload 1 /* mnum */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setMemNum:(I)V
         3: .line 175
            aload 3 /* e */
            iload 2 /* s */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setMemPstr:(I)V
         4: .line 176
            aload 3 /* e */
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memStartStk:I
            iload 1 /* mnum */
            iadd
            iaload
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setMemStart:(I)V
         5: .line 177
            aload 3 /* e */
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memEndStk:I
            iload 1 /* mnum */
            iadd
            iaload
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setMemEnd:(I)V
         6: .line 178
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memEndStk:I
            iload 1 /* mnum */
            iadd
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iastore
         7: .line 179
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            iadd
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
         8: .line 180
            return
        end local 3 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        end local 2 // int s
        end local 1 // int mnum
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    9     1  mnum  I
            0    9     2     s  I
            1    9     3     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    MethodParameters:
      Name  Flags
      mnum  final
      s     final

  protected final void pushMemEndMark(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int mnum
         0: .line 183
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.ensure1:()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            astore 2 /* e */
        start local 2 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         1: .line 184
            aload 2 /* e */
            ldc 33792
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
         2: .line 185
            aload 2 /* e */
            iload 1 /* mnum */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setMemNum:(I)V
         3: .line 186
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            iadd
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
         4: .line 187
            return
        end local 2 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        end local 1 // int mnum
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    5     1  mnum  I
            1    5     2     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    MethodParameters:
      Name  Flags
      mnum  final

  protected final int getMemStart(int);
    descriptor: (I)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int mnum
         0: .line 190
            iconst_0
            istore 2 /* level */
        start local 2 // int level
         1: .line 191
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            istore 3 /* stkp */
        start local 3 // int stkp
         2: .line 193
            goto 12
         3: .line 194
      StackMap locals: int int
      StackMap stack:
            iinc 3 /* stkp */ -1
         4: .line 195
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            iload 3 /* stkp */
            aaload
            astore 4 /* e */
        start local 4 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         5: .line 196
            aload 4 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            ldc 32768
            iand
            ifeq 8
            aload 4 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iload 1 /* mnum */
            if_icmpne 8
         6: .line 197
            iinc 2 /* level */ 1
         7: .line 198
            goto 12
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackEntry
      StackMap stack:
         8: aload 4 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 256
            if_icmpne 12
            aload 4 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iload 1 /* mnum */
            if_icmpne 12
         9: .line 199
            iload 2 /* level */
            ifne 11
        10: .line 200
            goto 13
        11: .line 202
      StackMap locals:
      StackMap stack:
            iinc 2 /* level */ -1
        end local 4 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        12: .line 193
      StackMap locals:
      StackMap stack:
            iload 3 /* stkp */
            ifgt 3
        13: .line 205
      StackMap locals:
      StackMap stack:
            iload 3 /* stkp */
            ireturn
        end local 3 // int stkp
        end local 2 // int level
        end local 1 // int mnum
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0   14     1   mnum  I
            1   14     2  level  I
            2   14     3   stkp  I
            5   12     4      e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    MethodParameters:
      Name  Flags
      mnum  final

  protected final void pushNullCheckStart(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int cnum
        start local 2 // int s
         0: .line 209
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.ensure1:()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            astore 3 /* e */
        start local 3 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         1: .line 210
            aload 3 /* e */
            sipush 12288
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
         2: .line 211
            aload 3 /* e */
            iload 1 /* cnum */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setNullCheckNum:(I)V
         3: .line 212
            aload 3 /* e */
            iload 2 /* s */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setNullCheckPStr:(I)V
         4: .line 213
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            iadd
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
         5: .line 214
            return
        end local 3 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        end local 2 // int s
        end local 1 // int cnum
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    6     1  cnum  I
            0    6     2     s  I
            1    6     3     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    MethodParameters:
      Name  Flags
      cnum  final
      s     final

  protected final void pushNullCheckEnd(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int cnum
         0: .line 217
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.ensure1:()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            astore 2 /* e */
        start local 2 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         1: .line 218
            aload 2 /* e */
            sipush 20480
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
         2: .line 219
            aload 2 /* e */
            iload 1 /* cnum */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.setNullCheckNum:(I)V
         3: .line 220
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            iadd
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
         4: .line 221
            return
        end local 2 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        end local 1 // int cnum
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    5     1  cnum  I
            1    5     2     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    MethodParameters:
      Name  Flags
      cnum  final

  protected final void popOne();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 227
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            isub
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
         1: .line 228
            return
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;

  protected final jdk.nashorn.internal.runtime.regexp.joni.StackEntry pop();
    descriptor: ()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 231
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.regex:Ljdk/nashorn/internal/runtime/regexp/joni/Regex;
            getfield jdk.nashorn.internal.runtime.regexp.joni.Regex.stackPopLevel:I
            tableswitch { // 0 - 1
                    0: 1
                    1: 2
              default: 3
          }
         1: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.popFree:()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            areturn
         2: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.popMemStart:()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            areturn
         3: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.popDefault:()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            areturn
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;

  private jdk.nashorn.internal.runtime.regexp.joni.StackEntry popFree();
    descriptor: ()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            isub
            dup_x1
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            aaload
            astore 1 /* e */
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         1: .line 245
            aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 255
            iand
            ifeq 0
         2: .line 246
            aload 1 /* e */
            areturn
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            1    3     1     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;

  private jdk.nashorn.internal.runtime.regexp.joni.StackEntry popMemStart();
    descriptor: ()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            isub
            dup_x1
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            aaload
            astore 1 /* e */
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         1: .line 255
            aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 255
            iand
            ifeq 3
         2: .line 256
            aload 1 /* e */
            areturn
         3: .line 257
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackEntry
      StackMap stack:
            aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 256
            if_icmpne 0
         4: .line 258
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memStartStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemStart:()I
            iastore
         5: .line 259
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memEndStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemEnd:()I
            iastore
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         6: .line 252
            goto 0
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            1    6     1     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;

  private jdk.nashorn.internal.runtime.regexp.joni.StackEntry popDefault();
    descriptor: ()Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            isub
            dup_x1
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            aaload
            astore 1 /* e */
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         1: .line 268
            aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 255
            iand
            ifeq 3
         2: .line 269
            aload 1 /* e */
            areturn
         3: .line 270
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackEntry
      StackMap stack:
            aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 256
            if_icmpne 7
         4: .line 271
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memStartStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemStart:()I
            iastore
         5: .line 272
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memEndStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemEnd:()I
            iastore
         6: .line 273
            goto 0
      StackMap locals:
      StackMap stack:
         7: aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 768
            if_icmpne 10
         8: .line 276
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getSi:()I
            aaload
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.decreaseRepeatCount:()V
         9: .line 277
            goto 0
      StackMap locals:
      StackMap stack:
        10: aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            ldc 33280
            if_icmpne 0
        11: .line 278
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memStartStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemStart:()I
            iastore
        12: .line 279
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memEndStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemEnd:()I
            iastore
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        13: .line 265
            goto 0
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            1   13     1     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;

  protected final void popTilPosNot();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            isub
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
         1: .line 287
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            aaload
            astore 1 /* e */
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         2: .line 289
            aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            iconst_3
            if_icmpne 4
         3: .line 290
            goto 15
         4: .line 291
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackEntry
      StackMap stack:
            aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 256
            if_icmpne 8
         5: .line 292
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memStartStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemStart:()I
            iastore
         6: .line 293
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memEndStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemStart:()I
            iastore
         7: .line 294
            goto 0
      StackMap locals:
      StackMap stack:
         8: aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 768
            if_icmpne 11
         9: .line 297
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getSi:()I
            aaload
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.decreaseRepeatCount:()V
        10: .line 298
            goto 0
      StackMap locals:
      StackMap stack:
        11: aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            ldc 33280
            if_icmpne 0
        12: .line 299
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memStartStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemStart:()I
            iastore
        13: .line 300
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memEndStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemStart:()I
            iastore
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        14: .line 285
            goto 0
        15: .line 303
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            2   14     1     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;

  protected final void popTilLookBehindNot();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            iconst_1
            isub
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
         1: .line 308
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            aaload
            astore 1 /* e */
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         2: .line 310
            aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            iconst_2
            if_icmpne 4
         3: .line 311
            goto 15
         4: .line 312
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackEntry
      StackMap stack:
            aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 256
            if_icmpne 8
         5: .line 313
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memStartStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemStart:()I
            iastore
         6: .line 314
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memEndStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemEnd:()I
            iastore
         7: .line 315
            goto 0
      StackMap locals:
      StackMap stack:
         8: aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 768
            if_icmpne 11
         9: .line 318
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getSi:()I
            aaload
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.decreaseRepeatCount:()V
        10: .line 319
            goto 0
      StackMap locals:
      StackMap stack:
        11: aload 1 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            ldc 33280
            if_icmpne 0
        12: .line 320
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memStartStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemStart:()I
            iastore
        13: .line 321
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.repeatStk:[I
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.memEndStk:I
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemNum:()I
            iadd
            aload 1 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getMemEnd:()I
            iastore
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        14: .line 306
            goto 0
        15: .line 324
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            2   14     1     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;

  protected final int posEnd();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 327
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            istore 1 /* k */
        start local 1 // int k
         1: .line 329
      StackMap locals: int
      StackMap stack:
            iinc 1 /* k */ -1
         2: .line 330
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            iload 1 /* k */
            aaload
            astore 2 /* e */
        start local 2 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         3: .line 331
            aload 2 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 4351
            iand
            ifeq 6
         4: .line 332
            aload 2 /* e */
            sipush 2560
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
         5: .line 333
            goto 1
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackEntry
      StackMap stack:
         6: aload 2 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 1280
            if_icmpne 1
         7: .line 334
            aload 2 /* e */
            sipush 2560
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
        end local 2 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         8: .line 338
            iload 1 /* k */
            ireturn
        end local 1 // int k
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            1    9     1     k  I
            3    8     2     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;

  protected final void stopBtEnd();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 342
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            istore 1 /* k */
        start local 1 // int k
         1: .line 344
      StackMap locals: int
      StackMap stack:
            iinc 1 /* k */ -1
         2: .line 345
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            iload 1 /* k */
            aaload
            astore 2 /* e */
        start local 2 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         3: .line 347
            aload 2 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 4351
            iand
            ifeq 6
         4: .line 348
            aload 2 /* e */
            sipush 2560
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
         5: .line 349
            goto 1
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackEntry
      StackMap stack:
         6: aload 2 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 1536
            if_icmpne 1
         7: .line 350
            aload 2 /* e */
            sipush 2560
            putfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
        end local 2 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         8: .line 354
            return
        end local 1 // int k
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            1    9     1     k  I
            3    8     2     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;

  protected final int nullCheck(int, int);
    descriptor: (II)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int id
        start local 2 // int s
         0: .line 358
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            istore 3 /* k */
        start local 3 // int k
         1: .line 360
      StackMap locals: int
      StackMap stack:
            iinc 3 /* k */ -1
         2: .line 361
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            iload 3 /* k */
            aaload
            astore 4 /* e */
        start local 4 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         3: .line 363
            aload 4 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 12288
            if_icmpne 1
         4: .line 364
            aload 4 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getNullCheckNum:()I
            iload 1 /* id */
            if_icmpne 1
         5: .line 365
            aload 4 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getNullCheckPStr:()I
            iload 2 /* s */
            if_icmpne 6
            iconst_1
            goto 7
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackEntry
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: ireturn
        end local 4 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        end local 3 // int k
        end local 2 // int s
        end local 1 // int id
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    8     1    id  I
            0    8     2     s  I
            1    8     3     k  I
            3    8     4     e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    MethodParameters:
      Name  Flags
      id    final
      s     final

  protected final int nullCheckMemSt(int, int);
    descriptor: (II)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int id
        start local 2 // int s
         0: .line 373
            aload 0 /* this */
            iload 1 /* id */
            iload 2 /* s */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackMachine.nullCheck:(II)I
            ineg
            ireturn
        end local 2 // int s
        end local 1 // int id
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0    1     1    id  I
            0    1     2     s  I
    MethodParameters:
      Name  Flags
      id    final
      s     final

  protected final int getRepeat(int);
    descriptor: (I)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
        start local 1 // int id
         0: .line 377
            iconst_0
            istore 2 /* level */
        start local 2 // int level
         1: .line 378
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            istore 3 /* k */
        start local 3 // int k
         2: .line 380
      StackMap locals: int int
      StackMap stack:
            iinc 3 /* k */ -1
         3: .line 381
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            iload 3 /* k */
            aaload
            astore 4 /* e */
        start local 4 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         4: .line 383
            aload 4 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 1792
            if_icmpne 8
         5: .line 384
            iload 2 /* level */
            ifne 2
         6: .line 385
            aload 4 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getRepeatNum:()I
            iload 1 /* id */
            if_icmpne 2
         7: .line 386
            iload 3 /* k */
            ireturn
         8: .line 389
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackEntry
      StackMap stack:
            aload 4 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 2048
            if_icmpne 11
         9: .line 390
            iinc 2 /* level */ -1
        10: .line 391
            goto 2
      StackMap locals:
      StackMap stack:
        11: aload 4 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 2304
            if_icmpne 2
        12: .line 392
            iinc 2 /* level */ 1
        end local 4 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        13: .line 379
            goto 2
        end local 3 // int k
        end local 2 // int level
        end local 1 // int id
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            0   14     1     id  I
            1   14     2  level  I
            2   14     3      k  I
            4   13     4      e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
    MethodParameters:
      Name  Flags
      id    final

  protected final int sreturn();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
         0: .line 398
            iconst_0
            istore 1 /* level */
        start local 1 // int level
         1: .line 399
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stk:I
            istore 2 /* k */
        start local 2 // int k
         2: .line 401
      StackMap locals: int int
      StackMap stack:
            iinc 2 /* k */ -1
         3: .line 402
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackMachine.stack:[Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
            iload 2 /* k */
            aaload
            astore 3 /* e */
        start local 3 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
         4: .line 404
            aload 3 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 2048
            if_icmpne 9
         5: .line 405
            iload 1 /* level */
            ifne 7
         6: .line 406
            aload 3 /* e */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.StackEntry.getCallFrameRetAddr:()I
            ireturn
         7: .line 408
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.StackEntry
      StackMap stack:
            iinc 1 /* level */ -1
         8: .line 409
            goto 2
      StackMap locals:
      StackMap stack:
         9: aload 3 /* e */
            getfield jdk.nashorn.internal.runtime.regexp.joni.StackEntry.type:I
            sipush 2304
            if_icmpne 2
        10: .line 410
            iinc 1 /* level */ 1
        end local 3 // jdk.nashorn.internal.runtime.regexp.joni.StackEntry e
        11: .line 400
            goto 2
        end local 2 // int k
        end local 1 // int level
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.StackMachine this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Ljdk/nashorn/internal/runtime/regexp/joni/StackMachine;
            1   12     1  level  I
            2   12     2      k  I
            4   11     3      e  Ljdk/nashorn/internal/runtime/regexp/joni/StackEntry;
}
SourceFile: "StackMachine.java"
NestMembers:
  jdk.nashorn.internal.runtime.regexp.joni.StackMachine$1
InnerClasses:
  jdk.nashorn.internal.runtime.regexp.joni.StackMachine$1