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 static final boolean LOGGING;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

  private final java.util.BitSet mainSubroutine;
    descriptor: Ljava/util/BitSet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final java.util.BitSet dualCitizens;
    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 mv
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String desc
        start local 5 // java.lang.String signature
        start local 6 // java.lang.String[] exceptions
         0: .line 114
            aload 0 /* this */
            ldc 262144
            aload 1 /* mv */
            iload 2 /* access */
            aload 3 /* name */
            aload 4 /* desc */
            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 115
            return
        end local 6 // java.lang.String[] exceptions
        end local 5 // java.lang.String signature
        end local 4 // java.lang.String desc
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // org.objectweb.asm.MethodVisitor mv
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            0    2     1          mv  Lorg/objectweb/asm/MethodVisitor;
            0    2     2      access  I
            0    2     3        name  Ljava/lang/String;
            0    2     4        desc  Ljava/lang/String;
            0    2     5   signature  Ljava/lang/String;
            0    2     6  exceptions  [Ljava/lang/String;
    MethodParameters:
            Name  Flags
      mv          final
      access      final
      name        final
      desc        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 mv
        start local 3 // int access
        start local 4 // java.lang.String name
        start local 5 // java.lang.String desc
        start local 6 // java.lang.String signature
        start local 7 // java.lang.String[] exceptions
         0: .line 144
            aload 0 /* this */
            iload 1 /* api */
            iload 3 /* access */
            aload 4 /* name */
            aload 5 /* desc */
            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 72
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.subroutineHeads:Ljava/util/Map;
         2: .line 79
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.mainSubroutine:Ljava/util/BitSet;
         3: .line 85
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.dualCitizens:Ljava/util/BitSet;
         4: .line 145
            aload 0 /* this */
            aload 2 /* mv */
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
         5: .line 146
            return
        end local 7 // java.lang.String[] exceptions
        end local 6 // java.lang.String signature
        end local 5 // java.lang.String desc
        end local 4 // java.lang.String name
        end local 3 // int access
        end local 2 // org.objectweb.asm.MethodVisitor mv
        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          mv  Lorg/objectweb/asm/MethodVisitor;
            0    6     3      access  I
            0    6     4        name  Ljava/lang/String;
            0    6     5        desc  Ljava/lang/String;
            0    6     6   signature  Ljava/lang/String;
            0    6     7  exceptions  [Ljava/lang/String;
    MethodParameters:
            Name  Flags
      api         final
      mv          final
      access      final
      name        final
      desc        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 lbl
         0: .line 154
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* lbl */
            invokespecial org.objectweb.asm.tree.MethodNode.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         1: .line 155
            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 /* ln */
        start local 3 // org.objectweb.asm.tree.LabelNode ln
         2: .line 156
            iload 1 /* opcode */
            sipush 168
            if_icmpne 4
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.subroutineHeads:Ljava/util/Map;
            aload 3 /* ln */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 157
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.subroutineHeads:Ljava/util/Map;
            aload 3 /* ln */
            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 159
      StackMap locals: org.objectweb.asm.tree.LabelNode
      StackMap stack:
            return
        end local 3 // org.objectweb.asm.tree.LabelNode ln
        end local 2 // org.objectweb.asm.Label lbl
        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     lbl  Lorg/objectweb/asm/Label;
            2    5     3      ln  Lorg/objectweb/asm/tree/LabelNode;
    MethodParameters:
        Name  Flags
      opcode  final
      lbl     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 167
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.subroutineHeads:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifne 3
         1: .line 168
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.markSubroutines:()V
         2: .line 177
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.emitCode:()V
         3: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 5
         4: .line 182
            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 184
      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 markSubroutines();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
         0: .line 191
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            astore 1 /* anyvisited */
        start local 1 // java.util.BitSet anyvisited
         1: .line 195
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.mainSubroutine:Ljava/util/BitSet;
            iconst_0
            aload 1 /* anyvisited */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.markSubroutineWalk:(Ljava/util/BitSet;ILjava/util/BitSet;)V
         2: .line 199
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.subroutineHeads:Ljava/util/Map;
         3: .line 200
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
         4: .line 199
            astore 2 /* it */
        start local 2 // java.util.Iterator it
         5: .line 200
            goto 11
         6: .line 201
      StackMap locals: java.util.BitSet java.util.Iterator
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         7: .line 202
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            astore 4 /* lab */
        start local 4 // org.objectweb.asm.tree.LabelNode lab
         8: .line 203
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.BitSet
            astore 5 /* sub */
        start local 5 // java.util.BitSet sub
         9: .line 204
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 4 /* lab */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 6 /* index */
        start local 6 // int index
        10: .line 205
            aload 0 /* this */
            aload 5 /* sub */
            iload 6 /* index */
            aload 1 /* anyvisited */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.markSubroutineWalk:(Ljava/util/BitSet;ILjava/util/BitSet;)V
        end local 6 // int index
        end local 5 // java.util.BitSet sub
        end local 4 // org.objectweb.asm.tree.LabelNode lab
        end local 3 // java.util.Map$Entry entry
        11: .line 200
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 2 // java.util.Iterator it
        12: .line 207
            return
        end local 1 // java.util.BitSet anyvisited
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            1   13     1  anyvisited  Ljava/util/BitSet;
            5   12     2          it  Ljava/util/Iterator<Ljava/util/Map$Entry<Lorg/objectweb/asm/tree/LabelNode;Ljava/util/BitSet;>;>;
            7   11     3       entry  Ljava/util/Map$Entry<Lorg/objectweb/asm/tree/LabelNode;Ljava/util/BitSet;>;
            8   11     4         lab  Lorg/objectweb/asm/tree/LabelNode;
            9   11     5         sub  Ljava/util/BitSet;
           10   11     6       index  I

  private void markSubroutineWalk(java.util.BitSet, int, java.util.BitSet);
    descriptor: (Ljava/util/BitSet;ILjava/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 // java.util.BitSet sub
        start local 2 // int index
        start local 3 // java.util.BitSet anyvisited
         0: .line 232
            aload 0 /* this */
            aload 1 /* sub */
            iload 2 /* index */
            aload 3 /* anyvisited */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.markSubroutineWalkDFS:(Ljava/util/BitSet;ILjava/util/BitSet;)V
         1: .line 235
            iconst_1
            istore 4 /* loop */
        start local 4 // boolean loop
         2: .line 236
            goto 18
         3: .line 237
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* loop */
         4: .line 238
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.tryCatchBlocks:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5 /* it */
        start local 5 // java.util.Iterator it
         5: goto 16
         6: .line 240
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 5 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            astore 6 /* trycatch */
        start local 6 // org.objectweb.asm.tree.TryCatchBlockNode trycatch
         7: .line 248
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 6 /* trycatch */
            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
         8: .line 249
            aload 1 /* sub */
            iload 7 /* handlerindex */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 10
         9: .line 250
            goto 16
        10: .line 253
      StackMap locals: org.objectweb.asm.tree.TryCatchBlockNode int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 6 /* trycatch */
            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
        11: .line 254
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 6 /* trycatch */
            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
        12: .line 255
            aload 1 /* sub */
            iload 8 /* startindex */
            invokevirtual java.util.BitSet.nextSetBit:(I)I
            istore 10 /* nextbit */
        start local 10 // int nextbit
        13: .line 256
            iload 10 /* nextbit */
            iconst_m1
            if_icmpeq 16
            iload 10 /* nextbit */
            iload 9 /* endindex */
            if_icmpge 16
        14: .line 262
            aload 0 /* this */
            aload 1 /* sub */
            iload 7 /* handlerindex */
            aload 3 /* anyvisited */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.markSubroutineWalkDFS:(Ljava/util/BitSet;ILjava/util/BitSet;)V
        15: .line 263
            iconst_1
            istore 4 /* loop */
        end local 10 // int nextbit
        end local 9 // int endindex
        end local 8 // int startindex
        end local 7 // int handlerindex
        end local 6 // org.objectweb.asm.tree.TryCatchBlockNode trycatch
        16: .line 238
      StackMap locals:
      StackMap stack:
            aload 5 /* it */
        17: .line 239
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 5 // java.util.Iterator it
        18: .line 236
      StackMap locals:
      StackMap stack:
            iload 4 /* loop */
            ifne 3
        19: .line 267
            return
        end local 4 // boolean loop
        end local 3 // java.util.BitSet anyvisited
        end local 2 // int index
        end local 1 // java.util.BitSet sub
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            0   20     1           sub  Ljava/util/BitSet;
            0   20     2         index  I
            0   20     3    anyvisited  Ljava/util/BitSet;
            2   20     4          loop  Z
            5   18     5            it  Ljava/util/Iterator<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
            7   16     6      trycatch  Lorg/objectweb/asm/tree/TryCatchBlockNode;
            8   16     7  handlerindex  I
           11   16     8    startindex  I
           12   16     9      endindex  I
           13   16    10       nextbit  I
    MethodParameters:
            Name  Flags
      sub         final
      index       final
      anyvisited  final

  private void markSubroutineWalkDFS(java.util.BitSet, int, java.util.BitSet);
    descriptor: (Ljava/util/BitSet;ILjava/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 // java.util.BitSet sub
        start local 2 // int index
        start local 3 // java.util.BitSet anyvisited
         0: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            iload 2 /* index */
            invokevirtual org.objectweb.asm.tree.InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 4 /* node */
        start local 4 // org.objectweb.asm.tree.AbstractInsnNode node
         1: .line 288
            aload 1 /* sub */
            iload 2 /* index */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 3
         2: .line 289
            return
         3: .line 291
      StackMap locals: org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 1 /* sub */
            iload 2 /* index */
            invokevirtual java.util.BitSet.set:(I)V
         4: .line 294
            aload 3 /* anyvisited */
            iload 2 /* index */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 6
         5: .line 295
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.dualCitizens:Ljava/util/BitSet;
            iload 2 /* index */
            invokevirtual java.util.BitSet.set:(I)V
         6: .line 300
      StackMap locals:
      StackMap stack:
            aload 3 /* anyvisited */
            iload 2 /* index */
            invokevirtual java.util.BitSet.set:(I)V
         7: .line 302
            aload 4 /* node */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getType:()I
            bipush 7
            if_icmpne 12
         8: .line 303
            aload 4 /* node */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 168
            if_icmpeq 12
         9: .line 306
            aload 4 /* node */
            checkcast org.objectweb.asm.tree.JumpInsnNode
            astore 5 /* jnode */
        start local 5 // org.objectweb.asm.tree.JumpInsnNode jnode
        10: .line 307
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 5 /* jnode */
            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 6 /* destidx */
        start local 6 // int destidx
        11: .line 308
            aload 0 /* this */
            aload 1 /* sub */
            iload 6 /* destidx */
            aload 3 /* anyvisited */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.markSubroutineWalkDFS:(Ljava/util/BitSet;ILjava/util/BitSet;)V
        end local 6 // int destidx
        end local 5 // org.objectweb.asm.tree.JumpInsnNode jnode
        12: .line 310
      StackMap locals:
      StackMap stack:
            aload 4 /* node */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getType:()I
            bipush 11
            if_icmpne 23
        13: .line 311
            aload 4 /* node */
            checkcast org.objectweb.asm.tree.TableSwitchInsnNode
            astore 5 /* tsnode */
        start local 5 // org.objectweb.asm.tree.TableSwitchInsnNode tsnode
        14: .line 312
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 5 /* tsnode */
            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 6 /* destidx */
        start local 6 // int destidx
        15: .line 313
            aload 0 /* this */
            aload 1 /* sub */
            iload 6 /* destidx */
            aload 3 /* anyvisited */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.markSubroutineWalkDFS:(Ljava/util/BitSet;ILjava/util/BitSet;)V
        16: .line 314
            aload 5 /* tsnode */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 7 /* i */
        start local 7 // int i
        17: goto 22
        18: .line 315
      StackMap locals: org.objectweb.asm.tree.TableSwitchInsnNode int int
      StackMap stack:
            aload 5 /* tsnode */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            iload 7 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            astore 8 /* l */
        start local 8 // org.objectweb.asm.tree.LabelNode l
        19: .line 316
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 8 /* l */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 6 /* destidx */
        20: .line 317
            aload 0 /* this */
            aload 1 /* sub */
            iload 6 /* destidx */
            aload 3 /* anyvisited */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.markSubroutineWalkDFS:(Ljava/util/BitSet;ILjava/util/BitSet;)V
        end local 8 // org.objectweb.asm.tree.LabelNode l
        21: .line 314
            iinc 7 /* i */ -1
      StackMap locals:
      StackMap stack:
        22: iload 7 /* i */
            ifge 18
        end local 7 // int i
        end local 6 // int destidx
        end local 5 // org.objectweb.asm.tree.TableSwitchInsnNode tsnode
        23: .line 320
      StackMap locals:
      StackMap stack:
            aload 4 /* node */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getType:()I
            bipush 12
            if_icmpne 34
        24: .line 321
            aload 4 /* node */
            checkcast org.objectweb.asm.tree.LookupSwitchInsnNode
            astore 5 /* lsnode */
        start local 5 // org.objectweb.asm.tree.LookupSwitchInsnNode lsnode
        25: .line 322
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 5 /* lsnode */
            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 6 /* destidx */
        start local 6 // int destidx
        26: .line 323
            aload 0 /* this */
            aload 1 /* sub */
            iload 6 /* destidx */
            aload 3 /* anyvisited */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.markSubroutineWalkDFS:(Ljava/util/BitSet;ILjava/util/BitSet;)V
        27: .line 324
            aload 5 /* lsnode */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 7 /* i */
        start local 7 // int i
        28: goto 33
        29: .line 325
      StackMap locals: org.objectweb.asm.tree.LookupSwitchInsnNode int int
      StackMap stack:
            aload 5 /* lsnode */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            iload 7 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            astore 8 /* l */
        start local 8 // org.objectweb.asm.tree.LabelNode l
        30: .line 326
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 8 /* l */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 6 /* destidx */
        31: .line 327
            aload 0 /* this */
            aload 1 /* sub */
            iload 6 /* destidx */
            aload 3 /* anyvisited */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.markSubroutineWalkDFS:(Ljava/util/BitSet;ILjava/util/BitSet;)V
        end local 8 // org.objectweb.asm.tree.LabelNode l
        32: .line 324
            iinc 7 /* i */ -1
      StackMap locals:
      StackMap stack:
        33: iload 7 /* i */
            ifge 29
        end local 7 // int i
        end local 6 // int destidx
        end local 5 // org.objectweb.asm.tree.LookupSwitchInsnNode lsnode
        34: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            iload 2 /* index */
            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: 35
                  168: 36
                  169: 35
                  170: 35
                  171: 35
                  172: 35
                  173: 35
                  174: 35
                  175: 35
                  176: 35
                  177: 35
                  178: 36
                  179: 36
                  180: 36
                  181: 36
                  182: 36
                  183: 36
                  184: 36
                  185: 36
                  186: 36
                  187: 36
                  188: 36
                  189: 36
                  190: 36
                  191: 35
              default: 36
          }
        35: .line 349
      StackMap locals:
      StackMap stack:
            return
        36: .line 354
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ 1
        37: .line 363
            iload 2 /* index */
            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 0
        38: .line 364
            return
        end local 4 // org.objectweb.asm.tree.AbstractInsnNode node
        end local 3 // java.util.BitSet anyvisited
        end local 2 // int index
        end local 1 // java.util.BitSet sub
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   39     0        this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            0   39     1         sub  Ljava/util/BitSet;
            0   39     2       index  I
            0   39     3  anyvisited  Ljava/util/BitSet;
            1   39     4        node  Lorg/objectweb/asm/tree/AbstractInsnNode;
           10   12     5       jnode  Lorg/objectweb/asm/tree/JumpInsnNode;
           11   12     6     destidx  I
           14   23     5      tsnode  Lorg/objectweb/asm/tree/TableSwitchInsnNode;
           15   23     6     destidx  I
           17   23     7           i  I
           19   21     8           l  Lorg/objectweb/asm/tree/LabelNode;
           25   34     5      lsnode  Lorg/objectweb/asm/tree/LookupSwitchInsnNode;
           26   34     6     destidx  I
           28   34     7           i  I
           30   32     8           l  Lorg/objectweb/asm/tree/LabelNode;
    MethodParameters:
            Name  Flags
      sub         final
      index       
      anyvisited  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 374
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            astore 1 /* worklist */
        start local 1 // java.util.LinkedList worklist
         1: .line 377
            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.mainSubroutine: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 381
            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 382
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* newTryCatchBlocks */
        start local 3 // java.util.List newTryCatchBlocks
         4: .line 383
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* newLocalVariables */
        start local 4 // java.util.List newLocalVariables
         5: .line 384
            goto 10
         6: .line 385
      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 /* inst */
        start local 5 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation inst
         7: .line 386
            aload 0 /* this */
            aload 5 /* inst */
            aload 1 /* worklist */
            aload 2 /* newInstructions */
            aload 3 /* newTryCatchBlocks */
         8: .line 387
            aload 4 /* newLocalVariables */
         9: .line 386
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter.emitSubroutine:(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 inst
        10: .line 384
      StackMap locals:
      StackMap stack:
            aload 1 /* worklist */
            invokevirtual java.util.LinkedList.isEmpty:()Z
            ifeq 6
        11: .line 389
            aload 0 /* this */
            aload 2 /* newInstructions */
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
        12: .line 390
            aload 0 /* this */
            aload 3 /* newTryCatchBlocks */
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.tryCatchBlocks:Ljava/util/List;
        13: .line 391
            aload 0 /* this */
            aload 4 /* newLocalVariables */
            putfield org.objectweb.asm.commons.JSRInlinerAdapter.localVariables:Ljava/util/List;
        14: .line 392
            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               inst  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;

  private void emitSubroutine(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=15, args_size=6
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
        start local 1 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation instant
        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 415
            aconst_null
            astore 6 /* duplbl */
        start local 6 // org.objectweb.asm.tree.LabelNode duplbl
         1: .line 424
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         2: aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.size:()I
            istore 8 /* c */
        start local 8 // int c
         3: goto 41
         4: .line 425
      StackMap locals: org.objectweb.asm.tree.LabelNode int 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 9 /* insn */
        start local 9 // org.objectweb.asm.tree.AbstractInsnNode insn
         5: .line 426
            aload 1 /* instant */
            iload 7 /* i */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.findOwner:(I)Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            astore 10 /* owner */
        start local 10 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation owner
         6: .line 429
            aload 9 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getType:()I
            bipush 8
            if_icmpne 13
         7: .line 434
            aload 9 /* insn */
            checkcast org.objectweb.asm.tree.LabelNode
            astore 11 /* ilbl */
        start local 11 // org.objectweb.asm.tree.LabelNode ilbl
         8: .line 435
            aload 1 /* instant */
            aload 11 /* ilbl */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.rangeLabel:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            astore 12 /* remap */
        start local 12 // org.objectweb.asm.tree.LabelNode remap
         9: .line 440
            aload 12 /* remap */
            aload 6 /* duplbl */
            if_acmpeq 40
        10: .line 441
            aload 3 /* newInstructions */
            aload 12 /* remap */
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
        11: .line 442
            aload 12 /* remap */
            astore 6 /* duplbl */
        12: .line 444
            goto 40
        end local 12 // org.objectweb.asm.tree.LabelNode remap
        end local 11 // org.objectweb.asm.tree.LabelNode ilbl
        13: .line 452
      StackMap locals: org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
      StackMap stack:
            aload 10 /* owner */
            aload 1 /* instant */
            if_acmpeq 15
        14: .line 453
            goto 40
        15: .line 460
      StackMap locals:
      StackMap stack:
            aload 9 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 169
            if_icmpne 29
        16: .line 469
            aconst_null
            astore 11 /* retlabel */
        start local 11 // org.objectweb.asm.tree.LabelNode retlabel
        17: .line 470
            aload 1 /* instant */
            astore 12 /* p */
        start local 12 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation p
        18: goto 22
        19: .line 471
      StackMap locals: org.objectweb.asm.tree.LabelNode org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
      StackMap stack:
            aload 12 /* p */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.subroutine:Ljava/util/BitSet;
            iload 7 /* i */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 21
        20: .line 472
            aload 12 /* p */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.returnLabel:Lorg/objectweb/asm/tree/LabelNode;
            astore 11 /* retlabel */
        21: .line 470
      StackMap locals:
      StackMap stack:
            aload 12 /* p */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.previous:Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            astore 12 /* p */
      StackMap locals:
      StackMap stack:
        22: aload 12 /* p */
            ifnonnull 19
        end local 12 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation p
        23: .line 475
            aload 11 /* retlabel */
            ifnonnull 27
        24: .line 479
            new java.lang.RuntimeException
            dup
            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;
        25: .line 480
            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;
        26: .line 479
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 482
      StackMap locals:
      StackMap stack:
            aload 3 /* newInstructions */
            new org.objectweb.asm.tree.JumpInsnNode
            dup
            sipush 167
            aload 11 /* 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 11 // org.objectweb.asm.tree.LabelNode retlabel
        28: .line 483
            goto 40
      StackMap locals:
      StackMap stack:
        29: aload 9 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 168
            if_icmpne 39
        30: .line 484
            aload 9 /* insn */
            checkcast org.objectweb.asm.tree.JumpInsnNode
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            astore 11 /* lbl */
        start local 11 // org.objectweb.asm.tree.LabelNode lbl
        31: .line 485
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.subroutineHeads:Ljava/util/Map;
            aload 11 /* lbl */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.BitSet
            astore 12 /* sub */
        start local 12 // java.util.BitSet sub
        32: .line 486
            new org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
            dup
            aload 0 /* this */
            aload 1 /* instant */
            aload 12 /* sub */
            invokespecial org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.<init>:(Lorg/objectweb/asm/commons/JSRInlinerAdapter;Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;Ljava/util/BitSet;)V
            astore 13 /* newinst */
        start local 13 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation newinst
        33: .line 487
            aload 13 /* newinst */
            aload 11 /* lbl */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.gotoLabel:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            astore 14 /* startlbl */
        start local 14 // org.objectweb.asm.tree.LabelNode startlbl
        34: .line 498
            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
        35: .line 499
            aload 3 /* newInstructions */
            new org.objectweb.asm.tree.JumpInsnNode
            dup
            sipush 167
            aload 14 /* startlbl */
            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
        36: .line 500
            aload 3 /* newInstructions */
            aload 13 /* newinst */
            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
        37: .line 504
            aload 2 /* worklist */
            aload 13 /* newinst */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 14 // org.objectweb.asm.tree.LabelNode startlbl
        end local 13 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation newinst
        end local 12 // java.util.BitSet sub
        end local 11 // org.objectweb.asm.tree.LabelNode lbl
        38: .line 505
            goto 40
        39: .line 506
      StackMap locals:
      StackMap stack:
            aload 3 /* newInstructions */
            aload 9 /* insn */
            aload 1 /* instant */
            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 10 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation owner
        end local 9 // org.objectweb.asm.tree.AbstractInsnNode insn
        40: .line 424
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        41: iload 7 /* i */
            iload 8 /* c */
            if_icmplt 4
        end local 8 // int c
        end local 7 // int i
        42: .line 511
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.tryCatchBlocks:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7 /* it */
        start local 7 // java.util.Iterator it
        43: goto 55
        44: .line 513
      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 java.util.Iterator
      StackMap stack:
            aload 7 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            astore 8 /* trycatch */
        start local 8 // org.objectweb.asm.tree.TryCatchBlockNode trycatch
        45: .line 521
            aload 1 /* instant */
            aload 8 /* trycatch */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.start:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.rangeLabel:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            astore 9 /* start */
        start local 9 // org.objectweb.asm.tree.LabelNode start
        46: .line 522
            aload 1 /* instant */
            aload 8 /* trycatch */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.end:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.rangeLabel:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            astore 10 /* end */
        start local 10 // org.objectweb.asm.tree.LabelNode end
        47: .line 525
            aload 9 /* start */
            aload 10 /* end */
            if_acmpne 49
        48: .line 529
            goto 55
        49: .line 532
      StackMap locals: org.objectweb.asm.tree.TryCatchBlockNode org.objectweb.asm.tree.LabelNode org.objectweb.asm.tree.LabelNode
      StackMap stack:
            aload 1 /* instant */
            aload 8 /* trycatch */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.handler:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.gotoLabel:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            astore 11 /* handler */
        start local 11 // org.objectweb.asm.tree.LabelNode handler
        50: .line 540
            aload 9 /* start */
            ifnull 51
            aload 10 /* end */
            ifnull 51
            aload 11 /* handler */
            ifnonnull 52
        51: .line 541
      StackMap locals: org.objectweb.asm.tree.LabelNode
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "Internal error!"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        52: .line 544
      StackMap locals:
      StackMap stack:
            aload 4 /* newTryCatchBlocks */
            new org.objectweb.asm.tree.TryCatchBlockNode
            dup
            aload 9 /* start */
            aload 10 /* end */
            aload 11 /* handler */
        53: .line 545
            aload 8 /* trycatch */
            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
        54: .line 544
            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 8 // org.objectweb.asm.tree.TryCatchBlockNode trycatch
        55: .line 511
      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 java.util.Iterator
      StackMap stack:
            aload 7 /* it */
        56: .line 512
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 44
        end local 7 // java.util.Iterator it
        57: .line 548
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.localVariables:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7 /* it */
        start local 7 // java.util.Iterator it
        58: goto 67
        59: .line 550
      StackMap locals:
      StackMap stack:
            aload 7 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LocalVariableNode
            astore 8 /* lvnode */
        start local 8 // org.objectweb.asm.tree.LocalVariableNode lvnode
        60: .line 554
            aload 1 /* instant */
            aload 8 /* lvnode */
            getfield org.objectweb.asm.tree.LocalVariableNode.start:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.rangeLabel:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            astore 9 /* start */
        start local 9 // org.objectweb.asm.tree.LabelNode start
        61: .line 555
            aload 1 /* instant */
            aload 8 /* lvnode */
            getfield org.objectweb.asm.tree.LocalVariableNode.end:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.rangeLabel:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            astore 10 /* end */
        start local 10 // org.objectweb.asm.tree.LabelNode end
        62: .line 556
            aload 9 /* start */
            aload 10 /* end */
            if_acmpne 64
        63: .line 560
            goto 67
        64: .line 562
      StackMap locals: org.objectweb.asm.tree.LocalVariableNode org.objectweb.asm.tree.LabelNode org.objectweb.asm.tree.LabelNode
      StackMap stack:
            aload 5 /* newLocalVariables */
            new org.objectweb.asm.tree.LocalVariableNode
            dup
            aload 8 /* lvnode */
            getfield org.objectweb.asm.tree.LocalVariableNode.name:Ljava/lang/String;
        65: .line 563
            aload 8 /* lvnode */
            getfield org.objectweb.asm.tree.LocalVariableNode.desc:Ljava/lang/String;
            aload 8 /* lvnode */
            getfield org.objectweb.asm.tree.LocalVariableNode.signature:Ljava/lang/String;
            aload 9 /* start */
            aload 10 /* end */
            aload 8 /* lvnode */
            getfield org.objectweb.asm.tree.LocalVariableNode.index:I
            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
        66: .line 562
            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 8 // org.objectweb.asm.tree.LocalVariableNode lvnode
        67: .line 548
      StackMap locals:
      StackMap stack:
            aload 7 /* it */
        68: .line 549
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 59
        end local 7 // java.util.Iterator it
        69: .line 565
            return
        end local 6 // org.objectweb.asm.tree.LabelNode duplbl
        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 instant
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   70     0               this  Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            0   70     1            instant  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0   70     2           worklist  Ljava/util/List<Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;>;
            0   70     3    newInstructions  Lorg/objectweb/asm/tree/InsnList;
            0   70     4  newTryCatchBlocks  Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
            0   70     5  newLocalVariables  Ljava/util/List<Lorg/objectweb/asm/tree/LocalVariableNode;>;
            1   70     6             duplbl  Lorg/objectweb/asm/tree/LabelNode;
            2   42     7                  i  I
            3   42     8                  c  I
            5   40     9               insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            6   40    10              owner  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            8   13    11               ilbl  Lorg/objectweb/asm/tree/LabelNode;
            9   13    12              remap  Lorg/objectweb/asm/tree/LabelNode;
           17   28    11           retlabel  Lorg/objectweb/asm/tree/LabelNode;
           18   23    12                  p  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
           31   38    11                lbl  Lorg/objectweb/asm/tree/LabelNode;
           32   38    12                sub  Ljava/util/BitSet;
           33   38    13            newinst  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
           34   38    14           startlbl  Lorg/objectweb/asm/tree/LabelNode;
           43   57     7                 it  Ljava/util/Iterator<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
           45   55     8           trycatch  Lorg/objectweb/asm/tree/TryCatchBlockNode;
           46   55     9              start  Lorg/objectweb/asm/tree/LabelNode;
           47   55    10                end  Lorg/objectweb/asm/tree/LabelNode;
           50   55    11            handler  Lorg/objectweb/asm/tree/LabelNode;
           58   69     7                 it  Ljava/util/Iterator<Lorg/objectweb/asm/tree/LocalVariableNode;>;
           60   67     8             lvnode  Lorg/objectweb/asm/tree/LocalVariableNode;
           61   67     9              start  Lorg/objectweb/asm/tree/LabelNode;
           62   67    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
      instant            final
      worklist           final
      newInstructions    final
      newTryCatchBlocks  final
      newLocalVariables  final

  private static void log(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String str
         0: .line 568
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            aload 0 /* str */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 569
            return
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   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