public class org.objectweb.asm.commons.JSRInlinerAdapter extends org.objectweb.asm.tree.MethodNode implements org.objectweb.asm.Opcodes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.commons.JSRInlinerAdapter
  super_class: org.objectweb.asm.tree.MethodNode
{
  private final java.util.BitSet mainSubroutineInsns;
    descriptor: Ljava/util/BitSet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<org.objectweb.asm.tree.LabelNode, java.util.BitSet> subroutinesInsns;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Ljava/util/BitSet;>;

  final java.util.BitSet sharedSubroutineInsns;
    descriptor: Ljava/util/BitSet;
    flags: (0x0010) ACC_FINAL

  public void <init>(org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // java.lang.String signature
        start local 6 // java.lang.String[] exceptions
         0: .line 101
            aload 0 /* this */
            ldc 458752
            aload 1 /* methodVisitor */
            iload 2 /* access */
            aload 3 /* name */
            aload 4 /* descriptor */
            aload 5 /* signature */
            aload 6 /* exceptions */
            invokespecial org.objectweb.asm.commons.JSRInlinerAdapter.<init>:(ILorg/objectweb/asm/MethodVisitor;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
         1: .line 102
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            if_acmpeq 3
         2: .line 103
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 105
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter org.objectweb.asm.MethodVisitor int java.lang.String java.lang.String java.lang.String java.lang.String[]
      StackMap stack:
            return
        end local 6 // java.lang.String[] exceptions
        end local 5 // java.lang.String signature
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            0    4     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    4     2         access  I
            0    4     3           name  Ljava/lang/String;
            0    4     4     descriptor  Ljava/lang/String;
            0    4     5      signature  Ljava/lang/String;
            0    4     6     exceptions  [Ljava/lang/String;
    MethodParameters:
               Name  Flags
      methodVisitor  final
      access         final
      name           final
      descriptor     final
      signature      final
      exceptions     final

  protected void <init>(int, org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]);
    descriptor: (ILorg/objectweb/asm/MethodVisitor;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=8, args_size=8
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
        start local 1 // int api
        start local 2 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 3 // int access
        start local 4 // java.lang.String name
        start local 5 // java.lang.String descriptor
        start local 6 // java.lang.String signature
        start local 7 // java.lang.String[] exceptions
         0: .line 129
            aload 0 /* this */
            iload 1 /* api */
            iload 3 /* access */
            aload 4 /* name */
            aload 5 /* descriptor */
            aload 6 /* signature */
            aload 7 /* exceptions */
            invokespecial org.objectweb.asm.tree.MethodNode.<init>:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
         1: .line 65
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.mainSubroutineInsns:Ljava/util/BitSet;
         2: .line 72
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.subroutinesInsns:Ljava/util/Map;
         3: .line 78
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.sharedSubroutineInsns:Ljava/util/BitSet;
         4: .line 130
            aload 0 /* this */
            aload 2 /* methodVisitor */
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
         5: .line 131
            return
        end local 7 // java.lang.String[] exceptions
        end local 6 // java.lang.String signature
        end local 5 // java.lang.String descriptor
        end local 4 // java.lang.String name
        end local 3 // int access
        end local 2 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 1 // int api
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            0    6     1            api  I
            0    6     2  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    6     3         access  I
            0    6     4           name  Ljava/lang/String;
            0    6     5     descriptor  Ljava/lang/String;
            0    6     6      signature  Ljava/lang/String;
            0    6     7     exceptions  [Ljava/lang/String;
    MethodParameters:
               Name  Flags
      api            final
      methodVisitor  final
      access         final
      name           final
      descriptor     final
      signature      final
      exceptions     final

  public void visitJumpInsn(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
        start local 1 // int opcode
        start local 2 // org.objectweb.asm.Label label
         0: .line 135
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* label */
            invokespecial org.objectweb.asm.tree.MethodNode.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         1: .line 136
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.getLast:()Lorg/objectweb/asm/tree/AbstractInsnNode;
            checkcast org.objectweb.asm.tree.JumpInsnNode
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            astore 3 /* labelNode */
        start local 3 // org.objectweb.asm.tree.LabelNode labelNode
         2: .line 137
            iload 1 /* opcode */
            sipush 168
            if_icmpne 4
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.subroutinesInsns:Ljava/util/Map;
            aload 3 /* labelNode */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 138
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.subroutinesInsns:Ljava/util/Map;
            aload 3 /* labelNode */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 140
      StackMap locals: org.objectweb.asm.tree.LabelNode
      StackMap stack:
            return
        end local 3 // org.objectweb.asm.tree.LabelNode labelNode
        end local 2 // org.objectweb.asm.Label label
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            0    5     1     opcode  I
            0    5     2      label  Lorg/objectweb/asm/Label;
            2    5     3  labelNode  Lorg/objectweb/asm/tree/LabelNode;
    MethodParameters:
        Name  Flags
      opcode  final
      label   final

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
         0: .line 144
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.subroutinesInsns:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifne 3
         1: .line 146
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.findSubroutinesInsns:()V
         2: .line 147
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.emitCode:()V
         3: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 5
         4: .line 150
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.accept:(Lorg/objectweb/asm/MethodVisitor;)V
         5: .line 152
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;

  private void findSubroutinesInsns();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
         0: .line 157
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            astore 1 /* visitedInsns */
        start local 1 // java.util.BitSet visitedInsns
         1: .line 158
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.mainSubroutineInsns:Ljava/util/BitSet;
            aload 1 /* visitedInsns */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.findSubroutineInsns:(ILjava/util/BitSet;Ljava/util/BitSet;)V
         2: .line 160
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.subroutinesInsns:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter java.util.BitSet top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         4: .line 161
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            astore 4 /* jsrLabelNode */
        start local 4 // org.objectweb.asm.tree.LabelNode jsrLabelNode
         5: .line 162
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.BitSet
            astore 5 /* subroutineInsns */
        start local 5 // java.util.BitSet subroutineInsns
         6: .line 163
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 4 /* jsrLabelNode */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 5 /* subroutineInsns */
            aload 1 /* visitedInsns */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.findSubroutineInsns:(ILjava/util/BitSet;Ljava/util/BitSet;)V
        end local 5 // java.util.BitSet subroutineInsns
        end local 4 // org.objectweb.asm.tree.LabelNode jsrLabelNode
        end local 2 // java.util.Map$Entry entry
         7: .line 160
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         8: .line 165
            return
        end local 1 // java.util.BitSet visitedInsns
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            1    9     1     visitedInsns  Ljava/util/BitSet;
            4    7     2            entry  Ljava/util/Map$Entry<Lorg/objectweb/asm/tree/LabelNode;Ljava/util/BitSet;>;
            5    7     4     jsrLabelNode  Lorg/objectweb/asm/tree/LabelNode;
            6    7     5  subroutineInsns  Ljava/util/BitSet;

  private void findSubroutineInsns(int, java.util.BitSet, java.util.BitSet);
    descriptor: (ILjava/util/BitSet;Ljava/util/BitSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=11, args_size=4
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
        start local 1 // int startInsnIndex
        start local 2 // java.util.BitSet subroutineInsns
        start local 3 // java.util.BitSet visitedInsns
         0: .line 181
            aload 0 /* this */
            iload 1 /* startInsnIndex */
            aload 2 /* subroutineInsns */
            aload 3 /* visitedInsns */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.findReachableInsns:(ILjava/util/BitSet;Ljava/util/BitSet;)V
         1: .line 185
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* applicableHandlerFound */
        start local 4 // boolean applicableHandlerFound
         2: .line 186
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.tryCatchBlocks:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 14
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter int java.util.BitSet java.util.BitSet int top java.util.Iterator
      StackMap stack:
         3: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            astore 5 /* tryCatchBlockNode */
        start local 5 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode
         4: .line 188
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 5 /* tryCatchBlockNode */
            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
            istore 7 /* handlerIndex */
        start local 7 // int handlerIndex
         5: .line 189
            aload 2 /* subroutineInsns */
            iload 7 /* handlerIndex */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 7
         6: .line 190
            goto 14
         7: .line 195
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter int java.util.BitSet java.util.BitSet int org.objectweb.asm.tree.TryCatchBlockNode java.util.Iterator int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 5 /* tryCatchBlockNode */
            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 8 /* startIndex */
        start local 8 // int startIndex
         8: .line 196
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 5 /* tryCatchBlockNode */
            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 9 /* endIndex */
        start local 9 // int endIndex
         9: .line 197
            aload 2 /* subroutineInsns */
            iload 8 /* startIndex */
            invokevirtual java.util.BitSet.nextSetBit:(I)I
            istore 10 /* firstSubroutineInsnAfterTryCatchStart */
        start local 10 // int firstSubroutineInsnAfterTryCatchStart
        10: .line 198
            iload 10 /* firstSubroutineInsnAfterTryCatchStart */
            iload 8 /* startIndex */
            if_icmplt 14
        11: .line 199
            iload 10 /* firstSubroutineInsnAfterTryCatchStart */
            iload 9 /* endIndex */
            if_icmpge 14
        12: .line 200
            aload 0 /* this */
            iload 7 /* handlerIndex */
            aload 2 /* subroutineInsns */
            aload 3 /* visitedInsns */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.findReachableInsns:(ILjava/util/BitSet;Ljava/util/BitSet;)V
        13: .line 201
            iconst_1
            istore 4 /* applicableHandlerFound */
        end local 10 // int firstSubroutineInsnAfterTryCatchStart
        end local 9 // int endIndex
        end local 8 // int startIndex
        end local 7 // int handlerIndex
        end local 5 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode
        14: .line 186
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter int java.util.BitSet java.util.BitSet int top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        15: .line 206
            iload 4 /* applicableHandlerFound */
            ifne 1
        16: .line 207
            return
        end local 4 // boolean applicableHandlerFound
        end local 3 // java.util.BitSet visitedInsns
        end local 2 // java.util.BitSet subroutineInsns
        end local 1 // int startInsnIndex
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot                                   Name  Signature
            0   17     0                                   this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            0   17     1                         startInsnIndex  I
            0   17     2                        subroutineInsns  Ljava/util/BitSet;
            0   17     3                           visitedInsns  Ljava/util/BitSet;
            2   17     4                 applicableHandlerFound  Z
            4   14     5                      tryCatchBlockNode  Lorg/objectweb/asm/tree/TryCatchBlockNode;
            5   14     7                           handlerIndex  I
            8   14     8                             startIndex  I
            9   14     9                               endIndex  I
           10   14    10  firstSubroutineInsnAfterTryCatchStart  I
    MethodParameters:
                 Name  Flags
      startInsnIndex   final
      subroutineInsns  final
      visitedInsns     final

  private void findReachableInsns(int, java.util.BitSet, java.util.BitSet);
    descriptor: (ILjava/util/BitSet;Ljava/util/BitSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
        start local 1 // int insnIndex
        start local 2 // java.util.BitSet subroutineInsns
        start local 3 // java.util.BitSet visitedInsns
         0: .line 225
            iload 1 /* insnIndex */
            istore 4 /* currentInsnIndex */
        start local 4 // int currentInsnIndex
         1: .line 231
            goto 36
         2: .line 233
      StackMap locals: int
      StackMap stack:
            aload 2 /* subroutineInsns */
            iload 4 /* currentInsnIndex */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 4
         3: .line 234
            return
         4: .line 236
      StackMap locals:
      StackMap stack:
            aload 2 /* subroutineInsns */
            iload 4 /* currentInsnIndex */
            invokevirtual java.util.BitSet.set:(I)V
         5: .line 239
            aload 3 /* visitedInsns */
            iload 4 /* currentInsnIndex */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 7
         6: .line 240
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.sharedSubroutineInsns:Ljava/util/BitSet;
            iload 4 /* currentInsnIndex */
            invokevirtual java.util.BitSet.set:(I)V
         7: .line 242
      StackMap locals:
      StackMap stack:
            aload 3 /* visitedInsns */
            iload 4 /* currentInsnIndex */
            invokevirtual java.util.BitSet.set:(I)V
         8: .line 244
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            iload 4 /* currentInsnIndex */
            invokevirtual org.objectweb.asm.tree.InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 5 /* currentInsnNode */
        start local 5 // org.objectweb.asm.tree.AbstractInsnNode currentInsnNode
         9: .line 245
            aload 5 /* currentInsnNode */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getType:()I
            bipush 7
            if_icmpne 14
        10: .line 246
            aload 5 /* currentInsnNode */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 168
            if_icmpeq 14
        11: .line 248
            aload 5 /* currentInsnNode */
            checkcast org.objectweb.asm.tree.JumpInsnNode
            astore 6 /* jumpInsnNode */
        start local 6 // org.objectweb.asm.tree.JumpInsnNode jumpInsnNode
        12: .line 249
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 6 /* jumpInsnNode */
            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 2 /* subroutineInsns */
            aload 3 /* visitedInsns */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.findReachableInsns:(ILjava/util/BitSet;Ljava/util/BitSet;)V
        end local 6 // org.objectweb.asm.tree.JumpInsnNode jumpInsnNode
        13: .line 250
            goto 33
      StackMap locals: org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
        14: aload 5 /* currentInsnNode */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getType:()I
            bipush 11
            if_icmpne 24
        15: .line 251
            aload 5 /* currentInsnNode */
            checkcast org.objectweb.asm.tree.TableSwitchInsnNode
            astore 6 /* tableSwitchInsnNode */
        start local 6 // org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsnNode
        16: .line 252
            aload 0 /* this */
        17: .line 253
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 6 /* tableSwitchInsnNode */
            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 /* subroutineInsns */
            aload 3 /* visitedInsns */
        18: .line 252
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.findReachableInsns:(ILjava/util/BitSet;Ljava/util/BitSet;)V
        19: .line 254
            aload 6 /* tableSwitchInsnNode */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 22
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter int java.util.BitSet java.util.BitSet int org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.TableSwitchInsnNode top java.util.Iterator
      StackMap stack:
        20: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            astore 7 /* labelNode */
        start local 7 // org.objectweb.asm.tree.LabelNode labelNode
        21: .line 255
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 7 /* labelNode */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* subroutineInsns */
            aload 3 /* visitedInsns */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.findReachableInsns:(ILjava/util/BitSet;Ljava/util/BitSet;)V
        end local 7 // org.objectweb.asm.tree.LabelNode labelNode
        22: .line 254
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 20
        end local 6 // org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsnNode
        23: .line 257
            goto 33
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter int java.util.BitSet java.util.BitSet int org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
        24: aload 5 /* currentInsnNode */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getType:()I
            bipush 12
            if_icmpne 33
        25: .line 258
            aload 5 /* currentInsnNode */
            checkcast org.objectweb.asm.tree.LookupSwitchInsnNode
            astore 6 /* lookupSwitchInsnNode */
        start local 6 // org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsnNode
        26: .line 259
            aload 0 /* this */
        27: .line 260
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 6 /* lookupSwitchInsnNode */
            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 /* subroutineInsns */
            aload 3 /* visitedInsns */
        28: .line 259
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.findReachableInsns:(ILjava/util/BitSet;Ljava/util/BitSet;)V
        29: .line 261
            aload 6 /* lookupSwitchInsnNode */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 32
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter int java.util.BitSet java.util.BitSet int org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.LookupSwitchInsnNode top java.util.Iterator
      StackMap stack:
        30: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            astore 7 /* labelNode */
        start local 7 // org.objectweb.asm.tree.LabelNode labelNode
        31: .line 262
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 7 /* labelNode */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* subroutineInsns */
            aload 3 /* visitedInsns */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.findReachableInsns:(ILjava/util/BitSet;Ljava/util/BitSet;)V
        end local 7 // org.objectweb.asm.tree.LabelNode labelNode
        32: .line 261
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 30
        end local 6 // org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsnNode
        33: .line 267
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter int java.util.BitSet java.util.BitSet int org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            iload 4 /* currentInsnIndex */
            invokevirtual org.objectweb.asm.tree.InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            tableswitch { // 167 - 191
                  167: 34
                  168: 35
                  169: 34
                  170: 34
                  171: 34
                  172: 34
                  173: 34
                  174: 34
                  175: 34
                  176: 34
                  177: 34
                  178: 35
                  179: 35
                  180: 35
                  181: 35
                  182: 35
                  183: 35
                  184: 35
                  185: 35
                  186: 35
                  187: 35
                  188: 35
                  189: 35
                  190: 35
                  191: 34
              default: 35
          }
        34: .line 280
      StackMap locals:
      StackMap stack:
            return
        35: .line 283
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentInsnIndex */ 1
        end local 5 // org.objectweb.asm.tree.AbstractInsnNode currentInsnNode
        36: .line 231
      StackMap locals:
      StackMap stack:
            iload 4 /* currentInsnIndex */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.size:()I
            if_icmplt 2
        37: .line 287
            return
        end local 4 // int currentInsnIndex
        end local 3 // java.util.BitSet visitedInsns
        end local 2 // java.util.BitSet subroutineInsns
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   38     0                  this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            0   38     1             insnIndex  I
            0   38     2       subroutineInsns  Ljava/util/BitSet;
            0   38     3          visitedInsns  Ljava/util/BitSet;
            1   38     4      currentInsnIndex  I
            9   36     5       currentInsnNode  Lorg/objectweb/asm/tree/AbstractInsnNode;
           12   13     6          jumpInsnNode  Lorg/objectweb/asm/tree/JumpInsnNode;
           16   23     6   tableSwitchInsnNode  Lorg/objectweb/asm/tree/TableSwitchInsnNode;
           21   22     7             labelNode  Lorg/objectweb/asm/tree/LabelNode;
           26   33     6  lookupSwitchInsnNode  Lorg/objectweb/asm/tree/LookupSwitchInsnNode;
           31   32     7             labelNode  Lorg/objectweb/asm/tree/LabelNode;
    MethodParameters:
                 Name  Flags
      insnIndex        final
      subroutineInsns  final
      visitedInsns     final

  private void emitCode();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
         0: .line 294
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            astore 1 /* worklist */
        start local 1 // java.util.LinkedList worklist
         1: .line 296
            aload 1 /* worklist */
            new org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
            dup
            aload 0 /* this */
            aconst_null
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.mainSubroutineInsns:Ljava/util/BitSet;
            invokespecial org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.<init>:(Lorg/objectweb/asm/commons/JSRInlinerAdapter;Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;Ljava/util/BitSet;)V
            invokevirtual java.util.LinkedList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 299
            new org.objectweb.asm.tree.InsnList
            dup
            invokespecial org.objectweb.asm.tree.InsnList.<init>:()V
            astore 2 /* newInstructions */
        start local 2 // org.objectweb.asm.tree.InsnList newInstructions
         3: .line 300
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* newTryCatchBlocks */
        start local 3 // java.util.List newTryCatchBlocks
         4: .line 301
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* newLocalVariables */
        start local 4 // java.util.List newLocalVariables
         5: .line 302
            goto 10
         6: .line 303
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter java.util.LinkedList org.objectweb.asm.tree.InsnList java.util.List java.util.List
      StackMap stack:
            aload 1 /* worklist */
            invokevirtual java.util.LinkedList.removeFirst:()Ljava/lang/Object;
            checkcast org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
            astore 5 /* instantiation */
        start local 5 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation instantiation
         7: .line 304
            aload 0 /* this */
         8: .line 305
            aload 5 /* instantiation */
            aload 1 /* worklist */
            aload 2 /* newInstructions */
            aload 3 /* newTryCatchBlocks */
            aload 4 /* newLocalVariables */
         9: .line 304
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.emitInstantiation:(Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;Ljava/util/List;Lorg/objectweb/asm/tree/InsnList;Ljava/util/List;Ljava/util/List;)V
        end local 5 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation instantiation
        10: .line 302
      StackMap locals:
      StackMap stack:
            aload 1 /* worklist */
            invokevirtual java.util.LinkedList.isEmpty:()Z
            ifeq 6
        11: .line 307
            aload 0 /* this */
            aload 2 /* newInstructions */
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
        12: .line 308
            aload 0 /* this */
            aload 3 /* newTryCatchBlocks */
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.tryCatchBlocks:Ljava/util/List;
        13: .line 309
            aload 0 /* this */
            aload 4 /* newLocalVariables */
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.localVariables:Ljava/util/List;
        14: .line 310
            return
        end local 4 // java.util.List newLocalVariables
        end local 3 // java.util.List newTryCatchBlocks
        end local 2 // org.objectweb.asm.tree.InsnList newInstructions
        end local 1 // java.util.LinkedList worklist
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            1   15     1           worklist  Ljava/util/LinkedList<Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;>;
            3   15     2    newInstructions  Lorg/objectweb/asm/tree/InsnList;
            4   15     3  newTryCatchBlocks  Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
            5   15     4  newLocalVariables  Ljava/util/List<Lorg/objectweb/asm/tree/LocalVariableNode;>;
            7   10     5      instantiation  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;

  private void emitInstantiation(org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation, java.util.List<org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation>, org.objectweb.asm.tree.InsnList, java.util.List<org.objectweb.asm.tree.TryCatchBlockNode>, java.util.List<org.objectweb.asm.tree.LocalVariableNode>);
    descriptor: (Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;Ljava/util/List;Lorg/objectweb/asm/tree/InsnList;Ljava/util/List;Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=13, args_size=6
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
        start local 1 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation instantiation
        start local 2 // java.util.List worklist
        start local 3 // org.objectweb.asm.tree.InsnList newInstructions
        start local 4 // java.util.List newTryCatchBlocks
        start local 5 // java.util.List newLocalVariables
         0: .line 331
            aconst_null
            astore 6 /* previousLabelNode */
        start local 6 // org.objectweb.asm.tree.LabelNode previousLabelNode
         1: .line 332
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         2: goto 38
         3: .line 333
      StackMap locals: org.objectweb.asm.tree.LabelNode int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            iload 7 /* i */
            invokevirtual org.objectweb.asm.tree.InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 8 /* insnNode */
        start local 8 // org.objectweb.asm.tree.AbstractInsnNode insnNode
         4: .line 334
            aload 8 /* insnNode */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getType:()I
            bipush 8
            if_icmpne 11
         5: .line 336
            aload 8 /* insnNode */
            checkcast org.objectweb.asm.tree.LabelNode
            astore 9 /* labelNode */
        start local 9 // org.objectweb.asm.tree.LabelNode labelNode
         6: .line 337
            aload 1 /* instantiation */
            aload 9 /* labelNode */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.getClonedLabel:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            astore 10 /* clonedLabelNode */
        start local 10 // org.objectweb.asm.tree.LabelNode clonedLabelNode
         7: .line 338
            aload 10 /* clonedLabelNode */
            aload 6 /* previousLabelNode */
            if_acmpeq 37
         8: .line 339
            aload 3 /* newInstructions */
            aload 10 /* clonedLabelNode */
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         9: .line 340
            aload 10 /* clonedLabelNode */
            astore 6 /* previousLabelNode */
        end local 10 // org.objectweb.asm.tree.LabelNode clonedLabelNode
        end local 9 // org.objectweb.asm.tree.LabelNode labelNode
        10: .line 342
            goto 37
      StackMap locals: org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
        11: aload 1 /* instantiation */
            iload 7 /* i */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.findOwner:(I)Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            aload 1 /* instantiation */
            if_acmpne 37
        12: .line 347
            aload 8 /* insnNode */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 169
            if_icmpne 26
        13: .line 352
            aconst_null
            astore 9 /* retLabel */
        start local 9 // org.objectweb.asm.tree.LabelNode retLabel
        14: .line 353
            aload 1 /* instantiation */
            astore 10 /* retLabelOwner */
        start local 10 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation retLabelOwner
        15: .line 354
            goto 19
        16: .line 356
      StackMap locals: org.objectweb.asm.tree.LabelNode org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
      StackMap stack:
            aload 10 /* retLabelOwner */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.subroutineInsns:Ljava/util/BitSet;
            iload 7 /* i */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 18
        17: .line 357
            aload 10 /* retLabelOwner */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.returnLabel:Lorg/objectweb/asm/tree/LabelNode;
            astore 9 /* retLabel */
        18: .line 355
      StackMap locals:
      StackMap stack:
            aload 10 /* retLabelOwner */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.parent:Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            astore 10 /* retLabelOwner */
        19: .line 354
      StackMap locals:
      StackMap stack:
            aload 10 /* retLabelOwner */
            ifnonnull 16
        end local 10 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation retLabelOwner
        20: .line 360
            aload 9 /* retLabel */
            ifnonnull 24
        21: .line 363
            new java.lang.IllegalArgumentException
            dup
        22: .line 364
            new java.lang.StringBuilder
            dup
            ldc "Instruction #"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " is a RET not owned by any subroutine"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        23: .line 363
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 366
      StackMap locals:
      StackMap stack:
            aload 3 /* newInstructions */
            new org.objectweb.asm.tree.JumpInsnNode
            dup
            sipush 167
            aload 9 /* retLabel */
            invokespecial org.objectweb.asm.tree.JumpInsnNode.<init>:(ILorg/objectweb/asm/tree/LabelNode;)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
        end local 9 // org.objectweb.asm.tree.LabelNode retLabel
        25: .line 367
            goto 37
      StackMap locals:
      StackMap stack:
        26: aload 8 /* insnNode */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 168
            if_icmpne 36
        27: .line 368
            aload 8 /* insnNode */
            checkcast org.objectweb.asm.tree.JumpInsnNode
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            astore 9 /* jsrLabelNode */
        start local 9 // org.objectweb.asm.tree.LabelNode jsrLabelNode
        28: .line 369
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.subroutinesInsns:Ljava/util/Map;
            aload 9 /* jsrLabelNode */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.BitSet
            astore 10 /* subroutineInsns */
        start local 10 // java.util.BitSet subroutineInsns
        29: .line 370
            new org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
            dup
            aload 0 /* this */
            aload 1 /* instantiation */
            aload 10 /* subroutineInsns */
            invokespecial org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.<init>:(Lorg/objectweb/asm/commons/JSRInlinerAdapter;Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;Ljava/util/BitSet;)V
            astore 11 /* newInstantiation */
        start local 11 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation newInstantiation
        30: .line 371
            aload 11 /* newInstantiation */
            aload 9 /* jsrLabelNode */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.getClonedLabelForJumpInsn:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            astore 12 /* clonedJsrLabelNode */
        start local 12 // org.objectweb.asm.tree.LabelNode clonedJsrLabelNode
        31: .line 376
            aload 3 /* newInstructions */
            new org.objectweb.asm.tree.InsnNode
            dup
            iconst_1
            invokespecial org.objectweb.asm.tree.InsnNode.<init>:(I)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
        32: .line 377
            aload 3 /* newInstructions */
            new org.objectweb.asm.tree.JumpInsnNode
            dup
            sipush 167
            aload 12 /* clonedJsrLabelNode */
            invokespecial org.objectweb.asm.tree.JumpInsnNode.<init>:(ILorg/objectweb/asm/tree/LabelNode;)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
        33: .line 378
            aload 3 /* newInstructions */
            aload 11 /* newInstantiation */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.returnLabel:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
        34: .line 380
            aload 2 /* worklist */
            aload 11 /* newInstantiation */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 12 // org.objectweb.asm.tree.LabelNode clonedJsrLabelNode
        end local 11 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation newInstantiation
        end local 10 // java.util.BitSet subroutineInsns
        end local 9 // org.objectweb.asm.tree.LabelNode jsrLabelNode
        35: .line 381
            goto 37
        36: .line 382
      StackMap locals:
      StackMap stack:
            aload 3 /* newInstructions */
            aload 8 /* insnNode */
            aload 1 /* instantiation */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
        end local 8 // org.objectweb.asm.tree.AbstractInsnNode insnNode
        37: .line 332
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        38: iload 7 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.size:()I
            if_icmplt 3
        end local 7 // int i
        39: .line 388
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.tryCatchBlocks:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 49
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation java.util.List org.objectweb.asm.tree.InsnList java.util.List java.util.List org.objectweb.asm.tree.LabelNode top java.util.Iterator
      StackMap stack:
        40: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            astore 7 /* tryCatchBlockNode */
        start local 7 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode
        41: .line 389
            aload 1 /* instantiation */
            aload 7 /* tryCatchBlockNode */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.start:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.getClonedLabel:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            astore 9 /* start */
        start local 9 // org.objectweb.asm.tree.LabelNode start
        42: .line 390
            aload 1 /* instantiation */
            aload 7 /* tryCatchBlockNode */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.end:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.getClonedLabel:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            astore 10 /* end */
        start local 10 // org.objectweb.asm.tree.LabelNode end
        43: .line 391
            aload 9 /* start */
            aload 10 /* end */
            if_acmpeq 49
        44: .line 393
            aload 1 /* instantiation */
            aload 7 /* tryCatchBlockNode */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.handler:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.getClonedLabelForJumpInsn:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
        45: .line 392
            astore 11 /* handler */
        start local 11 // org.objectweb.asm.tree.LabelNode handler
        46: .line 394
            aload 9 /* start */
            ifnull 47
            aload 10 /* end */
            ifnull 47
            aload 11 /* handler */
            ifnonnull 48
        47: .line 395
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation java.util.List org.objectweb.asm.tree.InsnList java.util.List java.util.List org.objectweb.asm.tree.LabelNode org.objectweb.asm.tree.TryCatchBlockNode java.util.Iterator org.objectweb.asm.tree.LabelNode org.objectweb.asm.tree.LabelNode org.objectweb.asm.tree.LabelNode
      StackMap stack:
            new java.lang.AssertionError
            dup
            ldc "Internal error!"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        48: .line 397
      StackMap locals:
      StackMap stack:
            aload 4 /* newTryCatchBlocks */
            new org.objectweb.asm.tree.TryCatchBlockNode
            dup
            aload 9 /* start */
            aload 10 /* end */
            aload 11 /* handler */
            aload 7 /* tryCatchBlockNode */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.type:Ljava/lang/String;
            invokespecial org.objectweb.asm.tree.TryCatchBlockNode.<init>:(Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;Ljava/lang/String;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 11 // org.objectweb.asm.tree.LabelNode handler
        end local 10 // org.objectweb.asm.tree.LabelNode end
        end local 9 // org.objectweb.asm.tree.LabelNode start
        end local 7 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode
        49: .line 388
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation java.util.List org.objectweb.asm.tree.InsnList java.util.List java.util.List org.objectweb.asm.tree.LabelNode top java.util.Iterator
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 40
        50: .line 402
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.localVariables:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 65
      StackMap locals:
      StackMap stack:
        51: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LocalVariableNode
            astore 7 /* localVariableNode */
        start local 7 // org.objectweb.asm.tree.LocalVariableNode localVariableNode
        52: .line 403
            aload 1 /* instantiation */
            aload 7 /* localVariableNode */
            getfield org.objectweb.asm.tree.LocalVariableNode.start:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.getClonedLabel:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            astore 9 /* start */
        start local 9 // org.objectweb.asm.tree.LabelNode start
        53: .line 404
            aload 1 /* instantiation */
            aload 7 /* localVariableNode */
            getfield org.objectweb.asm.tree.LocalVariableNode.end:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.getClonedLabel:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            astore 10 /* end */
        start local 10 // org.objectweb.asm.tree.LabelNode end
        54: .line 405
            aload 9 /* start */
            aload 10 /* end */
            if_acmpeq 65
        55: .line 406
            aload 5 /* newLocalVariables */
        56: .line 407
            new org.objectweb.asm.tree.LocalVariableNode
            dup
        57: .line 408
            aload 7 /* localVariableNode */
            getfield org.objectweb.asm.tree.LocalVariableNode.name:Ljava/lang/String;
        58: .line 409
            aload 7 /* localVariableNode */
            getfield org.objectweb.asm.tree.LocalVariableNode.desc:Ljava/lang/String;
        59: .line 410
            aload 7 /* localVariableNode */
            getfield org.objectweb.asm.tree.LocalVariableNode.signature:Ljava/lang/String;
        60: .line 411
            aload 9 /* start */
        61: .line 412
            aload 10 /* end */
        62: .line 413
            aload 7 /* localVariableNode */
            getfield org.objectweb.asm.tree.LocalVariableNode.index:I
        63: .line 407
            invokespecial org.objectweb.asm.tree.LocalVariableNode.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;I)V
        64: .line 406
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 10 // org.objectweb.asm.tree.LabelNode end
        end local 9 // org.objectweb.asm.tree.LabelNode start
        end local 7 // org.objectweb.asm.tree.LocalVariableNode localVariableNode
        65: .line 402
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 51
        66: .line 416
            return
        end local 6 // org.objectweb.asm.tree.LabelNode previousLabelNode
        end local 5 // java.util.List newLocalVariables
        end local 4 // java.util.List newTryCatchBlocks
        end local 3 // org.objectweb.asm.tree.InsnList newInstructions
        end local 2 // java.util.List worklist
        end local 1 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation instantiation
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   67     0                this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            0   67     1       instantiation  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0   67     2            worklist  Ljava/util/List<Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;>;
            0   67     3     newInstructions  Lorg/objectweb/asm/tree/InsnList;
            0   67     4   newTryCatchBlocks  Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
            0   67     5   newLocalVariables  Ljava/util/List<Lorg/objectweb/asm/tree/LocalVariableNode;>;
            1   67     6   previousLabelNode  Lorg/objectweb/asm/tree/LabelNode;
            2   39     7                   i  I
            4   37     8            insnNode  Lorg/objectweb/asm/tree/AbstractInsnNode;
            6   10     9           labelNode  Lorg/objectweb/asm/tree/LabelNode;
            7   10    10     clonedLabelNode  Lorg/objectweb/asm/tree/LabelNode;
           14   25     9            retLabel  Lorg/objectweb/asm/tree/LabelNode;
           15   20    10       retLabelOwner  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
           28   35     9        jsrLabelNode  Lorg/objectweb/asm/tree/LabelNode;
           29   35    10     subroutineInsns  Ljava/util/BitSet;
           30   35    11    newInstantiation  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
           31   35    12  clonedJsrLabelNode  Lorg/objectweb/asm/tree/LabelNode;
           41   49     7   tryCatchBlockNode  Lorg/objectweb/asm/tree/TryCatchBlockNode;
           42   49     9               start  Lorg/objectweb/asm/tree/LabelNode;
           43   49    10                 end  Lorg/objectweb/asm/tree/LabelNode;
           46   49    11             handler  Lorg/objectweb/asm/tree/LabelNode;
           52   65     7   localVariableNode  Lorg/objectweb/asm/tree/LocalVariableNode;
           53   65     9               start  Lorg/objectweb/asm/tree/LabelNode;
           54   65    10                 end  Lorg/objectweb/asm/tree/LabelNode;
    Signature: (Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;Ljava/util/List<Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;>;Lorg/objectweb/asm/tree/InsnList;Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;Ljava/util/List<Lorg/objectweb/asm/tree/LocalVariableNode;>;)V
    MethodParameters:
                   Name  Flags
      instantiation      final
      worklist           final
      newInstructions    final
      newTryCatchBlocks  final
      newLocalVariables  final
}
SourceFile: "JSRInlinerAdapter.java"
NestMembers:
  org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private Instantiation = org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation of org.objectweb.asm.commons.JSRInlinerAdapter