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 215
            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 224
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: .line 225
            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 226
            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 227
            goto 7
         4: .line 228
      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 229
            aload 2 /* elem */
            iload 1 /* i */
            iinc 1 /* i */ 1
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
         6: .line 230
            aload 2 /* elem */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* elem */
         7: .line 227
      StackMap locals:
      StackMap stack:
            aload 2 /* elem */
            ifnonnull 4
         8: .line 232
            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 245
            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 246
            aload 2 /* insn */
            aload 3 /* next */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         2: .line 247
            aload 3 /* next */
            ifnull 5
         3: .line 248
            aload 3 /* next */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 249
            goto 6
         5: .line 250
      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 252
      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 253
            aload 2 /* insn */
            aload 4 /* prev */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 254
            aload 4 /* prev */
            ifnull 11
         9: .line 255
            aload 4 /* prev */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 256
            goto 12
        11: .line 257
      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 259
      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 260
            aload 1 /* location */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
            istore 5 /* index */
        start local 5 // int index
        14: .line 261
            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 262
            aload 2 /* insn */
            iload 5 /* index */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        end local 5 // int index
        16: .line 263
            goto 18
        17: .line 264
      StackMap locals:
      StackMap stack:
            aload 2 /* insn */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        18: .line 266
      StackMap locals:
      StackMap stack:
            aload 1 /* location */
            iconst_m1
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        19: .line 267
            aload 1 /* location */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        20: .line 268
            aload 1 /* location */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        21: .line 269
            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 279
            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 280
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 5
         2: .line 281
            aload 0 /* this */
            aload 1 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         3: .line 282
            aload 0 /* this */
            aload 1 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 283
            goto 7
         5: .line 284
      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 285
            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 287
      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 288
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 289
            aload 1 /* insn */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        10: .line 290
            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 300
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ifne 2
         1: .line 301
            return
         2: .line 303
      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 304
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 7
         4: .line 305
            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 306
            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 307
            goto 11
         7: .line 308
      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 309
            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 310
            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 311
            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 313
      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 314
            aload 1 /* insns */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
        13: .line 315
            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 325
            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 326
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 5
         2: .line 327
            aload 0 /* this */
            aload 1 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         3: .line 328
            aload 0 /* this */
            aload 1 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 329
            goto 7
         5: .line 330
      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 331
            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 333
      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 334
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 335
            aload 1 /* insn */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        10: .line 336
            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 346
            aload 1 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ifne 2
         1: .line 347
            return
         2: .line 349
      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 350
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 7
         4: .line 351
            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 352
            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 353
            goto 11
         7: .line 354
      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 355
            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 356
            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 357
            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 359
      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 360
            aload 1 /* insns */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
        13: .line 361
            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 375
            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 376
            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 377
            aload 3 /* next */
            ifnonnull 5
         3: .line 378
            aload 0 /* this */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 379
            goto 6
         5: .line 380
      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 382
      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 383
            aload 2 /* insn */
            aload 3 /* next */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 384
            aload 2 /* insn */
            aload 1 /* location */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 385
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 386
            aload 2 /* insn */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        11: .line 387
            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 400
            aload 2 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ifne 2
         1: .line 401
            return
         2: .line 403
      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 404
            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 405
            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 406
            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 407
            aload 5 /* next */
            ifnonnull 9
         7: .line 408
            aload 0 /* this */
            aload 4 /* ilast */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 409
            goto 10
         9: .line 410
      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 412
      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 413
            aload 4 /* ilast */
            aload 5 /* next */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 414
            aload 3 /* ifirst */
            aload 1 /* location */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        13: .line 415
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        14: .line 416
            aload 2 /* insns */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
        15: .line 417
            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 431
            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 432
            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 433
            aload 3 /* prev */
            ifnonnull 5
         3: .line 434
            aload 0 /* this */
            aload 2 /* insn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 435
            goto 6
         5: .line 436
      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 438
      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 439
            aload 2 /* insn */
            aload 1 /* location */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 440
            aload 2 /* insn */
            aload 3 /* prev */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 441
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 442
            aload 2 /* insn */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        11: .line 443
            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 457
            aload 2 /* insns */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ifne 2
         1: .line 458
            return
         2: .line 460
      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 461
            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 462
            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 463
            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 464
            aload 5 /* prev */
            ifnonnull 9
         7: .line 465
            aload 0 /* this */
            aload 3 /* ifirst */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 466
            goto 10
         9: .line 467
      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 469
      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 470
            aload 4 /* ilast */
            aload 1 /* location */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 471
            aload 3 /* ifirst */
            aload 5 /* prev */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        13: .line 472
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        14: .line 473
            aload 2 /* insns */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
        15: .line 474
            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 483
            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 484
            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 485
            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 486
            aload 2 /* next */
            ifnonnull 11
         4: .line 487
            aload 3 /* prev */
            ifnonnull 8
         5: .line 488
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 489
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 490
            goto 17
         8: .line 491
      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 492
            aload 0 /* this */
            aload 3 /* prev */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 494
            goto 17
        11: .line 495
      StackMap locals:
      StackMap stack:
            aload 3 /* prev */
            ifnonnull 15
        12: .line 496
            aload 0 /* this */
            aload 2 /* next */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        13: .line 497
            aload 2 /* next */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        14: .line 498
            goto 17
        15: .line 499
      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 500
            aload 2 /* next */
            aload 3 /* prev */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        17: .line 503
      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 504
            aload 1 /* insn */
            iconst_m1
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        19: .line 505
            aload 1 /* insn */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        20: .line 506
            aload 1 /* insn */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        21: .line 507
            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 517
            iload 1 /* mark */
            ifeq 9
         1: .line 518
            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 519
            goto 8
         3: .line 520
      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 521
            aload 2 /* insn */
            iconst_m1
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
         5: .line 522
            aload 2 /* insn */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.prev:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 523
            aload 2 /* insn */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.next:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 524
            aload 3 /* next */
            astore 2 /* insn */
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode next
         8: .line 519
      StackMap locals:
      StackMap stack:
            aload 2 /* insn */
            ifnonnull 3
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         9: .line 527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
        10: .line 528
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.first:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        11: .line 529
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.last:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 530
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        13: .line 531
            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 537
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
         1: .line 538
            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 546
            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 547
            goto 5
         2: .line 548
      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 549
            aload 1 /* insn */
            checkcast jdk.internal.org.objectweb.asm.tree.LabelNode
            invokevirtual jdk.internal.org.objectweb.asm.tree.LabelNode.resetLabel:()V
         4: .line 551
      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 547
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            ifnonnull 2
         6: .line 553
            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