public class jdk.internal.org.objectweb.asm.tree.InsnList
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.tree.InsnList
  super_class: java.lang.Object
{
  private int size;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private jdk.internal.org.objectweb.asm.tree.AbstractInsnNode first;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0002) ACC_PRIVATE

  private jdk.internal.org.objectweb.asm.tree.AbstractInsnNode last;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0002) ACC_PRIVATE

  jdk.internal.org.objectweb.asm.tree.AbstractInsnNode[] cache;
    descriptor: [Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 99
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ireturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;

  public jdk.internal.org.objectweb.asm.tree.AbstractInsnNode getFirst();
    descriptor: ()Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 109
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;

  public jdk.internal.org.objectweb.asm.tree.AbstractInsnNode getLast();
    descriptor: ()Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 119
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;

  public jdk.internal.org.objectweb.asm.tree.AbstractInsnNode get(int);
    descriptor: (I)Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // int index
         0: .line 135
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            if_icmplt 2
         1: .line 136
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 4
         3: .line 139
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.toArray:()[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0    5     1  index  I
    MethodParameters:
       Name  Flags
      index  final

  public boolean contains(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         0: .line 154
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* i */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode i
         1: .line 155
            goto 3
         2: .line 156
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 2 /* i */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* i */
         3: .line 155
      StackMap locals:
      StackMap stack:
            aload 2 /* i */
            ifnull 4
            aload 2 /* i */
            aload 1 /* insn */
            if_acmpne 2
         4: .line 158
      StackMap locals:
      StackMap stack:
            aload 2 /* i */
            ifnull 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode i
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0    6     1  insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            1    6     2     i  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
      Name  Flags
      insn  final

  public int indexOf(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         0: .line 176
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 2
         1: .line 177
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.toArray:()[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         2: .line 179
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
            ireturn
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0    3     1  insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
      Name  Flags
      insn  final

  public void accept(jdk.internal.org.objectweb.asm.MethodVisitor);
    descriptor: (Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
         0: .line 189
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* insn */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         1: .line 190
            goto 4
         2: .line 191
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 2 /* insn */
            aload 1 /* mv */
            invokevirtual jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.accept:(Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
         3: .line 192
            aload 2 /* insn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* insn */
         4: .line 190
      StackMap locals:
      StackMap stack:
            aload 2 /* insn */
            ifnonnull 2
         5: .line 194
            return
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0    6     1    mv  Ljdk/internal/org/objectweb/asm/MethodVisitor;
            1    6     2  insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
      Name  Flags
      mv    final

  public java.util.ListIterator<jdk.internal.org.objectweb.asm.tree.AbstractInsnNode> iterator();
    descriptor: ()Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 202
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.iterator:(I)Ljava/util/ListIterator;
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
    Signature: ()Ljava/util/ListIterator<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;

  public java.util.ListIterator<jdk.internal.org.objectweb.asm.tree.AbstractInsnNode> iterator(int);
    descriptor: (I)Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // int index
         0: .line 212
            new jdk.internal.org.objectweb.asm.tree.InsnList$InsnListIterator
            dup
            aload 0 /* this */
            iload 1 /* index */
            invokespecial jdk.internal.org.objectweb.asm.tree.InsnList$InsnListIterator.<init>:(Ljdk/internal/org/objectweb/asm/tree/InsnList;I)V
            areturn
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0    1     1  index  I
    Signature: (I)Ljava/util/ListIterator<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;
    MethodParameters:
       Name  Flags
      index  

  public jdk.internal.org.objectweb.asm.tree.AbstractInsnNode[] toArray();
    descriptor: ()[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 221
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: .line 222
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* elem */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode elem
         2: .line 223
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            anewarray jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
            astore 3 /* insns */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode[] insns
         3: .line 224
            goto 7
         4: .line 225
      StackMap locals: int jdk.internal.org.objectweb.asm.tree.AbstractInsnNode jdk.internal.org.objectweb.asm.tree.AbstractInsnNode[]
      StackMap stack:
            aload 3 /* insns */
            iload 1 /* i */
            aload 2 /* elem */
            aastore
         5: .line 226
            aload 2 /* elem */
            iload 1 /* i */
            iinc 1 /* i */ 1
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
         6: .line 227
            aload 2 /* elem */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* elem */
         7: .line 224
      StackMap locals:
      StackMap stack:
            aload 2 /* elem */
            ifnonnull 4
         8: .line 229
            aload 3 /* insns */
            areturn
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode[] insns
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode elem
        end local 1 // int i
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            1    9     1      i  I
            2    9     2   elem  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            3    9     3  insns  [Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;

  public void set(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode location
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         0: .line 242
            aload 1 /* location */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* next */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode next
         1: .line 243
            aload 2 /* insn */
            aload 3 /* next */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         2: .line 244
            aload 3 /* next */
            ifnull 5
         3: .line 245
            aload 3 /* next */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 246
            goto 6
         5: .line 247
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 0 /* this */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 249
      StackMap locals:
      StackMap stack:
            aload 1 /* location */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 4 /* prev */
        start local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode prev
         7: .line 250
            aload 2 /* insn */
            aload 4 /* prev */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 251
            aload 4 /* prev */
            ifnull 11
         9: .line 252
            aload 4 /* prev */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 253
            goto 12
        11: .line 254
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 0 /* this */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnull 17
        13: .line 257
            aload 1 /* location */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
            istore 5 /* index */
        start local 5 // int index
        14: .line 258
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            iload 5 /* index */
            aload 2 /* insn */
            aastore
        15: .line 259
            aload 2 /* insn */
            iload 5 /* index */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        end local 5 // int index
        16: .line 260
            goto 18
        17: .line 261
      StackMap locals:
      StackMap stack:
            aload 2 /* insn */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        18: .line 263
      StackMap locals:
      StackMap stack:
            aload 1 /* location */
            iconst_m1
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        19: .line 264
            aload 1 /* location */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        20: .line 265
            aload 1 /* location */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        21: .line 266
            return
        end local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode prev
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode next
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode location
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   22     1  location  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0   22     2      insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            1   22     3      next  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            7   22     4      prev  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
           14   16     5     index  I
    MethodParameters:
          Name  Flags
      location  final
      insn      final

  public void add(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         0: .line 276
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         1: .line 277
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 5
         2: .line 278
            aload 0 /* this */
            aload 1 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         3: .line 279
            aload 0 /* this */
            aload 1 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 280
            goto 7
         5: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            aload 1 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 282
            aload 1 /* insn */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 285
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 286
            aload 1 /* insn */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        10: .line 287
            return
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   11     1  insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
      Name  Flags
      insn  final

  public void add(jdk.internal.org.objectweb.asm.tree.InsnList);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/InsnList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.InsnList insns
         0: .line 297
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ifne 2
         1: .line 298
            return
         2: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         3: .line 301
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 7
         4: .line 302
            aload 0 /* this */
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         5: .line 303
            aload 0 /* this */
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 304
            goto 11
         7: .line 305
      StackMap locals:
      StackMap stack:
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* elem */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode elem
         8: .line 306
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            aload 2 /* elem */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 307
            aload 2 /* elem */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 308
            aload 0 /* this */
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode elem
        11: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 311
            aload 1 /* insns */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
        13: .line 312
            return
        end local 1 // jdk.internal.org.objectweb.asm.tree.InsnList insns
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   14     1  insns  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            8   11     2   elem  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
       Name  Flags
      insns  final

  public void insert(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         0: .line 322
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         1: .line 323
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 5
         2: .line 324
            aload 0 /* this */
            aload 1 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         3: .line 325
            aload 0 /* this */
            aload 1 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 326
            goto 7
         5: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            aload 1 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 328
            aload 1 /* insn */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 331
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 332
            aload 1 /* insn */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        10: .line 333
            return
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   11     1  insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
      Name  Flags
      insn  final

  public void insert(jdk.internal.org.objectweb.asm.tree.InsnList);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/InsnList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.InsnList insns
         0: .line 343
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ifne 2
         1: .line 344
            return
         2: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         3: .line 347
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 7
         4: .line 348
            aload 0 /* this */
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         5: .line 349
            aload 0 /* this */
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 350
            goto 11
         7: .line 351
      StackMap locals:
      StackMap stack:
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* elem */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode elem
         8: .line 352
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            aload 2 /* elem */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 353
            aload 2 /* elem */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 354
            aload 0 /* this */
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode elem
        11: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 357
            aload 1 /* insns */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
        13: .line 358
            return
        end local 1 // jdk.internal.org.objectweb.asm.tree.InsnList insns
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   14     1  insns  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            8   11     2   elem  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
       Name  Flags
      insns  final

  public void insert(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode location
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         0: .line 372
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         1: .line 373
            aload 1 /* location */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* next */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode next
         2: .line 374
            aload 3 /* next */
            ifnonnull 5
         3: .line 375
            aload 0 /* this */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 376
            goto 6
         5: .line 377
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 3 /* next */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 379
      StackMap locals:
      StackMap stack:
            aload 1 /* location */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 380
            aload 2 /* insn */
            aload 3 /* next */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 381
            aload 2 /* insn */
            aload 1 /* location */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 382
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 383
            aload 2 /* insn */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        11: .line 384
            return
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode next
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode location
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   12     1  location  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0   12     2      insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            2   12     3      next  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      location  final
      insn      final

  public void insert(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.InsnList);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/InsnList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode location
        start local 2 // jdk.internal.org.objectweb.asm.tree.InsnList insns
         0: .line 397
            aload 2 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ifne 2
         1: .line 398
            return
         2: .line 400
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            aload 2 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         3: .line 401
            aload 2 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* ifirst */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode ifirst
         4: .line 402
            aload 2 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 4 /* ilast */
        start local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode ilast
         5: .line 403
            aload 1 /* location */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 5 /* next */
        start local 5 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode next
         6: .line 404
            aload 5 /* next */
            ifnonnull 9
         7: .line 405
            aload 0 /* this */
            aload 4 /* ilast */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 406
            goto 10
         9: .line 407
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode jdk.internal.org.objectweb.asm.tree.AbstractInsnNode jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 5 /* next */
            aload 4 /* ilast */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 409
      StackMap locals:
      StackMap stack:
            aload 1 /* location */
            aload 3 /* ifirst */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        11: .line 410
            aload 4 /* ilast */
            aload 5 /* next */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 411
            aload 3 /* ifirst */
            aload 1 /* location */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        13: .line 412
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        14: .line 413
            aload 2 /* insns */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
        15: .line 414
            return
        end local 5 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode next
        end local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode ilast
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode ifirst
        end local 2 // jdk.internal.org.objectweb.asm.tree.InsnList insns
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode location
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   16     1  location  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0   16     2     insns  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            4   16     3    ifirst  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            5   16     4     ilast  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            6   16     5      next  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      location  final
      insns     final

  public void insertBefore(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode location
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         0: .line 428
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         1: .line 429
            aload 1 /* location */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* prev */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode prev
         2: .line 430
            aload 3 /* prev */
            ifnonnull 5
         3: .line 431
            aload 0 /* this */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 432
            goto 6
         5: .line 433
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 3 /* prev */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 435
      StackMap locals:
      StackMap stack:
            aload 1 /* location */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 436
            aload 2 /* insn */
            aload 1 /* location */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 437
            aload 2 /* insn */
            aload 3 /* prev */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 438
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 439
            aload 2 /* insn */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        11: .line 440
            return
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode prev
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode location
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   12     1  location  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0   12     2      insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            2   12     3      prev  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      location  final
      insn      final

  public void insertBefore(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.InsnList);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/InsnList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode location
        start local 2 // jdk.internal.org.objectweb.asm.tree.InsnList insns
         0: .line 454
            aload 2 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ifne 2
         1: .line 455
            return
         2: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            aload 2 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         3: .line 458
            aload 2 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* ifirst */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode ifirst
         4: .line 459
            aload 2 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 4 /* ilast */
        start local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode ilast
         5: .line 460
            aload 1 /* location */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 5 /* prev */
        start local 5 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode prev
         6: .line 461
            aload 5 /* prev */
            ifnonnull 9
         7: .line 462
            aload 0 /* this */
            aload 3 /* ifirst */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 463
            goto 10
         9: .line 464
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode jdk.internal.org.objectweb.asm.tree.AbstractInsnNode jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 5 /* prev */
            aload 3 /* ifirst */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 466
      StackMap locals:
      StackMap stack:
            aload 1 /* location */
            aload 4 /* ilast */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        11: .line 467
            aload 4 /* ilast */
            aload 1 /* location */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 468
            aload 3 /* ifirst */
            aload 5 /* prev */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        13: .line 469
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        14: .line 470
            aload 2 /* insns */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
        15: .line 471
            return
        end local 5 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode prev
        end local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode ilast
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode ifirst
        end local 2 // jdk.internal.org.objectweb.asm.tree.InsnList insns
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode location
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   16     1  location  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0   16     2     insns  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            4   16     3    ifirst  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            5   16     4     ilast  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            6   16     5      prev  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      location  final
      insns     final

  public void remove(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         0: .line 480
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iconst_1
            isub
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         1: .line 481
            aload 1 /* insn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* next */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode next
         2: .line 482
            aload 1 /* insn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* prev */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode prev
         3: .line 483
            aload 2 /* next */
            ifnonnull 11
         4: .line 484
            aload 3 /* prev */
            ifnonnull 8
         5: .line 485
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 486
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 487
            goto 17
         8: .line 488
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 3 /* prev */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 489
            aload 0 /* this */
            aload 3 /* prev */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 491
            goto 17
        11: .line 492
      StackMap locals:
      StackMap stack:
            aload 3 /* prev */
            ifnonnull 15
        12: .line 493
            aload 0 /* this */
            aload 2 /* next */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        13: .line 494
            aload 2 /* next */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        14: .line 495
            goto 17
        15: .line 496
      StackMap locals:
      StackMap stack:
            aload 3 /* prev */
            aload 2 /* next */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        16: .line 497
            aload 2 /* next */
            aload 3 /* prev */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        17: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        18: .line 501
            aload 1 /* insn */
            iconst_m1
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        19: .line 502
            aload 1 /* insn */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        20: .line 503
            aload 1 /* insn */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        21: .line 504
            return
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode prev
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode next
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   22     1  insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            2   22     2  next  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            3   22     3  prev  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
      Name  Flags
      insn  final

  void removeAll(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // boolean mark
         0: .line 514
            iload 1 /* mark */
            ifeq 9
         1: .line 515
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* insn */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         2: .line 516
            goto 8
         3: .line 517
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 2 /* insn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* next */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode next
         4: .line 518
            aload 2 /* insn */
            iconst_m1
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
         5: .line 519
            aload 2 /* insn */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 520
            aload 2 /* insn */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 521
            aload 3 /* next */
            astore 2 /* insn */
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode next
         8: .line 516
      StackMap locals:
      StackMap stack:
            aload 2 /* insn */
            ifnonnull 3
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         9: .line 524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
        10: .line 525
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        11: .line 526
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 527
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        13: .line 528
            return
        end local 1 // boolean mark
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   14     1  mark  Z
            2    9     2  insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            4    8     3  next  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
      Name  Flags
      mark  final

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 534
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
         1: .line 535
            return
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;

  public void resetLabels();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 543
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 1 /* insn */
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         1: .line 544
            goto 5
         2: .line 545
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 1 /* insn */
            instanceof jdk.internal.org.objectweb.asm.tree.LabelNode
            ifeq 4
         3: .line 546
            aload 1 /* insn */
            checkcast jdk.internal.org.objectweb.asm.tree.LabelNode
            invokevirtual jdk.internal.org.objectweb.asm.tree.LabelNode.resetLabel:()V
         4: .line 548
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 1 /* insn */
         5: .line 544
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            ifnonnull 2
         6: .line 550
            return
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            1    7     1  insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
}
SourceFile: "InsnList.java"
NestMembers:
  jdk.internal.org.objectweb.asm.tree.InsnList$InsnListIterator
InnerClasses:
  private final InsnListIterator = jdk.internal.org.objectweb.asm.tree.InsnList$InsnListIterator of jdk.internal.org.objectweb.asm.tree.InsnList