public class org.objectweb.asm.tree.analysis.Analyzer<V extends org.objectweb.asm.tree.analysis.Value> implements org.objectweb.asm.Opcodes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.tree.analysis.Analyzer
  super_class: java.lang.Object
{
  private final org.objectweb.asm.tree.analysis.Interpreter<V> interpreter;
    descriptor: Lorg/objectweb/asm/tree/analysis/Interpreter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;

  private org.objectweb.asm.tree.InsnList insnList;
    descriptor: Lorg/objectweb/asm/tree/InsnList;
    flags: (0x0002) ACC_PRIVATE

  private int insnListSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<org.objectweb.asm.tree.TryCatchBlockNode>[] handlers;
    descriptor: [Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: [Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;

  private org.objectweb.asm.tree.analysis.Frame<V>[] frames;
    descriptor: [Lorg/objectweb/asm/tree/analysis/Frame;
    flags: (0x0002) ACC_PRIVATE
    Signature: [Lorg/objectweb/asm/tree/analysis/Frame<TV;>;

  private org.objectweb.asm.tree.analysis.Subroutine[] subroutines;
    descriptor: [Lorg/objectweb/asm/tree/analysis/Subroutine;
    flags: (0x0002) ACC_PRIVATE

  private boolean[] inInstructionsToProcess;
    descriptor: [Z
    flags: (0x0002) ACC_PRIVATE

  private int[] instructionsToProcess;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int numInstructionsToProcess;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.objectweb.asm.tree.analysis.Interpreter<V>);
    descriptor: (Lorg/objectweb/asm/tree/analysis/Interpreter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // org.objectweb.asm.tree.analysis.Interpreter interpreter
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 89
            aload 0 /* this */
            aload 1 /* interpreter */
            putfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
         2: .line 90
            return
        end local 1 // org.objectweb.asm.tree.analysis.Interpreter interpreter
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    3     1  interpreter  Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;
    Signature: (Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;)V
    MethodParameters:
             Name  Flags
      interpreter  final

  public org.objectweb.asm.tree.analysis.Frame<V>[] analyze(java.lang.String, org.objectweb.asm.tree.MethodNode);
    descriptor: (Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)[Lorg/objectweb/asm/tree/analysis/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=18, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // java.lang.String owner
        start local 2 // org.objectweb.asm.tree.MethodNode method
         0: .line 105
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.access:I
            sipush 1280
            iand
            ifeq 3
         1: .line 106
            aload 0 /* this */
            iconst_0
            anewarray org.objectweb.asm.tree.analysis.Frame
            putfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
         2: .line 107
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            areturn
         3: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            putfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
         4: .line 110
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.size:()I
            putfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
         5: .line 111
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            anewarray java.util.List
            putfield org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
         6: .line 112
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            anewarray org.objectweb.asm.tree.analysis.Frame
            putfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
         7: .line 113
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            anewarray org.objectweb.asm.tree.analysis.Subroutine
            putfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
         8: .line 114
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            newarray 4
            putfield org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
         9: .line 115
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            newarray 10
            putfield org.objectweb.asm.tree.analysis.Analyzer.instructionsToProcess:[I
        10: .line 116
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
        11: .line 120
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: goto 26
        13: .line 121
      StackMap locals: int
      StackMap stack:
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            astore 4 /* tryCatchBlock */
        start local 4 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        14: .line 122
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 4 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.start:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 5 /* startIndex */
        start local 5 // int startIndex
        15: .line 123
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 4 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.end:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 6 /* endIndex */
        start local 6 // int endIndex
        16: .line 124
            iload 5 /* startIndex */
            istore 7 /* j */
        start local 7 // int j
        17: goto 24
        18: .line 125
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode int org.objectweb.asm.tree.TryCatchBlockNode int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 7 /* j */
            aaload
            astore 8 /* insnHandlers */
        start local 8 // java.util.List insnHandlers
        19: .line 126
            aload 8 /* insnHandlers */
            ifnonnull 22
        20: .line 127
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 8 /* insnHandlers */
        21: .line 128
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 7 /* j */
            aload 8 /* insnHandlers */
            aastore
        22: .line 130
      StackMap locals: java.util.List
      StackMap stack:
            aload 8 /* insnHandlers */
            aload 4 /* tryCatchBlock */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // java.util.List insnHandlers
        23: .line 124
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        24: iload 7 /* j */
            iload 6 /* endIndex */
            if_icmplt 18
        end local 7 // int j
        end local 6 // int endIndex
        end local 5 // int startIndex
        end local 4 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        25: .line 120
            iinc 3 /* i */ 1
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode int
      StackMap stack:
        26: iload 3 /* i */
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 13
        end local 3 // int i
        27: .line 136
            new org.objectweb.asm.tree.analysis.Subroutine
            dup
            aconst_null
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.maxLocals:I
            aconst_null
            invokespecial org.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/objectweb/asm/tree/LabelNode;ILorg/objectweb/asm/tree/JumpInsnNode;)V
            astore 3 /* main */
        start local 3 // org.objectweb.asm.tree.analysis.Subroutine main
        28: .line 137
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* jsrInsns */
        start local 4 // java.util.List jsrInsns
        29: .line 138
            aload 0 /* this */
            iconst_0
            aload 3 /* main */
            aload 4 /* jsrInsns */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        30: .line 141
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 5 /* jsrSubroutines */
        start local 5 // java.util.Map jsrSubroutines
        31: .line 142
            goto 40
        32: .line 143
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map
      StackMap stack:
            aload 4 /* jsrInsns */
            iconst_0
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.JumpInsnNode
            astore 6 /* jsrInsn */
        start local 6 // org.objectweb.asm.tree.JumpInsnNode jsrInsn
        33: .line 144
            aload 5 /* jsrSubroutines */
            aload 6 /* jsrInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.analysis.Subroutine
            astore 7 /* subroutine */
        start local 7 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        34: .line 145
            aload 7 /* subroutine */
            ifnonnull 39
        35: .line 146
            new org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 6 /* jsrInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.maxLocals:I
            aload 6 /* jsrInsn */
            invokespecial org.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/objectweb/asm/tree/LabelNode;ILorg/objectweb/asm/tree/JumpInsnNode;)V
            astore 7 /* subroutine */
        36: .line 147
            aload 5 /* jsrSubroutines */
            aload 6 /* jsrInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            aload 7 /* subroutine */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        37: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 6 /* jsrInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 7 /* subroutine */
            aload 4 /* jsrInsns */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        38: .line 149
            goto 40
        39: .line 150
      StackMap locals: org.objectweb.asm.tree.JumpInsnNode org.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            aload 7 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            aload 6 /* jsrInsn */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 6 // org.objectweb.asm.tree.JumpInsnNode jsrInsn
        40: .line 142
      StackMap locals:
      StackMap stack:
            aload 4 /* jsrInsns */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 32
        41: .line 155
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        42: goto 46
        43: .line 156
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 6 /* i */
            aaload
            ifnull 45
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 6 /* i */
            aaload
            getfield org.objectweb.asm.tree.analysis.Subroutine.start:Lorg/objectweb/asm/tree/LabelNode;
            ifnonnull 45
        44: .line 157
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 6 /* i */
            aconst_null
            aastore
        45: .line 155
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        46: iload 6 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            if_icmplt 43
        end local 6 // int i
        47: .line 162
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* method */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.computeInitialFrame:(Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)Lorg/objectweb/asm/tree/analysis/Frame;
            astore 6 /* currentFrame */
        start local 6 // org.objectweb.asm.tree.analysis.Frame currentFrame
        48: .line 163
            aload 0 /* this */
            iconst_0
            aload 6 /* currentFrame */
            aconst_null
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        49: .line 164
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* method */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.init:(Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)V
        50: .line 167
            goto 177
        51: .line 169
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.instructionsToProcess:[I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            iconst_1
            isub
            dup_x1
            putfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            iaload
            istore 7 /* insnIndex */
        start local 7 // int insnIndex
        52: .line 170
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 7 /* insnIndex */
            aaload
            astore 8 /* oldFrame */
        start local 8 // org.objectweb.asm.tree.analysis.Frame oldFrame
        53: .line 171
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 7 /* insnIndex */
            aaload
            astore 9 /* subroutine */
        start local 9 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        54: .line 172
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 7 /* insnIndex */
            iconst_0
            bastore
        55: .line 175
            aconst_null
            astore 10 /* insnNode */
        start local 10 // org.objectweb.asm.tree.AbstractInsnNode insnNode
        56: .line 177
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            iload 7 /* insnIndex */
            invokevirtual org.objectweb.asm.tree.InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 10 /* insnNode */
        57: .line 178
            aload 10 /* insnNode */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            istore 11 /* insnOpcode */
        start local 11 // int insnOpcode
        58: .line 179
            aload 10 /* insnNode */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getType:()I
            istore 12 /* insnType */
        start local 12 // int insnType
        59: .line 181
            iload 12 /* insnType */
            bipush 8
            if_icmpeq 62
        60: .line 182
            iload 12 /* insnType */
            bipush 15
            if_icmpeq 62
        61: .line 183
            iload 12 /* insnType */
            bipush 14
            if_icmpne 65
        62: .line 184
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.objectweb.asm.tree.analysis.Frame int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine org.objectweb.asm.tree.AbstractInsnNode int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            aload 8 /* oldFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        63: .line 185
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        64: .line 186
            goto 154
        65: .line 187
      StackMap locals:
      StackMap stack:
            aload 6 /* currentFrame */
            aload 8 /* oldFrame */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.init:(Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
            aload 10 /* insnNode */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.execute:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Interpreter;)V
        66: .line 188
            aload 9 /* subroutine */
            ifnonnull 67
            aconst_null
            goto 68
      StackMap locals:
      StackMap stack:
        67: new org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 9 /* subroutine */
            invokespecial org.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/objectweb/asm/tree/analysis/Subroutine;)V
      StackMap locals:
      StackMap stack: org.objectweb.asm.tree.analysis.Subroutine
        68: astore 9 /* subroutine */
        69: .line 190
            aload 10 /* insnNode */
            instanceof org.objectweb.asm.tree.JumpInsnNode
            ifeq 87
        70: .line 191
            aload 10 /* insnNode */
            checkcast org.objectweb.asm.tree.JumpInsnNode
            astore 13 /* jumpInsn */
        start local 13 // org.objectweb.asm.tree.JumpInsnNode jumpInsn
        71: .line 192
            iload 11 /* insnOpcode */
            sipush 167
            if_icmpeq 75
            iload 11 /* insnOpcode */
            sipush 168
            if_icmpeq 75
        72: .line 193
            aload 6 /* currentFrame */
            iload 11 /* insnOpcode */
            aconst_null
            invokevirtual org.objectweb.asm.tree.analysis.Frame.initJumpTarget:(ILorg/objectweb/asm/tree/LabelNode;)V
        73: .line 194
            aload 0 /* this */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        74: .line 195
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        75: .line 197
      StackMap locals: org.objectweb.asm.tree.JumpInsnNode
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 13 /* jumpInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 14 /* jumpInsnIndex */
        start local 14 // int jumpInsnIndex
        76: .line 198
            aload 6 /* currentFrame */
            iload 11 /* insnOpcode */
            aload 13 /* jumpInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.initJumpTarget:(ILorg/objectweb/asm/tree/LabelNode;)V
        77: .line 199
            iload 11 /* insnOpcode */
            sipush 168
            if_icmpne 84
        78: .line 200
            aload 0 /* this */
        79: .line 201
            iload 14 /* jumpInsnIndex */
        80: .line 202
            aload 6 /* currentFrame */
        81: .line 203
            new org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 13 /* jumpInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.maxLocals:I
            aload 13 /* jumpInsn */
            invokespecial org.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/objectweb/asm/tree/LabelNode;ILorg/objectweb/asm/tree/JumpInsnNode;)V
        82: .line 200
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        83: .line 204
            goto 85
        84: .line 205
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 14 /* jumpInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        85: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* jumpInsnIndex */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 14 // int jumpInsnIndex
        end local 13 // org.objectweb.asm.tree.JumpInsnNode jumpInsn
        86: .line 208
            goto 154
      StackMap locals:
      StackMap stack:
        87: aload 10 /* insnNode */
            instanceof org.objectweb.asm.tree.LookupSwitchInsnNode
            ifeq 103
        88: .line 209
            aload 10 /* insnNode */
            checkcast org.objectweb.asm.tree.LookupSwitchInsnNode
            astore 13 /* lookupSwitchInsn */
        start local 13 // org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsn
        89: .line 210
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 13 /* lookupSwitchInsn */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 14 /* targetInsnIndex */
        start local 14 // int targetInsnIndex
        90: .line 211
            aload 6 /* currentFrame */
            iload 11 /* insnOpcode */
            aload 13 /* lookupSwitchInsn */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.initJumpTarget:(ILorg/objectweb/asm/tree/LabelNode;)V
        91: .line 212
            aload 0 /* this */
            iload 14 /* targetInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        92: .line 213
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* targetInsnIndex */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        93: .line 214
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        94: goto 101
        95: .line 215
      StackMap locals: org.objectweb.asm.tree.LookupSwitchInsnNode int int
      StackMap stack:
            aload 13 /* lookupSwitchInsn */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            iload 15 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            astore 16 /* label */
        start local 16 // org.objectweb.asm.tree.LabelNode label
        96: .line 216
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 16 /* label */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 14 /* targetInsnIndex */
        97: .line 217
            aload 6 /* currentFrame */
            iload 11 /* insnOpcode */
            aload 16 /* label */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.initJumpTarget:(ILorg/objectweb/asm/tree/LabelNode;)V
        98: .line 218
            aload 0 /* this */
            iload 14 /* targetInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        99: .line 219
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* targetInsnIndex */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 16 // org.objectweb.asm.tree.LabelNode label
       100: .line 214
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
       101: iload 15 /* i */
            aload 13 /* lookupSwitchInsn */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 95
        end local 15 // int i
        end local 14 // int targetInsnIndex
        end local 13 // org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsn
       102: .line 221
            goto 154
      StackMap locals:
      StackMap stack:
       103: aload 10 /* insnNode */
            instanceof org.objectweb.asm.tree.TableSwitchInsnNode
            ifeq 119
       104: .line 222
            aload 10 /* insnNode */
            checkcast org.objectweb.asm.tree.TableSwitchInsnNode
            astore 13 /* tableSwitchInsn */
        start local 13 // org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsn
       105: .line 223
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 13 /* tableSwitchInsn */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.dflt:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 14 /* targetInsnIndex */
        start local 14 // int targetInsnIndex
       106: .line 224
            aload 6 /* currentFrame */
            iload 11 /* insnOpcode */
            aload 13 /* tableSwitchInsn */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.dflt:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.initJumpTarget:(ILorg/objectweb/asm/tree/LabelNode;)V
       107: .line 225
            aload 0 /* this */
            iload 14 /* targetInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
       108: .line 226
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* targetInsnIndex */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
       109: .line 227
            iconst_0
            istore 15 /* i */
        start local 15 // int i
       110: goto 117
       111: .line 228
      StackMap locals: org.objectweb.asm.tree.TableSwitchInsnNode int int
      StackMap stack:
            aload 13 /* tableSwitchInsn */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            iload 15 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            astore 16 /* label */
        start local 16 // org.objectweb.asm.tree.LabelNode label
       112: .line 229
            aload 6 /* currentFrame */
            iload 11 /* insnOpcode */
            aload 16 /* label */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.initJumpTarget:(ILorg/objectweb/asm/tree/LabelNode;)V
       113: .line 230
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 16 /* label */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 14 /* targetInsnIndex */
       114: .line 231
            aload 0 /* this */
            iload 14 /* targetInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
       115: .line 232
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* targetInsnIndex */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 16 // org.objectweb.asm.tree.LabelNode label
       116: .line 227
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
       117: iload 15 /* i */
            aload 13 /* tableSwitchInsn */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 111
        end local 15 // int i
        end local 14 // int targetInsnIndex
        end local 13 // org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsn
       118: .line 234
            goto 154
      StackMap locals:
      StackMap stack:
       119: iload 11 /* insnOpcode */
            sipush 169
            if_icmpne 138
       120: .line 235
            aload 9 /* subroutine */
            ifnonnull 122
       121: .line 236
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 10 /* insnNode */
            ldc "RET instruction outside of a subroutine"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
       122: .line 238
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 13 /* i */
        start local 13 // int i
       123: goto 136
       124: .line 239
      StackMap locals: int
      StackMap stack:
            aload 9 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            iload 13 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.JumpInsnNode
            astore 14 /* caller */
        start local 14 // org.objectweb.asm.tree.JumpInsnNode caller
       125: .line 240
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 14 /* caller */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 15 /* jsrInsnIndex */
        start local 15 // int jsrInsnIndex
       126: .line 241
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 15 /* jsrInsnIndex */
            aaload
            ifnull 135
       127: .line 242
            aload 0 /* this */
       128: .line 243
            iload 15 /* jsrInsnIndex */
            iconst_1
            iadd
       129: .line 244
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 15 /* jsrInsnIndex */
            aaload
       130: .line 245
            aload 6 /* currentFrame */
       131: .line 246
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 15 /* jsrInsnIndex */
            aaload
       132: .line 247
            aload 9 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.localsUsed:[Z
       133: .line 242
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;[Z)V
       134: .line 248
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 15 /* jsrInsnIndex */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 15 // int jsrInsnIndex
        end local 14 // org.objectweb.asm.tree.JumpInsnNode caller
       135: .line 238
      StackMap locals:
      StackMap stack:
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
       136: iload 13 /* i */
            aload 9 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 124
        end local 13 // int i
       137: .line 251
            goto 154
      StackMap locals:
      StackMap stack:
       138: iload 11 /* insnOpcode */
            sipush 191
            if_icmpeq 154
            iload 11 /* insnOpcode */
            sipush 172
            if_icmplt 139
            iload 11 /* insnOpcode */
            sipush 177
            if_icmple 154
       139: .line 252
      StackMap locals:
      StackMap stack:
            aload 9 /* subroutine */
            ifnull 152
       140: .line 253
            aload 10 /* insnNode */
            instanceof org.objectweb.asm.tree.VarInsnNode
            ifeq 149
       141: .line 254
            aload 10 /* insnNode */
            checkcast org.objectweb.asm.tree.VarInsnNode
            getfield org.objectweb.asm.tree.VarInsnNode.var:I
            istore 13 /* var */
        start local 13 // int var
       142: .line 255
            aload 9 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.localsUsed:[Z
            iload 13 /* var */
            iconst_1
            bastore
       143: .line 256
            iload 11 /* insnOpcode */
            bipush 22
            if_icmpeq 147
       144: .line 257
            iload 11 /* insnOpcode */
            bipush 24
            if_icmpeq 147
       145: .line 258
            iload 11 /* insnOpcode */
            bipush 55
            if_icmpeq 147
       146: .line 259
            iload 11 /* insnOpcode */
            bipush 57
            if_icmpne 152
       147: .line 260
      StackMap locals: int
      StackMap stack:
            aload 9 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.localsUsed:[Z
            iload 13 /* var */
            iconst_1
            iadd
            iconst_1
            bastore
        end local 13 // int var
       148: .line 262
            goto 152
      StackMap locals:
      StackMap stack:
       149: aload 10 /* insnNode */
            instanceof org.objectweb.asm.tree.IincInsnNode
            ifeq 152
       150: .line 263
            aload 10 /* insnNode */
            checkcast org.objectweb.asm.tree.IincInsnNode
            getfield org.objectweb.asm.tree.IincInsnNode.var:I
            istore 13 /* var */
        start local 13 // int var
       151: .line 264
            aload 9 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.localsUsed:[Z
            iload 13 /* var */
            iconst_1
            bastore
        end local 13 // int var
       152: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
       153: .line 268
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
       154: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 7 /* insnIndex */
            aaload
            astore 13 /* insnHandlers */
        start local 13 // java.util.List insnHandlers
       155: .line 273
            aload 13 /* insnHandlers */
            ifnull 177
       156: .line 274
            aload 13 /* insnHandlers */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 15
            goto 167
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.objectweb.asm.tree.analysis.Frame int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine org.objectweb.asm.tree.AbstractInsnNode int int java.util.List top java.util.Iterator
      StackMap stack:
       157: aload 15
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            astore 14 /* tryCatchBlock */
        start local 14 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
       158: .line 276
            aload 14 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.type:Ljava/lang/String;
            ifnonnull 161
       159: .line 277
            ldc "java/lang/Throwable"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            astore 16 /* catchType */
        start local 16 // org.objectweb.asm.Type catchType
       160: .line 278
            goto 162
        end local 16 // org.objectweb.asm.Type catchType
       161: .line 279
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.objectweb.asm.tree.analysis.Frame int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine org.objectweb.asm.tree.AbstractInsnNode int int java.util.List org.objectweb.asm.tree.TryCatchBlockNode java.util.Iterator
      StackMap stack:
            aload 14 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.type:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            astore 16 /* catchType */
        start local 16 // org.objectweb.asm.Type catchType
       162: .line 281
      StackMap locals: org.objectweb.asm.Type
      StackMap stack:
            aload 0 /* this */
            iload 7 /* insnIndex */
            aload 14 /* tryCatchBlock */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowExceptionEdge:(ILorg/objectweb/asm/tree/TryCatchBlockNode;)Z
            ifeq 167
       163: .line 282
            aload 0 /* this */
            aload 8 /* oldFrame */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newFrame:(Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
            astore 17 /* handler */
        start local 17 // org.objectweb.asm.tree.analysis.Frame handler
       164: .line 283
            aload 17 /* handler */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.clearStack:()V
       165: .line 284
            aload 17 /* handler */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            aload 14 /* tryCatchBlock */
            aload 17 /* handler */
            aload 16 /* catchType */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newExceptionValue:(Lorg/objectweb/asm/tree/TryCatchBlockNode;Lorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       166: .line 285
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 14 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.handler:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 17 /* handler */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        end local 17 // org.objectweb.asm.tree.analysis.Frame handler
        end local 16 // org.objectweb.asm.Type catchType
        end local 14 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
       167: .line 274
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.objectweb.asm.tree.analysis.Frame int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine org.objectweb.asm.tree.AbstractInsnNode int int java.util.List top java.util.Iterator
      StackMap stack:
            aload 15
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 157
        end local 13 // java.util.List insnHandlers
        end local 12 // int insnType
        end local 11 // int insnOpcode
       168: .line 289
            goto 177
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.objectweb.asm.tree.analysis.Frame int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack: org.objectweb.asm.tree.analysis.AnalyzerException
       169: astore 11 /* e */
        start local 11 // org.objectweb.asm.tree.analysis.AnalyzerException e
       170: .line 290
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
       171: .line 291
            aload 11 /* e */
            getfield org.objectweb.asm.tree.analysis.AnalyzerException.node:Lorg/objectweb/asm/tree/AbstractInsnNode;
            new java.lang.StringBuilder
            dup
            ldc "Error at instruction "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* insnIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 11 /* e */
            invokevirtual org.objectweb.asm.tree.analysis.AnalyzerException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 11 /* e */
       172: .line 290
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 11 // org.objectweb.asm.tree.analysis.AnalyzerException e
       173: .line 292
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 11 /* e */
        start local 11 // java.lang.RuntimeException e
       174: .line 294
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
       175: .line 295
            aload 10 /* insnNode */
            new java.lang.StringBuilder
            dup
            ldc "Error at instruction "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* insnIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 11 /* e */
            invokevirtual java.lang.RuntimeException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 11 /* e */
       176: .line 294
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 11 // java.lang.RuntimeException e
        end local 10 // org.objectweb.asm.tree.AbstractInsnNode insnNode
        end local 9 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 8 // org.objectweb.asm.tree.analysis.Frame oldFrame
        end local 7 // int insnIndex
       177: .line 167
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            ifgt 51
       178: .line 299
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            areturn
        end local 6 // org.objectweb.asm.tree.analysis.Frame currentFrame
        end local 5 // java.util.Map jsrSubroutines
        end local 4 // java.util.List jsrInsns
        end local 3 // org.objectweb.asm.tree.analysis.Subroutine main
        end local 2 // org.objectweb.asm.tree.MethodNode method
        end local 1 // java.lang.String owner
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0  179     0              this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0  179     1             owner  Ljava/lang/String;
            0  179     2            method  Lorg/objectweb/asm/tree/MethodNode;
           12   27     3                 i  I
           14   25     4     tryCatchBlock  Lorg/objectweb/asm/tree/TryCatchBlockNode;
           15   25     5        startIndex  I
           16   25     6          endIndex  I
           17   25     7                 j  I
           19   23     8      insnHandlers  Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
           28  179     3              main  Lorg/objectweb/asm/tree/analysis/Subroutine;
           29  179     4          jsrInsns  Ljava/util/List<Lorg/objectweb/asm/tree/AbstractInsnNode;>;
           31  179     5    jsrSubroutines  Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/analysis/Subroutine;>;
           33   40     6           jsrInsn  Lorg/objectweb/asm/tree/JumpInsnNode;
           34   40     7        subroutine  Lorg/objectweb/asm/tree/analysis/Subroutine;
           42   47     6                 i  I
           48  179     6      currentFrame  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
           52  177     7         insnIndex  I
           53  177     8          oldFrame  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
           54  177     9        subroutine  Lorg/objectweb/asm/tree/analysis/Subroutine;
           56  177    10          insnNode  Lorg/objectweb/asm/tree/AbstractInsnNode;
           58  168    11        insnOpcode  I
           59  168    12          insnType  I
           71   86    13          jumpInsn  Lorg/objectweb/asm/tree/JumpInsnNode;
           76   86    14     jumpInsnIndex  I
           89  102    13  lookupSwitchInsn  Lorg/objectweb/asm/tree/LookupSwitchInsnNode;
           90  102    14   targetInsnIndex  I
           94  102    15                 i  I
           96  100    16             label  Lorg/objectweb/asm/tree/LabelNode;
          105  118    13   tableSwitchInsn  Lorg/objectweb/asm/tree/TableSwitchInsnNode;
          106  118    14   targetInsnIndex  I
          110  118    15                 i  I
          112  116    16             label  Lorg/objectweb/asm/tree/LabelNode;
          123  137    13                 i  I
          125  135    14            caller  Lorg/objectweb/asm/tree/JumpInsnNode;
          126  135    15      jsrInsnIndex  I
          142  148    13               var  I
          151  152    13               var  I
          155  168    13      insnHandlers  Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
          158  167    14     tryCatchBlock  Lorg/objectweb/asm/tree/TryCatchBlockNode;
          160  161    16         catchType  Lorg/objectweb/asm/Type;
          162  167    16         catchType  Lorg/objectweb/asm/Type;
          164  167    17           handler  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
          170  173    11                 e  Lorg/objectweb/asm/tree/analysis/AnalyzerException;
          174  177    11                 e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
          56   168     169  Class org.objectweb.asm.tree.analysis.AnalyzerException
          56   168     173  Class java.lang.RuntimeException
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)[Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
    MethodParameters:
        Name  Flags
      owner   final
      method  final

  private void findSubroutine(int, org.objectweb.asm.tree.analysis.Subroutine, java.util.List<org.objectweb.asm.tree.AbstractInsnNode>);
    descriptor: (ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
        start local 2 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        start local 3 // java.util.List jsrInsns
         0: .line 316
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* instructionIndicesToProcess */
        start local 4 // java.util.ArrayList instructionIndicesToProcess
         1: .line 317
            aload 4 /* instructionIndicesToProcess */
            iload 1 /* insnIndex */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 318
            goto 46
         3: .line 320
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 4 /* instructionIndicesToProcess */
            aload 4 /* instructionIndicesToProcess */
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            invokevirtual java.util.ArrayList.remove:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
         4: .line 319
            istore 5 /* currentInsnIndex */
        start local 5 // int currentInsnIndex
         5: .line 321
            iload 5 /* currentInsnIndex */
            iflt 6
            iload 5 /* currentInsnIndex */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            if_icmplt 7
         6: .line 322
      StackMap locals: int
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aconst_null
            ldc "Execution can fall off the end of the code"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
         7: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 5 /* currentInsnIndex */
            aaload
            ifnull 9
         8: .line 325
            goto 46
         9: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 5 /* currentInsnIndex */
            new org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 2 /* subroutine */
            invokespecial org.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/objectweb/asm/tree/analysis/Subroutine;)V
            aastore
        10: .line 328
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            iload 5 /* currentInsnIndex */
            invokevirtual org.objectweb.asm.tree.InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 6 /* currentInsn */
        start local 6 // org.objectweb.asm.tree.AbstractInsnNode currentInsn
        11: .line 331
            aload 6 /* currentInsn */
            instanceof org.objectweb.asm.tree.JumpInsnNode
            ifeq 18
        12: .line 332
            aload 6 /* currentInsn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 168
            if_icmpne 15
        13: .line 334
            aload 3 /* jsrInsns */
            aload 6 /* currentInsn */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        14: .line 335
            goto 37
        15: .line 336
      StackMap locals: org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 6 /* currentInsn */
            checkcast org.objectweb.asm.tree.JumpInsnNode
            astore 7 /* jumpInsn */
        start local 7 // org.objectweb.asm.tree.JumpInsnNode jumpInsn
        16: .line 337
            aload 4 /* instructionIndicesToProcess */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 7 /* jumpInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // org.objectweb.asm.tree.JumpInsnNode jumpInsn
        17: .line 339
            goto 37
      StackMap locals:
      StackMap stack:
        18: aload 6 /* currentInsn */
            instanceof org.objectweb.asm.tree.TableSwitchInsnNode
            ifeq 28
        19: .line 340
            aload 6 /* currentInsn */
            checkcast org.objectweb.asm.tree.TableSwitchInsnNode
            astore 7 /* tableSwitchInsn */
        start local 7 // org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsn
        20: .line 341
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 7 /* tableSwitchInsn */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.dflt:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* subroutine */
            aload 3 /* jsrInsns */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        21: .line 342
            aload 7 /* tableSwitchInsn */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 8 /* i */
        start local 8 // int i
        22: goto 26
        23: .line 343
      StackMap locals: org.objectweb.asm.tree.TableSwitchInsnNode int
      StackMap stack:
            aload 7 /* tableSwitchInsn */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            iload 8 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            astore 9 /* labelNode */
        start local 9 // org.objectweb.asm.tree.LabelNode labelNode
        24: .line 344
            aload 4 /* instructionIndicesToProcess */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 9 /* labelNode */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // org.objectweb.asm.tree.LabelNode labelNode
        25: .line 342
            iinc 8 /* i */ -1
      StackMap locals:
      StackMap stack:
        26: iload 8 /* i */
            ifge 23
        end local 8 // int i
        end local 7 // org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsn
        27: .line 346
            goto 37
      StackMap locals:
      StackMap stack:
        28: aload 6 /* currentInsn */
            instanceof org.objectweb.asm.tree.LookupSwitchInsnNode
            ifeq 37
        29: .line 347
            aload 6 /* currentInsn */
            checkcast org.objectweb.asm.tree.LookupSwitchInsnNode
            astore 7 /* lookupSwitchInsn */
        start local 7 // org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsn
        30: .line 348
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 7 /* lookupSwitchInsn */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* subroutine */
            aload 3 /* jsrInsns */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        31: .line 349
            aload 7 /* lookupSwitchInsn */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 8 /* i */
        start local 8 // int i
        32: goto 36
        33: .line 350
      StackMap locals: org.objectweb.asm.tree.LookupSwitchInsnNode int
      StackMap stack:
            aload 7 /* lookupSwitchInsn */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            iload 8 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            astore 9 /* labelNode */
        start local 9 // org.objectweb.asm.tree.LabelNode labelNode
        34: .line 351
            aload 4 /* instructionIndicesToProcess */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 9 /* labelNode */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // org.objectweb.asm.tree.LabelNode labelNode
        35: .line 349
            iinc 8 /* i */ -1
      StackMap locals:
      StackMap stack:
        36: iload 8 /* i */
            ifge 33
        end local 8 // int i
        end local 7 // org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsn
        37: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 5 /* currentInsnIndex */
            aaload
            astore 7 /* insnHandlers */
        start local 7 // java.util.List insnHandlers
        38: .line 357
            aload 7 /* insnHandlers */
            ifnull 43
        39: .line 358
            aload 7 /* insnHandlers */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 42
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer int org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.ArrayList int org.objectweb.asm.tree.AbstractInsnNode java.util.List top java.util.Iterator
      StackMap stack:
        40: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            astore 8 /* tryCatchBlock */
        start local 8 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        41: .line 359
            aload 4 /* instructionIndicesToProcess */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 8 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.handler:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        42: .line 358
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 40
        43: .line 364
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer int org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.ArrayList int org.objectweb.asm.tree.AbstractInsnNode java.util.List
      StackMap stack:
            aload 6 /* currentInsn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            tableswitch { // 167 - 191
                  167: 44
                  168: 45
                  169: 44
                  170: 44
                  171: 44
                  172: 44
                  173: 44
                  174: 44
                  175: 44
                  176: 44
                  177: 44
                  178: 45
                  179: 45
                  180: 45
                  181: 45
                  182: 45
                  183: 45
                  184: 45
                  185: 45
                  186: 45
                  187: 45
                  188: 45
                  189: 45
                  190: 45
                  191: 44
              default: 45
          }
        44: .line 376
      StackMap locals:
      StackMap stack:
            goto 46
        45: .line 378
      StackMap locals:
      StackMap stack:
            aload 4 /* instructionIndicesToProcess */
            iload 5 /* currentInsnIndex */
            iconst_1
            iadd
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // java.util.List insnHandlers
        end local 6 // org.objectweb.asm.tree.AbstractInsnNode currentInsn
        end local 5 // int currentInsnIndex
        46: .line 318
      StackMap locals:
      StackMap stack:
            aload 4 /* instructionIndicesToProcess */
            invokevirtual java.util.ArrayList.isEmpty:()Z
            ifeq 3
        47: .line 382
            return
        end local 4 // java.util.ArrayList instructionIndicesToProcess
        end local 3 // java.util.List jsrInsns
        end local 2 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   48     0                         this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0   48     1                    insnIndex  I
            0   48     2                   subroutine  Lorg/objectweb/asm/tree/analysis/Subroutine;
            0   48     3                     jsrInsns  Ljava/util/List<Lorg/objectweb/asm/tree/AbstractInsnNode;>;
            1   48     4  instructionIndicesToProcess  Ljava/util/ArrayList<Ljava/lang/Integer;>;
            5   46     5             currentInsnIndex  I
           11   46     6                  currentInsn  Lorg/objectweb/asm/tree/AbstractInsnNode;
           16   17     7                     jumpInsn  Lorg/objectweb/asm/tree/JumpInsnNode;
           20   27     7              tableSwitchInsn  Lorg/objectweb/asm/tree/TableSwitchInsnNode;
           22   27     8                            i  I
           24   25     9                    labelNode  Lorg/objectweb/asm/tree/LabelNode;
           30   37     7             lookupSwitchInsn  Lorg/objectweb/asm/tree/LookupSwitchInsnNode;
           32   37     8                            i  I
           34   35     9                    labelNode  Lorg/objectweb/asm/tree/LabelNode;
           38   46     7                 insnHandlers  Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
           41   42     8                tryCatchBlock  Lorg/objectweb/asm/tree/TryCatchBlockNode;
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List<Lorg/objectweb/asm/tree/AbstractInsnNode;>;)V
    MethodParameters:
            Name  Flags
      insnIndex   final
      subroutine  final
      jsrInsns    final

  private org.objectweb.asm.tree.analysis.Frame<V> computeInitialFrame(java.lang.String, org.objectweb.asm.tree.MethodNode);
    descriptor: (Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)Lorg/objectweb/asm/tree/analysis/Frame;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=11, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // java.lang.String owner
        start local 2 // org.objectweb.asm.tree.MethodNode method
         0: .line 392
            aload 0 /* this */
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.maxLocals:I
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.maxStack:I
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newFrame:(II)Lorg/objectweb/asm/tree/analysis/Frame;
            astore 3 /* frame */
        start local 3 // org.objectweb.asm.tree.analysis.Frame frame
         1: .line 393
            iconst_0
            istore 4 /* currentLocal */
        start local 4 // int currentLocal
         2: .line 394
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.access:I
            bipush 8
            iand
            ifne 3
            iconst_1
            goto 4
      StackMap locals: org.objectweb.asm.tree.analysis.Frame int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 5 /* isInstanceMethod */
        start local 5 // boolean isInstanceMethod
         5: .line 395
            iload 5 /* isInstanceMethod */
            ifeq 11
         6: .line 396
            aload 1 /* owner */
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            astore 6 /* ownerType */
        start local 6 // org.objectweb.asm.Type ownerType
         7: .line 397
            aload 3 /* frame */
         8: .line 398
            iload 4 /* currentLocal */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            iload 5 /* isInstanceMethod */
            iload 4 /* currentLocal */
            aload 6 /* ownerType */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newParameterValue:(ZILorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/Value;
         9: .line 397
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
        10: .line 399
            iinc 4 /* currentLocal */ 1
        end local 6 // org.objectweb.asm.Type ownerType
        11: .line 401
      StackMap locals: int
      StackMap stack:
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.desc:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            astore 6 /* argumentTypes */
        start local 6 // org.objectweb.asm.Type[] argumentTypes
        12: .line 402
            aload 6 /* argumentTypes */
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 23
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Frame int int org.objectweb.asm.Type[] top int int org.objectweb.asm.Type[]
      StackMap stack:
        13: aload 10
            iload 8
            aaload
            astore 7 /* argumentType */
        start local 7 // org.objectweb.asm.Type argumentType
        14: .line 403
            aload 3 /* frame */
        15: .line 404
            iload 4 /* currentLocal */
        16: .line 405
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            iload 5 /* isInstanceMethod */
            iload 4 /* currentLocal */
            aload 7 /* argumentType */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newParameterValue:(ZILorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/Value;
        17: .line 403
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
        18: .line 406
            iinc 4 /* currentLocal */ 1
        19: .line 407
            aload 7 /* argumentType */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_2
            if_icmpne 22
        20: .line 408
            aload 3 /* frame */
            iload 4 /* currentLocal */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            iload 4 /* currentLocal */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newEmptyValue:(I)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
        21: .line 409
            iinc 4 /* currentLocal */ 1
        end local 7 // org.objectweb.asm.Type argumentType
        22: .line 402
      StackMap locals:
      StackMap stack:
            iinc 8 1
      StackMap locals:
      StackMap stack:
        23: iload 8
            iload 9
            if_icmplt 13
        24: .line 412
            goto 27
        25: .line 413
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Frame int int org.objectweb.asm.Type[]
      StackMap stack:
            aload 3 /* frame */
            iload 4 /* currentLocal */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            iload 4 /* currentLocal */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newEmptyValue:(I)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
        26: .line 414
            iinc 4 /* currentLocal */ 1
        27: .line 412
      StackMap locals:
      StackMap stack:
            iload 4 /* currentLocal */
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.maxLocals:I
            if_icmplt 25
        28: .line 416
            aload 3 /* frame */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.desc:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getReturnType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newReturnTypeValue:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setReturn:(Lorg/objectweb/asm/tree/analysis/Value;)V
        29: .line 417
            aload 3 /* frame */
            areturn
        end local 6 // org.objectweb.asm.Type[] argumentTypes
        end local 5 // boolean isInstanceMethod
        end local 4 // int currentLocal
        end local 3 // org.objectweb.asm.tree.analysis.Frame frame
        end local 2 // org.objectweb.asm.tree.MethodNode method
        end local 1 // java.lang.String owner
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   30     0              this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0   30     1             owner  Ljava/lang/String;
            0   30     2            method  Lorg/objectweb/asm/tree/MethodNode;
            1   30     3             frame  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            2   30     4      currentLocal  I
            5   30     5  isInstanceMethod  Z
            7   11     6         ownerType  Lorg/objectweb/asm/Type;
           12   30     6     argumentTypes  [Lorg/objectweb/asm/Type;
           14   22     7      argumentType  Lorg/objectweb/asm/Type;
    Signature: (Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
    MethodParameters:
        Name  Flags
      owner   final
      method  final

  public org.objectweb.asm.tree.analysis.Frame<V>[] getFrames();
    descriptor: ()[Lorg/objectweb/asm/tree/analysis/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
         0: .line 429
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            areturn
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
    Signature: ()[Lorg/objectweb/asm/tree/analysis/Frame<TV;>;

  public java.util.List<org.objectweb.asm.tree.TryCatchBlockNode> getHandlers(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
         0: .line 439
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 1 /* insnIndex */
            aaload
            areturn
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1  insnIndex  I
    Signature: (I)Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
    MethodParameters:
           Name  Flags
      insnIndex  final

  protected void init(java.lang.String, org.objectweb.asm.tree.MethodNode);
    descriptor: (Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // java.lang.String owner
        start local 2 // org.objectweb.asm.tree.MethodNode method
         0: .line 452
            return
        end local 2 // org.objectweb.asm.tree.MethodNode method
        end local 1 // java.lang.String owner
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1   owner  Ljava/lang/String;
            0    1     2  method  Lorg/objectweb/asm/tree/MethodNode;
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
        Name  Flags
      owner   final
      method  final

  protected org.objectweb.asm.tree.analysis.Frame<V> newFrame(int, int);
    descriptor: (II)Lorg/objectweb/asm/tree/analysis/Frame;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int numLocals
        start local 2 // int numStack
         0: .line 462
            new org.objectweb.asm.tree.analysis.Frame
            dup
            iload 1 /* numLocals */
            iload 2 /* numStack */
            invokespecial org.objectweb.asm.tree.analysis.Frame.<init>:(II)V
            areturn
        end local 2 // int numStack
        end local 1 // int numLocals
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1  numLocals  I
            0    1     2   numStack  I
    Signature: (II)Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
    MethodParameters:
           Name  Flags
      numLocals  final
      numStack   final

  protected org.objectweb.asm.tree.analysis.Frame<V> newFrame(org.objectweb.asm.tree.analysis.Frame<? extends V>);
    descriptor: (Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // org.objectweb.asm.tree.analysis.Frame frame
         0: .line 472
            new org.objectweb.asm.tree.analysis.Frame
            dup
            aload 1 /* frame */
            invokespecial org.objectweb.asm.tree.analysis.Frame.<init>:(Lorg/objectweb/asm/tree/analysis/Frame;)V
            areturn
        end local 1 // org.objectweb.asm.tree.analysis.Frame frame
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1  frame  Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;
    Signature: (Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;)Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
    MethodParameters:
       Name  Flags
      frame  final

  protected void newControlFlowEdge(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
        start local 2 // int successorIndex
         0: .line 485
            return
        end local 2 // int successorIndex
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1       insnIndex  I
            0    1     2  successorIndex  I
    MethodParameters:
                Name  Flags
      insnIndex       final
      successorIndex  final

  protected boolean newControlFlowExceptionEdge(int, int);
    descriptor: (II)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
        start local 2 // int successorIndex
         0: .line 500
            iconst_1
            ireturn
        end local 2 // int successorIndex
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1       insnIndex  I
            0    1     2  successorIndex  I
    MethodParameters:
                Name  Flags
      insnIndex       final
      successorIndex  final

  protected boolean newControlFlowExceptionEdge(int, org.objectweb.asm.tree.TryCatchBlockNode);
    descriptor: (ILorg/objectweb/asm/tree/TryCatchBlockNode;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
        start local 2 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
         0: .line 517
            aload 0 /* this */
            iload 1 /* insnIndex */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 2 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.handler:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowExceptionEdge:(II)Z
            ireturn
        end local 2 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1      insnIndex  I
            0    1     2  tryCatchBlock  Lorg/objectweb/asm/tree/TryCatchBlockNode;
    MethodParameters:
               Name  Flags
      insnIndex      final
      tryCatchBlock  final

  private void merge(int, org.objectweb.asm.tree.analysis.Frame<V>, org.objectweb.asm.tree.analysis.Subroutine);
    descriptor: (ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
        start local 2 // org.objectweb.asm.tree.analysis.Frame frame
        start local 3 // org.objectweb.asm.tree.analysis.Subroutine subroutine
         0: .line 536
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insnIndex */
            aaload
            astore 5 /* oldFrame */
        start local 5 // org.objectweb.asm.tree.analysis.Frame oldFrame
         1: .line 537
            aload 5 /* oldFrame */
            ifnonnull 5
         2: .line 538
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insnIndex */
            aload 0 /* this */
            aload 2 /* frame */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newFrame:(Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
            aastore
         3: .line 539
            iconst_1
            istore 4 /* changed */
        start local 4 // boolean changed
         4: .line 540
            goto 6
        end local 4 // boolean changed
         5: .line 541
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine top org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 5 /* oldFrame */
            aload 2 /* frame */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.merge:(Lorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Interpreter;)Z
            istore 4 /* changed */
        start local 4 // boolean changed
         6: .line 543
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine int org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insnIndex */
            aaload
            astore 6 /* oldSubroutine */
        start local 6 // org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
         7: .line 544
            aload 6 /* oldSubroutine */
            ifnonnull 12
         8: .line 545
            aload 3 /* subroutine */
            ifnull 14
         9: .line 546
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insnIndex */
            new org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 3 /* subroutine */
            invokespecial org.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/objectweb/asm/tree/analysis/Subroutine;)V
            aastore
        10: .line 547
            iconst_1
            istore 4 /* changed */
        11: .line 549
            goto 14
        12: .line 550
      StackMap locals: org.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            aload 3 /* subroutine */
            ifnull 14
        13: .line 551
            iload 4 /* changed */
            aload 6 /* oldSubroutine */
            aload 3 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Subroutine.merge:(Lorg/objectweb/asm/tree/analysis/Subroutine;)Z
            ior
            istore 4 /* changed */
        14: .line 554
      StackMap locals:
      StackMap stack:
            iload 4 /* changed */
            ifeq 17
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 1 /* insnIndex */
            baload
            ifne 17
        15: .line 555
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 1 /* insnIndex */
            iconst_1
            bastore
        16: .line 556
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.instructionsToProcess:[I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            dup_x1
            iconst_1
            iadd
            putfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            iload 1 /* insnIndex */
            iastore
        17: .line 558
      StackMap locals:
      StackMap stack:
            return
        end local 6 // org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
        end local 5 // org.objectweb.asm.tree.analysis.Frame oldFrame
        end local 4 // boolean changed
        end local 3 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 2 // org.objectweb.asm.tree.analysis.Frame frame
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0   18     1      insnIndex  I
            0   18     2          frame  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0   18     3     subroutine  Lorg/objectweb/asm/tree/analysis/Subroutine;
            4    5     4        changed  Z
            6   18     4        changed  Z
            1   18     5       oldFrame  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            7   18     6  oldSubroutine  Lorg/objectweb/asm/tree/analysis/Subroutine;
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (ILorg/objectweb/asm/tree/analysis/Frame<TV;>;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
    MethodParameters:
            Name  Flags
      insnIndex   final
      frame       final
      subroutine  final

  private void merge(int, org.objectweb.asm.tree.analysis.Frame<V>, org.objectweb.asm.tree.analysis.Frame<V>, org.objectweb.asm.tree.analysis.Subroutine, );
    descriptor: (ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;[Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=6
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
        start local 2 // org.objectweb.asm.tree.analysis.Frame frameBeforeJsr
        start local 3 // org.objectweb.asm.tree.analysis.Frame frameAfterRet
        start local 4 // org.objectweb.asm.tree.analysis.Subroutine subroutineBeforeJsr
        start local 5 // boolean[] localsUsed
         0: .line 584
            aload 3 /* frameAfterRet */
            aload 2 /* frameBeforeJsr */
            aload 5 /* localsUsed */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.merge:(Lorg/objectweb/asm/tree/analysis/Frame;[Z)Z
            pop
         1: .line 587
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insnIndex */
            aaload
            astore 7 /* oldFrame */
        start local 7 // org.objectweb.asm.tree.analysis.Frame oldFrame
         2: .line 588
            aload 7 /* oldFrame */
            ifnonnull 6
         3: .line 589
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insnIndex */
            aload 0 /* this */
            aload 3 /* frameAfterRet */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newFrame:(Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
            aastore
         4: .line 590
            iconst_1
            istore 6 /* changed */
        start local 6 // boolean changed
         5: .line 591
            goto 7
        end local 6 // boolean changed
         6: .line 592
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine boolean[] top org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 7 /* oldFrame */
            aload 3 /* frameAfterRet */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.merge:(Lorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Interpreter;)Z
            istore 6 /* changed */
        start local 6 // boolean changed
         7: .line 594
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine boolean[] int org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insnIndex */
            aaload
            astore 8 /* oldSubroutine */
        start local 8 // org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
         8: .line 595
            aload 8 /* oldSubroutine */
            ifnull 10
            aload 4 /* subroutineBeforeJsr */
            ifnull 10
         9: .line 596
            iload 6 /* changed */
            aload 8 /* oldSubroutine */
            aload 4 /* subroutineBeforeJsr */
            invokevirtual org.objectweb.asm.tree.analysis.Subroutine.merge:(Lorg/objectweb/asm/tree/analysis/Subroutine;)Z
            ior
            istore 6 /* changed */
        10: .line 598
      StackMap locals: org.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            iload 6 /* changed */
            ifeq 13
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 1 /* insnIndex */
            baload
            ifne 13
        11: .line 599
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 1 /* insnIndex */
            iconst_1
            bastore
        12: .line 600
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.instructionsToProcess:[I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            dup_x1
            iconst_1
            iadd
            putfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            iload 1 /* insnIndex */
            iastore
        13: .line 602
      StackMap locals:
      StackMap stack:
            return
        end local 8 // org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
        end local 7 // org.objectweb.asm.tree.analysis.Frame oldFrame
        end local 6 // boolean changed
        end local 5 // boolean[] localsUsed
        end local 4 // org.objectweb.asm.tree.analysis.Subroutine subroutineBeforeJsr
        end local 3 // org.objectweb.asm.tree.analysis.Frame frameAfterRet
        end local 2 // org.objectweb.asm.tree.analysis.Frame frameBeforeJsr
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   14     0                 this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0   14     1            insnIndex  I
            0   14     2       frameBeforeJsr  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0   14     3        frameAfterRet  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0   14     4  subroutineBeforeJsr  Lorg/objectweb/asm/tree/analysis/Subroutine;
            0   14     5           localsUsed  [Z
            5    6     6              changed  Z
            7   14     6              changed  Z
            2   14     7             oldFrame  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            8   14     8        oldSubroutine  Lorg/objectweb/asm/tree/analysis/Subroutine;
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (ILorg/objectweb/asm/tree/analysis/Frame<TV;>;Lorg/objectweb/asm/tree/analysis/Frame<TV;>;Lorg/objectweb/asm/tree/analysis/Subroutine;[Z)V
    MethodParameters:
                     Name  Flags
      insnIndex            final
      frameBeforeJsr       final
      frameAfterRet        final
      subroutineBeforeJsr  final
      localsUsed           final
}
Signature: <V::Lorg/objectweb/asm/tree/analysis/Value;>Ljava/lang/Object;Lorg/objectweb/asm/Opcodes;
SourceFile: "Analyzer.java"