class org.objectweb.asm.MethodWriter extends org.objectweb.asm.MethodVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.objectweb.asm.MethodWriter
  super_class: org.objectweb.asm.MethodVisitor
{
  static final int ACC_CONSTRUCTOR;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 524288

  static final int SAME_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int SAME_LOCALS_1_STACK_ITEM_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  static final int RESERVED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  static final int SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 247

  static final int CHOP_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 248

  static final int SAME_FRAME_EXTENDED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 251

  static final int APPEND_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 252

  static final int FULL_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 255

  private static final int FRAMES;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int MAXS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int NOTHING;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  final org.objectweb.asm.ClassWriter cw;
    descriptor: Lorg/objectweb/asm/ClassWriter;
    flags: (0x0010) ACC_FINAL

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

  private final int name;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int desc;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String descriptor;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  java.lang.String signature;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  int classReaderOffset;
    descriptor: I
    flags: (0x0000) 

  int classReaderLength;
    descriptor: I
    flags: (0x0000) 

  int exceptionCount;
    descriptor: I
    flags: (0x0000) 

  int[] exceptions;
    descriptor: [I
    flags: (0x0000) 

  private org.objectweb.asm.ByteVector annd;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.AnnotationWriter anns;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.AnnotationWriter ianns;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.AnnotationWriter[] panns;
    descriptor: [Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.AnnotationWriter[] ipanns;
    descriptor: [Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

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

  private org.objectweb.asm.Attribute attrs;
    descriptor: Lorg/objectweb/asm/Attribute;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.ByteVector code;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  private org.objectweb.asm.ByteVector stackMap;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  private org.objectweb.asm.Handler firstHandler;
    descriptor: Lorg/objectweb/asm/Handler;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.Handler lastHandler;
    descriptor: Lorg/objectweb/asm/Handler;
    flags: (0x0002) ACC_PRIVATE

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

  private org.objectweb.asm.ByteVector localVar;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

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

  private org.objectweb.asm.ByteVector localVarType;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

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

  private org.objectweb.asm.ByteVector lineNumber;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.Attribute cattrs;
    descriptor: Lorg/objectweb/asm/Attribute;
    flags: (0x0002) ACC_PRIVATE

  private boolean resize;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  private final int compute;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.objectweb.asm.Label labels;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.Label previousBlock;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.Label currentBlock;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0002) ACC_PRIVATE

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

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

  void <init>(org.objectweb.asm.ClassWriter, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], boolean, boolean);
    descriptor: (Lorg/objectweb/asm/ClassWriter;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;ZZ)V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=9
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.ClassWriter cw
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String desc
        start local 5 // java.lang.String signature
        start local 6 // java.lang.String[] exceptions
        start local 7 // boolean computeMaxs
        start local 8 // boolean computeFrames
         0: .line 419
            aload 0 /* this */
            ldc 262144
            invokespecial org.objectweb.asm.MethodVisitor.<init>:(I)V
         1: .line 219
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
         2: .line 420
            aload 1 /* cw */
            getfield org.objectweb.asm.ClassWriter.firstMethod:Lorg/objectweb/asm/MethodWriter;
            ifnonnull 5
         3: .line 421
            aload 1 /* cw */
            aload 0 /* this */
            putfield org.objectweb.asm.ClassWriter.firstMethod:Lorg/objectweb/asm/MethodWriter;
         4: .line 422
            goto 6
         5: .line 423
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String java.lang.String[] int int
      StackMap stack:
            aload 1 /* cw */
            getfield org.objectweb.asm.ClassWriter.lastMethod:Lorg/objectweb/asm/MethodWriter;
            aload 0 /* this */
            putfield org.objectweb.asm.MethodWriter.mv:Lorg/objectweb/asm/MethodVisitor;
         6: .line 425
      StackMap locals:
      StackMap stack:
            aload 1 /* cw */
            aload 0 /* this */
            putfield org.objectweb.asm.ClassWriter.lastMethod:Lorg/objectweb/asm/MethodWriter;
         7: .line 426
            aload 0 /* this */
            aload 1 /* cw */
            putfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
         8: .line 427
            aload 0 /* this */
            iload 2 /* access */
            putfield org.objectweb.asm.MethodWriter.access:I
         9: .line 428
            ldc "<init>"
            aload 3 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 429
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.access:I
            ldc 524288
            ior
            putfield org.objectweb.asm.MethodWriter.access:I
        11: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cw */
            aload 3 /* name */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.MethodWriter.name:I
        12: .line 432
            aload 0 /* this */
            aload 1 /* cw */
            aload 4 /* desc */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.MethodWriter.desc:I
        13: .line 433
            aload 0 /* this */
            aload 4 /* desc */
            putfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
        14: .line 435
            aload 0 /* this */
            aload 5 /* signature */
            putfield org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
        15: .line 437
            aload 6 /* exceptions */
            ifnull 23
            aload 6 /* exceptions */
            arraylength
            ifle 23
        16: .line 438
            aload 0 /* this */
            aload 6 /* exceptions */
            arraylength
            putfield org.objectweb.asm.MethodWriter.exceptionCount:I
        17: .line 439
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptionCount:I
            newarray 10
            putfield org.objectweb.asm.MethodWriter.exceptions:[I
        18: .line 440
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        19: goto 22
        20: .line 441
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptions:[I
            iload 9 /* i */
            aload 1 /* cw */
            aload 6 /* exceptions */
            iload 9 /* i */
            aaload
            invokevirtual org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            iastore
        21: .line 440
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 9 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptionCount:I
            if_icmplt 20
        end local 9 // int i
        23: .line 444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 8 /* computeFrames */
            ifeq 24
            iconst_0
            goto 26
      StackMap locals:
      StackMap stack: org.objectweb.asm.MethodWriter
        24: iload 7 /* computeMaxs */
            ifeq 25
            iconst_1
            goto 26
      StackMap locals:
      StackMap stack: org.objectweb.asm.MethodWriter
        25: iconst_2
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String java.lang.String[] int int
      StackMap stack: org.objectweb.asm.MethodWriter int
        26: putfield org.objectweb.asm.MethodWriter.compute:I
        27: .line 445
            iload 7 /* computeMaxs */
            ifne 28
            iload 8 /* computeFrames */
            ifeq 36
        28: .line 447
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            iconst_2
            ishr
            istore 9 /* size */
        start local 9 // int size
        29: .line 448
            iload 2 /* access */
            bipush 8
            iand
            ifeq 31
        30: .line 449
            iinc 9 /* size */ -1
        31: .line 451
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 9 /* size */
            putfield org.objectweb.asm.MethodWriter.maxLocals:I
        32: .line 452
            aload 0 /* this */
            iload 9 /* size */
            putfield org.objectweb.asm.MethodWriter.currentLocals:I
        33: .line 454
            aload 0 /* this */
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            putfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
        34: .line 455
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.status:I
            bipush 8
            ior
            putfield org.objectweb.asm.Label.status:I
        35: .line 456
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.MethodWriter.visitLabel:(Lorg/objectweb/asm/Label;)V
        end local 9 // int size
        36: .line 458
      StackMap locals:
      StackMap stack:
            return
        end local 8 // boolean computeFrames
        end local 7 // boolean computeMaxs
        end local 6 // java.lang.String[] exceptions
        end local 5 // java.lang.String signature
        end local 4 // java.lang.String desc
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // org.objectweb.asm.ClassWriter cw
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   37     0           this  Lorg/objectweb/asm/MethodWriter;
            0   37     1             cw  Lorg/objectweb/asm/ClassWriter;
            0   37     2         access  I
            0   37     3           name  Ljava/lang/String;
            0   37     4           desc  Ljava/lang/String;
            0   37     5      signature  Ljava/lang/String;
            0   37     6     exceptions  [Ljava/lang/String;
            0   37     7    computeMaxs  Z
            0   37     8  computeFrames  Z
           19   23     9              i  I
           29   36     9           size  I
    MethodParameters:
               Name  Flags
      cw             final
      access         final
      name           final
      desc           final
      signature      final
      exceptions     final
      computeMaxs    final
      computeFrames  final

  public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault();
    descriptor: ()Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 469
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
         1: .line 470
            new org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
            aconst_null
            iconst_0
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
            areturn
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/MethodWriter;

  public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String desc
        start local 2 // boolean visible
         0: .line 479
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            astore 3 /* bv */
        start local 3 // org.objectweb.asm.ByteVector bv
         1: .line 481
            aload 3 /* bv */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 1 /* desc */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         2: .line 482
            new org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            iconst_1
            aload 3 /* bv */
            aload 3 /* bv */
            iconst_2
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
            astore 4 /* aw */
        start local 4 // org.objectweb.asm.AnnotationWriter aw
         3: .line 483
            iload 2 /* visible */
            ifeq 7
         4: .line 484
            aload 4 /* aw */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
            putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
         5: .line 485
            aload 0 /* this */
            aload 4 /* aw */
            putfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
         6: .line 486
            goto 9
         7: .line 487
      StackMap locals: org.objectweb.asm.ByteVector org.objectweb.asm.AnnotationWriter
      StackMap stack:
            aload 4 /* aw */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
            putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
         8: .line 488
            aload 0 /* this */
            aload 4 /* aw */
            putfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
         9: .line 490
      StackMap locals:
      StackMap stack:
            aload 4 /* aw */
            areturn
        end local 4 // org.objectweb.asm.AnnotationWriter aw
        end local 3 // org.objectweb.asm.ByteVector bv
        end local 2 // boolean visible
        end local 1 // java.lang.String desc
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/objectweb/asm/MethodWriter;
            0   10     1     desc  Ljava/lang/String;
            0   10     2  visible  Z
            1   10     3       bv  Lorg/objectweb/asm/ByteVector;
            3   10     4       aw  Lorg/objectweb/asm/AnnotationWriter;
    MethodParameters:
         Name  Flags
      desc     final
      visible  final

  public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int parameter
        start local 2 // java.lang.String desc
        start local 3 // boolean visible
         0: .line 499
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            astore 4 /* bv */
        start local 4 // org.objectweb.asm.ByteVector bv
         1: .line 500
            ldc "Ljava/lang/Synthetic;"
            aload 2 /* desc */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 503
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.synthetics:I
            iload 1 /* parameter */
            iconst_1
            iadd
            invokestatic java.lang.Math.max:(II)I
            putfield org.objectweb.asm.MethodWriter.synthetics:I
         3: .line 504
            new org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            iconst_0
            aload 4 /* bv */
            aconst_null
            iconst_0
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
            areturn
         4: .line 507
      StackMap locals: org.objectweb.asm.ByteVector
      StackMap stack:
            aload 4 /* bv */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* desc */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 508
            new org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            iconst_1
            aload 4 /* bv */
            aload 4 /* bv */
            iconst_2
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
            astore 5 /* aw */
        start local 5 // org.objectweb.asm.AnnotationWriter aw
         6: .line 509
            iload 3 /* visible */
            ifeq 12
         7: .line 510
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
            ifnonnull 9
         8: .line 511
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            arraylength
            anewarray org.objectweb.asm.AnnotationWriter
            putfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
         9: .line 513
      StackMap locals: org.objectweb.asm.AnnotationWriter
      StackMap stack:
            aload 5 /* aw */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
            iload 1 /* parameter */
            aaload
            putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
        10: .line 514
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
            iload 1 /* parameter */
            aload 5 /* aw */
            aastore
        11: .line 515
            goto 16
        12: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
            ifnonnull 14
        13: .line 517
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            arraylength
            anewarray org.objectweb.asm.AnnotationWriter
            putfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
        14: .line 519
      StackMap locals:
      StackMap stack:
            aload 5 /* aw */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
            iload 1 /* parameter */
            aaload
            putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
        15: .line 520
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
            iload 1 /* parameter */
            aload 5 /* aw */
            aastore
        16: .line 522
      StackMap locals:
      StackMap stack:
            aload 5 /* aw */
            areturn
        end local 5 // org.objectweb.asm.AnnotationWriter aw
        end local 4 // org.objectweb.asm.ByteVector bv
        end local 3 // boolean visible
        end local 2 // java.lang.String desc
        end local 1 // int parameter
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lorg/objectweb/asm/MethodWriter;
            0   17     1  parameter  I
            0   17     2       desc  Ljava/lang/String;
            0   17     3    visible  Z
            1   17     4         bv  Lorg/objectweb/asm/ByteVector;
            6   17     5         aw  Lorg/objectweb/asm/AnnotationWriter;
    MethodParameters:
           Name  Flags
      parameter  final
      desc       final
      visible    final

  public void visitAttribute(org.objectweb.asm.Attribute);
    descriptor: (Lorg/objectweb/asm/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.Attribute attr
         0: .line 527
            aload 1 /* attr */
            invokevirtual org.objectweb.asm.Attribute.isCodeAttribute:()Z
            ifeq 4
         1: .line 528
            aload 1 /* attr */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
            putfield org.objectweb.asm.Attribute.next:Lorg/objectweb/asm/Attribute;
         2: .line 529
            aload 0 /* this */
            aload 1 /* attr */
            putfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
         3: .line 530
            goto 6
         4: .line 531
      StackMap locals:
      StackMap stack:
            aload 1 /* attr */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
            putfield org.objectweb.asm.Attribute.next:Lorg/objectweb/asm/Attribute;
         5: .line 532
            aload 0 /* this */
            aload 1 /* attr */
            putfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
         6: .line 534
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Attribute attr
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/objectweb/asm/MethodWriter;
            0    7     1  attr  Lorg/objectweb/asm/Attribute;
    MethodParameters:
      Name  Flags
      attr  final

  public void visitCode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 538
            return
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/MethodWriter;

  public void visitFrame(int, int, java.lang.Object[], int, java.lang.Object[]);
    descriptor: (II[Ljava/lang/Object;I[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int type
        start local 2 // int nLocal
        start local 3 // java.lang.Object[] local
        start local 4 // int nStack
        start local 5 // java.lang.Object[] stack
         0: .line 543
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 2
         1: .line 544
            return
         2: .line 547
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            iconst_m1
            if_icmpne 43
         3: .line 548
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousFrame:[I
            ifnonnull 5
         4: .line 549
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.visitImplicitFirstFrame:()V
         5: .line 551
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* nLocal */
            putfield org.objectweb.asm.MethodWriter.currentLocals:I
         6: .line 552
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iload 2 /* nLocal */
            iload 4 /* nStack */
            invokevirtual org.objectweb.asm.MethodWriter.startFrame:(III)I
            istore 6 /* frameIndex */
        start local 6 // int frameIndex
         7: .line 553
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         8: goto 23
         9: .line 554
      StackMap locals: int int
      StackMap stack:
            aload 3 /* local */
            iload 7 /* i */
            aaload
            instanceof java.lang.String
            ifeq 14
        10: .line 555
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            ldc 24117248
        11: .line 556
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* local */
            iload 7 /* i */
            aaload
            checkcast java.lang.String
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
        12: .line 555
            iastore
        13: .line 557
            goto 22
      StackMap locals:
      StackMap stack:
        14: aload 3 /* local */
            iload 7 /* i */
            aaload
            instanceof java.lang.Integer
            ifeq 17
        15: .line 558
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            aload 3 /* local */
            iload 7 /* i */
            aaload
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
        16: .line 559
            goto 22
        17: .line 560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            ldc 25165824
        18: .line 561
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc ""
        19: .line 562
            aload 3 /* local */
            iload 7 /* i */
            aaload
            checkcast org.objectweb.asm.Label
            getfield org.objectweb.asm.Label.position:I
        20: .line 561
            invokevirtual org.objectweb.asm.ClassWriter.addUninitializedType:(Ljava/lang/String;I)I
            ior
        21: .line 560
            iastore
        22: .line 553
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 7 /* i */
            iload 2 /* nLocal */
            if_icmplt 9
        end local 7 // int i
        24: .line 565
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        25: goto 40
        26: .line 566
      StackMap locals:
      StackMap stack:
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            instanceof java.lang.String
            ifeq 31
        27: .line 567
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            ldc 24117248
        28: .line 568
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            checkcast java.lang.String
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
        29: .line 567
            iastore
        30: .line 569
            goto 39
      StackMap locals:
      StackMap stack:
        31: aload 5 /* stack */
            iload 7 /* i */
            aaload
            instanceof java.lang.Integer
            ifeq 34
        32: .line 570
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
        33: .line 571
            goto 39
        34: .line 572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            ldc 25165824
        35: .line 573
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc ""
        36: .line 574
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            checkcast org.objectweb.asm.Label
            getfield org.objectweb.asm.Label.position:I
        37: .line 573
            invokevirtual org.objectweb.asm.ClassWriter.addUninitializedType:(Ljava/lang/String;I)I
            ior
        38: .line 572
            iastore
        39: .line 565
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        40: iload 7 /* i */
            iload 4 /* nStack */
            if_icmplt 26
        end local 7 // int i
        41: .line 577
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.endFrame:()V
        end local 6 // int frameIndex
        42: .line 578
            goto 91
        43: .line 580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            ifnonnull 47
        44: .line 581
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
        45: .line 582
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            istore 6 /* delta */
        start local 6 // int delta
        46: .line 583
            goto 52
        end local 6 // int delta
        47: .line 584
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousFrameOffset:I
            isub
            iconst_1
            isub
            istore 6 /* delta */
        start local 6 // int delta
        48: .line 585
            iload 6 /* delta */
            ifge 52
        49: .line 586
            iload 1 /* type */
            iconst_3
            if_icmpne 51
        50: .line 587
            return
        51: .line 589
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        52: .line 594
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            tableswitch { // 0 - 4
                    0: 53
                    1: 67
                    2: 75
                    3: 78
                    4: 83
              default: 89
          }
        53: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* nLocal */
            putfield org.objectweb.asm.MethodWriter.currentLocals:I
        54: .line 597
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            sipush 255
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iload 2 /* nLocal */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        55: .line 598
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        56: goto 59
        57: .line 599
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* local */
            iload 7 /* i */
            aaload
            invokevirtual org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
        58: .line 598
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        59: iload 7 /* i */
            iload 2 /* nLocal */
            if_icmplt 57
        end local 7 // int i
        60: .line 601
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            iload 4 /* nStack */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        61: .line 602
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        62: goto 65
        63: .line 603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            invokevirtual org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
        64: .line 602
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        65: iload 7 /* i */
            iload 4 /* nStack */
            if_icmplt 63
        end local 7 // int i
        66: .line 605
            goto 89
        67: .line 607
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.currentLocals:I
            iload 2 /* nLocal */
            iadd
            putfield org.objectweb.asm.MethodWriter.currentLocals:I
        68: .line 608
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            sipush 251
            iload 2 /* nLocal */
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        69: .line 609
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        70: goto 73
        71: .line 610
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* local */
            iload 7 /* i */
            aaload
            invokevirtual org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
        72: .line 609
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        73: iload 7 /* i */
            iload 2 /* nLocal */
            if_icmplt 71
        end local 7 // int i
        74: .line 612
            goto 89
        75: .line 614
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.currentLocals:I
            iload 2 /* nLocal */
            isub
            putfield org.objectweb.asm.MethodWriter.currentLocals:I
        76: .line 615
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            sipush 251
            iload 2 /* nLocal */
            isub
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        77: .line 616
            goto 89
        78: .line 618
      StackMap locals:
      StackMap stack:
            iload 6 /* delta */
            bipush 64
            if_icmpge 81
        79: .line 619
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        80: .line 620
            goto 89
        81: .line 621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            sipush 251
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        82: .line 623
            goto 89
        83: .line 625
      StackMap locals:
      StackMap stack:
            iload 6 /* delta */
            bipush 64
            if_icmpge 86
        84: .line 626
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            bipush 64
            iload 6 /* delta */
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        85: .line 627
            goto 88
        86: .line 628
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            sipush 247
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
        87: .line 629
            iload 6 /* delta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        88: .line 631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* stack */
            iconst_0
            aaload
            invokevirtual org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
        89: .line 635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.previousFrameOffset:I
        90: .line 636
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.frameCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.frameCount:I
        end local 6 // int delta
        91: .line 639
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStack:I
            iload 4 /* nStack */
            invokestatic java.lang.Math.max:(II)I
            putfield org.objectweb.asm.MethodWriter.maxStack:I
        92: .line 640
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentLocals:I
            invokestatic java.lang.Math.max:(II)I
            putfield org.objectweb.asm.MethodWriter.maxLocals:I
        93: .line 641
            return
        end local 5 // java.lang.Object[] stack
        end local 4 // int nStack
        end local 3 // java.lang.Object[] local
        end local 2 // int nLocal
        end local 1 // int type
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   94     0        this  Lorg/objectweb/asm/MethodWriter;
            0   94     1        type  I
            0   94     2      nLocal  I
            0   94     3       local  [Ljava/lang/Object;
            0   94     4      nStack  I
            0   94     5       stack  [Ljava/lang/Object;
            7   42     6  frameIndex  I
            8   24     7           i  I
           25   41     7           i  I
           46   47     6       delta  I
           48   91     6       delta  I
           56   60     7           i  I
           62   66     7           i  I
           70   74     7           i  I
    MethodParameters:
        Name  Flags
      type    final
      nLocal  final
      local   final
      nStack  final
      stack   final

  public void visitInsn(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
         0: .line 646
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
         1: .line 649
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 12
         2: .line 650
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 5
         3: .line 651
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 1 /* opcode */
            iconst_0
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
         4: .line 652
            goto 9
         5: .line 654
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            getstatic org.objectweb.asm.Frame.SIZE:[I
            iload 1 /* opcode */
            iaload
            iadd
            istore 2 /* size */
        start local 2 // int size
         6: .line 655
            iload 2 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 8
         7: .line 656
            aload 0 /* this */
            iload 2 /* size */
            putfield org.objectweb.asm.MethodWriter.maxStackSize:I
         8: .line 658
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* size */
            putfield org.objectweb.asm.MethodWriter.stackSize:I
        end local 2 // int size
         9: .line 661
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 172
            if_icmplt 10
            iload 1 /* opcode */
            sipush 177
            if_icmple 11
        10: .line 662
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 191
            if_icmpne 12
        11: .line 663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.noSuccessor:()V
        12: .line 666
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/objectweb/asm/MethodWriter;
            0   13     1  opcode  I
            6    9     2    size  I
    MethodParameters:
        Name  Flags
      opcode  final

  public void visitIntInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // int operand
         0: .line 671
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 9
         1: .line 672
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 4
         2: .line 673
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 1 /* opcode */
            iload 2 /* operand */
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
         3: .line 674
            goto 9
      StackMap locals:
      StackMap stack:
         4: iload 1 /* opcode */
            sipush 188
            if_icmpeq 9
         5: .line 677
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iconst_1
            iadd
            istore 3 /* size */
        start local 3 // int size
         6: .line 678
            iload 3 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 8
         7: .line 679
            aload 0 /* this */
            iload 3 /* size */
            putfield org.objectweb.asm.MethodWriter.maxStackSize:I
         8: .line 681
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* size */
            putfield org.objectweb.asm.MethodWriter.stackSize:I
        end local 3 // int size
         9: .line 685
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            bipush 17
            if_icmpne 12
        10: .line 686
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            iload 2 /* operand */
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        11: .line 687
            goto 13
        12: .line 688
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            iload 2 /* operand */
            invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
            pop
        13: .line 690
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int operand
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lorg/objectweb/asm/MethodWriter;
            0   14     1   opcode  I
            0   14     2  operand  I
            6    9     3     size  I
    MethodParameters:
         Name  Flags
      opcode   final
      operand  final

  public void visitVarInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // int var
         0: .line 695
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 13
         1: .line 696
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 4
         2: .line 697
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 1 /* opcode */
            iload 2 /* var */
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
         3: .line 698
            goto 13
         4: .line 700
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 169
            if_icmpne 9
         5: .line 702
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.status:I
            sipush 256
            ior
            putfield org.objectweb.asm.Label.status:I
         6: .line 705
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            putfield org.objectweb.asm.Label.inputStackTop:I
         7: .line 706
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.noSuccessor:()V
         8: .line 707
            goto 13
         9: .line 708
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            getstatic org.objectweb.asm.Frame.SIZE:[I
            iload 1 /* opcode */
            iaload
            iadd
            istore 3 /* size */
        start local 3 // int size
        10: .line 709
            iload 3 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 12
        11: .line 710
            aload 0 /* this */
            iload 3 /* size */
            putfield org.objectweb.asm.MethodWriter.maxStackSize:I
        12: .line 712
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* size */
            putfield org.objectweb.asm.MethodWriter.stackSize:I
        end local 3 // int size
        13: .line 716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_2
            if_icmpeq 21
        14: .line 719
            iload 1 /* opcode */
            bipush 22
            if_icmpeq 16
            iload 1 /* opcode */
            bipush 24
            if_icmpeq 16
        15: .line 720
            iload 1 /* opcode */
            bipush 55
            if_icmpeq 16
            iload 1 /* opcode */
            bipush 57
            if_icmpne 18
        16: .line 721
      StackMap locals:
      StackMap stack:
            iload 2 /* var */
            iconst_2
            iadd
            istore 3 /* n */
        start local 3 // int n
        17: .line 722
            goto 19
        end local 3 // int n
        18: .line 723
      StackMap locals:
      StackMap stack:
            iload 2 /* var */
            iconst_1
            iadd
            istore 3 /* n */
        start local 3 // int n
        19: .line 725
      StackMap locals: int
      StackMap stack:
            iload 3 /* n */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            if_icmple 21
        20: .line 726
            aload 0 /* this */
            iload 3 /* n */
            putfield org.objectweb.asm.MethodWriter.maxLocals:I
        end local 3 // int n
        21: .line 730
      StackMap locals:
      StackMap stack:
            iload 2 /* var */
            iconst_4
            if_icmpge 28
            iload 1 /* opcode */
            sipush 169
            if_icmpeq 28
        22: .line 732
            iload 1 /* opcode */
            bipush 54
            if_icmpge 25
        23: .line 734
            bipush 26
            iload 1 /* opcode */
            bipush 21
            isub
            iconst_2
            ishl
            iadd
            iload 2 /* var */
            iadd
            istore 3 /* opt */
        start local 3 // int opt
        24: .line 735
            goto 26
        end local 3 // int opt
        25: .line 737
      StackMap locals:
      StackMap stack:
            bipush 59
            iload 1 /* opcode */
            bipush 54
            isub
            iconst_2
            ishl
            iadd
            iload 2 /* var */
            iadd
            istore 3 /* opt */
        start local 3 // int opt
        26: .line 739
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 3 /* opt */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        end local 3 // int opt
        27: .line 740
            goto 32
      StackMap locals:
      StackMap stack:
        28: iload 2 /* var */
            sipush 256
            if_icmplt 31
        29: .line 741
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 196
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            iload 2 /* var */
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        30: .line 742
            goto 32
        31: .line 743
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            iload 2 /* var */
            invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
            pop
        32: .line 745
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            bipush 54
            if_icmplt 34
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 34
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.handlerCount:I
            ifle 34
        33: .line 746
            aload 0 /* this */
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            invokevirtual org.objectweb.asm.MethodWriter.visitLabel:(Lorg/objectweb/asm/Label;)V
        34: .line 748
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int var
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   35     0    this  Lorg/objectweb/asm/MethodWriter;
            0   35     1  opcode  I
            0   35     2     var  I
           10   13     3    size  I
           17   18     3       n  I
           19   21     3       n  I
           24   25     3     opt  I
           26   27     3     opt  I
    MethodParameters:
        Name  Flags
      opcode  final
      var     final

  public void visitTypeInsn(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // java.lang.String type
         0: .line 752
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* type */
            invokevirtual org.objectweb.asm.ClassWriter.newClassItem:(Ljava/lang/String;)Lorg/objectweb/asm/Item;
            astore 3 /* i */
        start local 3 // org.objectweb.asm.Item i
         1: .line 754
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 10
         2: .line 755
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 5
         3: .line 756
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 1 /* opcode */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* i */
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
         4: .line 757
            goto 10
      StackMap locals: org.objectweb.asm.Item
      StackMap stack:
         5: iload 1 /* opcode */
            sipush 187
            if_icmpne 10
         6: .line 760
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iconst_1
            iadd
            istore 4 /* size */
        start local 4 // int size
         7: .line 761
            iload 4 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 9
         8: .line 762
            aload 0 /* this */
            iload 4 /* size */
            putfield org.objectweb.asm.MethodWriter.maxStackSize:I
         9: .line 764
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* size */
            putfield org.objectweb.asm.MethodWriter.stackSize:I
        end local 4 // int size
        10: .line 768
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            aload 3 /* i */
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        11: .line 769
            return
        end local 3 // org.objectweb.asm.Item i
        end local 2 // java.lang.String type
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/objectweb/asm/MethodWriter;
            0   12     1  opcode  I
            0   12     2    type  Ljava/lang/String;
            1   12     3       i  Lorg/objectweb/asm/Item;
            7   10     4    size  I
    MethodParameters:
        Name  Flags
      opcode  final
      type    final

  public void visitFieldInsn(int, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String desc
         0: .line 774
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* desc */
            invokevirtual org.objectweb.asm.ClassWriter.newFieldItem:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/Item;
            astore 5 /* i */
        start local 5 // org.objectweb.asm.Item i
         1: .line 776
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 29
         2: .line 777
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 5
         3: .line 778
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 1 /* opcode */
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 5 /* i */
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
         4: .line 779
            goto 29
         5: .line 782
      StackMap locals: org.objectweb.asm.Item
      StackMap stack:
            aload 4 /* desc */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* c */
        start local 7 // char c
         6: .line 783
            iload 1 /* opcode */
            tableswitch { // 178 - 180
                  178: 7
                  179: 12
                  180: 17
              default: 22
          }
         7: .line 785
      StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Item top int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iload 7 /* c */
            bipush 68
            if_icmpeq 8
            iload 7 /* c */
            bipush 74
            if_icmpne 9
      StackMap locals:
      StackMap stack: int
         8: iconst_2
            goto 10
      StackMap locals:
      StackMap stack: int
         9: iconst_1
      StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Item top int
      StackMap stack: int int
        10: iadd
            istore 6 /* size */
        start local 6 // int size
        11: .line 786
            goto 26
        end local 6 // int size
        12: .line 788
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iload 7 /* c */
            bipush 68
            if_icmpeq 13
            iload 7 /* c */
            bipush 74
            if_icmpne 14
      StackMap locals:
      StackMap stack: int
        13: bipush -2
            goto 15
      StackMap locals:
      StackMap stack: int
        14: iconst_m1
      StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Item top int
      StackMap stack: int int
        15: iadd
            istore 6 /* size */
        start local 6 // int size
        16: .line 789
            goto 26
        end local 6 // int size
        17: .line 791
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iload 7 /* c */
            bipush 68
            if_icmpeq 18
            iload 7 /* c */
            bipush 74
            if_icmpne 19
      StackMap locals:
      StackMap stack: int
        18: iconst_1
            goto 20
      StackMap locals:
      StackMap stack: int
        19: iconst_0
      StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Item top int
      StackMap stack: int int
        20: iadd
            istore 6 /* size */
        start local 6 // int size
        21: .line 792
            goto 26
        end local 6 // int size
        22: .line 795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iload 7 /* c */
            bipush 68
            if_icmpeq 23
            iload 7 /* c */
            bipush 74
            if_icmpne 24
      StackMap locals:
      StackMap stack: int
        23: bipush -3
            goto 25
      StackMap locals:
      StackMap stack: int
        24: bipush -2
      StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Item top int
      StackMap stack: int int
        25: iadd
            istore 6 /* size */
        start local 6 // int size
        26: .line 799
      StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Item int int
      StackMap stack:
            iload 6 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 28
        27: .line 800
            aload 0 /* this */
            iload 6 /* size */
            putfield org.objectweb.asm.MethodWriter.maxStackSize:I
        28: .line 802
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* size */
            putfield org.objectweb.asm.MethodWriter.stackSize:I
        end local 7 // char c
        end local 6 // int size
        29: .line 806
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            aload 5 /* i */
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        30: .line 807
            return
        end local 5 // org.objectweb.asm.Item i
        end local 4 // java.lang.String desc
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   31     0    this  Lorg/objectweb/asm/MethodWriter;
            0   31     1  opcode  I
            0   31     2   owner  Ljava/lang/String;
            0   31     3    name  Ljava/lang/String;
            0   31     4    desc  Ljava/lang/String;
            1   31     5       i  Lorg/objectweb/asm/Item;
           11   12     6    size  I
           16   17     6    size  I
           21   22     6    size  I
           26   29     6    size  I
            6   29     7       c  C
    MethodParameters:
        Name  Flags
      opcode  final
      owner   final
      name    final
      desc    final

  public void visitMethodInsn(int, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String desc
         0: .line 812
            iload 1 /* opcode */
            sipush 185
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 5 /* itf */
        start local 5 // boolean itf
         3: .line 813
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* desc */
            iload 5 /* itf */
            invokevirtual org.objectweb.asm.ClassWriter.newMethodItem:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lorg/objectweb/asm/Item;
            astore 6 /* i */
        start local 6 // org.objectweb.asm.Item i
         4: .line 814
            aload 6 /* i */
            getfield org.objectweb.asm.Item.intVal:I
            istore 7 /* argSize */
        start local 7 // int argSize
         5: .line 816
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 19
         6: .line 817
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 9
         7: .line 818
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 1 /* opcode */
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 6 /* i */
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
         8: .line 819
            goto 19
         9: .line 828
      StackMap locals: int org.objectweb.asm.Item int
      StackMap stack:
            iload 7 /* argSize */
            ifne 12
        10: .line 831
            aload 4 /* desc */
            invokestatic org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            istore 7 /* argSize */
        11: .line 834
            aload 6 /* i */
            iload 7 /* argSize */
            putfield org.objectweb.asm.Item.intVal:I
        12: .line 837
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 184
            if_icmpne 15
        13: .line 838
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iload 7 /* argSize */
            iconst_2
            ishr
            isub
            iload 7 /* argSize */
            iconst_3
            iand
            iadd
            iconst_1
            iadd
            istore 8 /* size */
        start local 8 // int size
        14: .line 839
            goto 16
        end local 8 // int size
        15: .line 840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iload 7 /* argSize */
            iconst_2
            ishr
            isub
            iload 7 /* argSize */
            iconst_3
            iand
            iadd
            istore 8 /* size */
        start local 8 // int size
        16: .line 843
      StackMap locals: int
      StackMap stack:
            iload 8 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 18
        17: .line 844
            aload 0 /* this */
            iload 8 /* size */
            putfield org.objectweb.asm.MethodWriter.maxStackSize:I
        18: .line 846
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 8 /* size */
            putfield org.objectweb.asm.MethodWriter.stackSize:I
        end local 8 // int size
        19: .line 850
      StackMap locals:
      StackMap stack:
            iload 5 /* itf */
            ifeq 25
        20: .line 851
            iload 7 /* argSize */
            ifne 23
        21: .line 852
            aload 4 /* desc */
            invokestatic org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            istore 7 /* argSize */
        22: .line 853
            aload 6 /* i */
            iload 7 /* argSize */
            putfield org.objectweb.asm.Item.intVal:I
        23: .line 855
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 185
            aload 6 /* i */
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            iload 7 /* argSize */
            iconst_2
            ishr
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
            pop
        24: .line 856
            goto 26
        25: .line 857
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            aload 6 /* i */
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        26: .line 859
      StackMap locals:
      StackMap stack:
            return
        end local 7 // int argSize
        end local 6 // org.objectweb.asm.Item i
        end local 5 // boolean itf
        end local 4 // java.lang.String desc
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   27     0     this  Lorg/objectweb/asm/MethodWriter;
            0   27     1   opcode  I
            0   27     2    owner  Ljava/lang/String;
            0   27     3     name  Ljava/lang/String;
            0   27     4     desc  Ljava/lang/String;
            3   27     5      itf  Z
            4   27     6        i  Lorg/objectweb/asm/Item;
            5   27     7  argSize  I
           14   15     8     size  I
           16   19     8     size  I
    MethodParameters:
        Name  Flags
      opcode  final
      owner   final
      name    final
      desc    final

  public void visitInvokeDynamicInsn(java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String desc
        start local 3 // org.objectweb.asm.Handle bsm
        start local 4 // java.lang.Object[] bsmArgs
         0: .line 864
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 1 /* name */
            aload 2 /* desc */
            aload 3 /* bsm */
            aload 4 /* bsmArgs */
            invokevirtual org.objectweb.asm.ClassWriter.newInvokeDynamicItem:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)Lorg/objectweb/asm/Item;
            astore 5 /* i */
        start local 5 // org.objectweb.asm.Item i
         1: .line 865
            aload 5 /* i */
            getfield org.objectweb.asm.Item.intVal:I
            istore 6 /* argSize */
        start local 6 // int argSize
         2: .line 867
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 13
         3: .line 868
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 6
         4: .line 869
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            sipush 186
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 5 /* i */
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
         5: .line 870
            goto 13
         6: .line 879
      StackMap locals: org.objectweb.asm.Item int
      StackMap stack:
            iload 6 /* argSize */
            ifne 9
         7: .line 882
            aload 2 /* desc */
            invokestatic org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            istore 6 /* argSize */
         8: .line 885
            aload 5 /* i */
            iload 6 /* argSize */
            putfield org.objectweb.asm.Item.intVal:I
         9: .line 887
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iload 6 /* argSize */
            iconst_2
            ishr
            isub
            iload 6 /* argSize */
            iconst_3
            iand
            iadd
            iconst_1
            iadd
            istore 7 /* size */
        start local 7 // int size
        10: .line 890
            iload 7 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 12
        11: .line 891
            aload 0 /* this */
            iload 7 /* size */
            putfield org.objectweb.asm.MethodWriter.maxStackSize:I
        12: .line 893
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* size */
            putfield org.objectweb.asm.MethodWriter.stackSize:I
        end local 7 // int size
        13: .line 897
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 186
            aload 5 /* i */
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        14: .line 898
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        15: .line 899
            return
        end local 6 // int argSize
        end local 5 // org.objectweb.asm.Item i
        end local 4 // java.lang.Object[] bsmArgs
        end local 3 // org.objectweb.asm.Handle bsm
        end local 2 // java.lang.String desc
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lorg/objectweb/asm/MethodWriter;
            0   16     1     name  Ljava/lang/String;
            0   16     2     desc  Ljava/lang/String;
            0   16     3      bsm  Lorg/objectweb/asm/Handle;
            0   16     4  bsmArgs  [Ljava/lang/Object;
            1   16     5        i  Lorg/objectweb/asm/Item;
            2   16     6  argSize  I
           10   13     7     size  I
    MethodParameters:
         Name  Flags
      name     final
      desc     final
      bsm      final
      bsmArgs  final

  public void visitJumpInsn(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // org.objectweb.asm.Label label
         0: .line 903
            aconst_null
            astore 3 /* nextInsn */
        start local 3 // org.objectweb.asm.Label nextInsn
         1: .line 905
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 19
         2: .line 906
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 9
         3: .line 907
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 1 /* opcode */
            iconst_0
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
         4: .line 909
            aload 2 /* label */
            invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.status:I
            bipush 16
            ior
            putfield org.objectweb.asm.Label.status:I
         5: .line 911
            aload 0 /* this */
            iconst_0
            aload 2 /* label */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
         6: .line 912
            iload 1 /* opcode */
            sipush 167
            if_icmpeq 19
         7: .line 914
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 3 /* nextInsn */
         8: .line 916
            goto 19
         9: .line 917
      StackMap locals: org.objectweb.asm.Label
      StackMap stack:
            iload 1 /* opcode */
            sipush 168
            if_icmpne 17
        10: .line 918
            aload 2 /* label */
            getfield org.objectweb.asm.Label.status:I
            sipush 512
            iand
            ifne 13
        11: .line 919
            aload 2 /* label */
            dup
            getfield org.objectweb.asm.Label.status:I
            sipush 512
            ior
            putfield org.objectweb.asm.Label.status:I
        12: .line 920
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.subroutines:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.subroutines:I
        13: .line 922
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.status:I
            sipush 128
            ior
            putfield org.objectweb.asm.Label.status:I
        14: .line 923
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iconst_1
            iadd
            aload 2 /* label */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
        15: .line 925
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 3 /* nextInsn */
        16: .line 932
            goto 19
        17: .line 936
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            getstatic org.objectweb.asm.Frame.SIZE:[I
            iload 1 /* opcode */
            iaload
            iadd
            putfield org.objectweb.asm.MethodWriter.stackSize:I
        18: .line 937
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            aload 2 /* label */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
        19: .line 942
      StackMap locals:
      StackMap stack:
            aload 2 /* label */
            getfield org.objectweb.asm.Label.status:I
            iconst_2
            iand
            ifeq 36
        20: .line 943
            aload 2 /* label */
            getfield org.objectweb.asm.Label.position:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            isub
            sipush -32768
            if_icmpge 36
        21: .line 951
            iload 1 /* opcode */
            sipush 167
            if_icmpne 24
        22: .line 952
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 200
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        23: .line 953
            goto 34
      StackMap locals:
      StackMap stack:
        24: iload 1 /* opcode */
            sipush 168
            if_icmpne 27
        25: .line 954
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 201
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        26: .line 955
            goto 34
        27: .line 958
      StackMap locals:
      StackMap stack:
            aload 3 /* nextInsn */
            ifnull 29
        28: .line 959
            aload 3 /* nextInsn */
            dup
            getfield org.objectweb.asm.Label.status:I
            bipush 16
            ior
            putfield org.objectweb.asm.Label.status:I
        29: .line 961
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            sipush 166
            if_icmpgt 30
            iload 1 /* opcode */
            iconst_1
            iadd
            iconst_1
            ixor
            iconst_1
            isub
            goto 31
        30: .line 962
      StackMap locals:
      StackMap stack: org.objectweb.asm.ByteVector
            iload 1 /* opcode */
            iconst_1
            ixor
        31: .line 961
      StackMap locals: org.objectweb.asm.MethodWriter int org.objectweb.asm.Label org.objectweb.asm.Label
      StackMap stack: org.objectweb.asm.ByteVector int
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        32: .line 963
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            bipush 8
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        33: .line 964
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 200
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        34: .line 966
      StackMap locals:
      StackMap stack:
            aload 2 /* label */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_1
            isub
            iconst_1
            invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/MethodWriter;Lorg/objectweb/asm/ByteVector;IZ)V
        35: .line 967
            goto 38
        36: .line 974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        37: .line 975
            aload 2 /* label */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_1
            isub
            iconst_0
            invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/MethodWriter;Lorg/objectweb/asm/ByteVector;IZ)V
        38: .line 977
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 43
        39: .line 978
            aload 3 /* nextInsn */
            ifnull 41
        40: .line 983
            aload 0 /* this */
            aload 3 /* nextInsn */
            invokevirtual org.objectweb.asm.MethodWriter.visitLabel:(Lorg/objectweb/asm/Label;)V
        41: .line 985
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 167
            if_icmpne 43
        42: .line 986
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.noSuccessor:()V
        43: .line 989
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.objectweb.asm.Label nextInsn
        end local 2 // org.objectweb.asm.Label label
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   44     0      this  Lorg/objectweb/asm/MethodWriter;
            0   44     1    opcode  I
            0   44     2     label  Lorg/objectweb/asm/Label;
            1   44     3  nextInsn  Lorg/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      opcode  final
      label   final

  public void visitLabel(org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.Label label
         0: .line 994
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.resize:Z
            aload 1 /* label */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            invokevirtual org.objectweb.asm.Label.resolve:(Lorg/objectweb/asm/MethodWriter;I[B)Z
            ior
            putfield org.objectweb.asm.MethodWriter.resize:Z
         1: .line 996
            aload 1 /* label */
            getfield org.objectweb.asm.Label.status:I
            iconst_1
            iand
            ifeq 3
         2: .line 997
            return
         3: .line 999
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 23
         4: .line 1000
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 10
         5: .line 1001
            aload 1 /* label */
            getfield org.objectweb.asm.Label.position:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.position:I
            if_icmpne 9
         6: .line 1003
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.status:I
            aload 1 /* label */
            getfield org.objectweb.asm.Label.status:I
            bipush 16
            iand
            ior
            putfield org.objectweb.asm.Label.status:I
         7: .line 1004
            aload 1 /* label */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            putfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
         8: .line 1005
            return
         9: .line 1008
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 1 /* label */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
        10: .line 1011
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* label */
            putfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
        11: .line 1012
            aload 1 /* label */
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            ifnonnull 14
        12: .line 1013
            aload 1 /* label */
            new org.objectweb.asm.Frame
            dup
            invokespecial org.objectweb.asm.Frame.<init>:()V
            putfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
        13: .line 1014
            aload 1 /* label */
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            aload 1 /* label */
            putfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
        14: .line 1017
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
            ifnull 21
        15: .line 1018
            aload 1 /* label */
            getfield org.objectweb.asm.Label.position:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.position:I
            if_icmpne 20
        16: .line 1019
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.status:I
            aload 1 /* label */
            getfield org.objectweb.asm.Label.status:I
            bipush 16
            iand
            ior
            putfield org.objectweb.asm.Label.status:I
        17: .line 1020
            aload 1 /* label */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            putfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
        18: .line 1021
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
            putfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
        19: .line 1022
            return
        20: .line 1024
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
            aload 1 /* label */
            putfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
        21: .line 1026
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* label */
            putfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
        22: .line 1027
            goto 33
      StackMap locals:
      StackMap stack:
        23: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 33
        24: .line 1028
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 27
        25: .line 1030
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStackSize:I
            putfield org.objectweb.asm.Label.outputStackMax:I
        26: .line 1031
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            aload 1 /* label */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
        27: .line 1034
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* label */
            putfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
        28: .line 1036
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.MethodWriter.stackSize:I
        29: .line 1037
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.MethodWriter.maxStackSize:I
        30: .line 1039
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
            ifnull 32
        31: .line 1040
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
            aload 1 /* label */
            putfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
        32: .line 1042
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* label */
            putfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
        33: .line 1044
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   34     0   this  Lorg/objectweb/asm/MethodWriter;
            0   34     1  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public void visitLdcInsn(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.Object cst
         0: .line 1048
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 1 /* cst */
            invokevirtual org.objectweb.asm.ClassWriter.newConstItem:(Ljava/lang/Object;)Lorg/objectweb/asm/Item;
            astore 2 /* i */
        start local 2 // org.objectweb.asm.Item i
         1: .line 1050
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 12
         2: .line 1051
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 5
         3: .line 1052
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            bipush 18
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* i */
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
         4: .line 1053
            goto 12
         5: .line 1056
      StackMap locals: org.objectweb.asm.Item
      StackMap stack:
            aload 2 /* i */
            getfield org.objectweb.asm.Item.type:I
            iconst_5
            if_icmpeq 6
            aload 2 /* i */
            getfield org.objectweb.asm.Item.type:I
            bipush 6
            if_icmpne 8
         6: .line 1057
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iconst_2
            iadd
            istore 3 /* size */
        start local 3 // int size
         7: .line 1058
            goto 9
        end local 3 // int size
         8: .line 1059
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iconst_1
            iadd
            istore 3 /* size */
        start local 3 // int size
         9: .line 1062
      StackMap locals: int
      StackMap stack:
            iload 3 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 11
        10: .line 1063
            aload 0 /* this */
            iload 3 /* size */
            putfield org.objectweb.asm.MethodWriter.maxStackSize:I
        11: .line 1065
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* size */
            putfield org.objectweb.asm.MethodWriter.stackSize:I
        end local 3 // int size
        12: .line 1069
      StackMap locals:
      StackMap stack:
            aload 2 /* i */
            getfield org.objectweb.asm.Item.index:I
            istore 3 /* index */
        start local 3 // int index
        13: .line 1070
            aload 2 /* i */
            getfield org.objectweb.asm.Item.type:I
            iconst_5
            if_icmpeq 14
            aload 2 /* i */
            getfield org.objectweb.asm.Item.type:I
            bipush 6
            if_icmpne 16
        14: .line 1071
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            bipush 20
            iload 3 /* index */
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        15: .line 1072
            goto 20
      StackMap locals:
      StackMap stack:
        16: iload 3 /* index */
            sipush 256
            if_icmplt 19
        17: .line 1073
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            bipush 19
            iload 3 /* index */
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        18: .line 1074
            goto 20
        19: .line 1075
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            bipush 18
            iload 3 /* index */
            invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
            pop
        20: .line 1077
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int index
        end local 2 // org.objectweb.asm.Item i
        end local 1 // java.lang.Object cst
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Lorg/objectweb/asm/MethodWriter;
            0   21     1    cst  Ljava/lang/Object;
            1   21     2      i  Lorg/objectweb/asm/Item;
            7    8     3   size  I
            9   12     3   size  I
           13   21     3  index  I
    MethodParameters:
      Name  Flags
      cst   final

  public void visitIincInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int var
        start local 2 // int increment
         0: .line 1081
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 3
         1: .line 1082
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 3
         2: .line 1083
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            sipush 132
            iload 1 /* var */
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
         3: .line 1086
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_2
            if_icmpeq 7
         4: .line 1088
            iload 1 /* var */
            iconst_1
            iadd
            istore 3 /* n */
        start local 3 // int n
         5: .line 1089
            iload 3 /* n */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            if_icmple 7
         6: .line 1090
            aload 0 /* this */
            iload 3 /* n */
            putfield org.objectweb.asm.MethodWriter.maxLocals:I
        end local 3 // int n
         7: .line 1094
      StackMap locals:
      StackMap stack:
            iload 1 /* var */
            sipush 255
            if_icmpgt 8
            iload 2 /* increment */
            bipush 127
            if_icmpgt 8
            iload 2 /* increment */
            bipush -128
            if_icmpge 11
         8: .line 1095
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 196
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            sipush 132
            iload 1 /* var */
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
         9: .line 1096
            iload 2 /* increment */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        10: .line 1097
            goto 12
        11: .line 1098
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 132
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 1 /* var */
            iload 2 /* increment */
            invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
            pop
        12: .line 1100
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int increment
        end local 1 // int var
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/objectweb/asm/MethodWriter;
            0   13     1        var  I
            0   13     2  increment  I
            5    7     3          n  I
    MethodParameters:
           Name  Flags
      var        final
      increment  final

  public void visitTableSwitchInsn(int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]);
    descriptor: (IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int min
        start local 2 // int max
        start local 3 // org.objectweb.asm.Label dflt
        start local 4 // org.objectweb.asm.Label[] labels
         0: .line 1106
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            istore 5 /* source */
        start local 5 // int source
         1: .line 1107
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 170
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
         2: .line 1108
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aconst_null
            iconst_0
            iconst_4
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_4
            irem
            isub
            iconst_4
            irem
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 1109
            aload 3 /* dflt */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 5 /* source */
            iconst_1
            invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/MethodWriter;Lorg/objectweb/asm/ByteVector;IZ)V
         4: .line 1110
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* min */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            iload 2 /* max */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 1111
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 9
         7: .line 1112
      StackMap locals: int int
      StackMap stack:
            aload 4 /* labels */
            iload 6 /* i */
            aaload
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 5 /* source */
            iconst_1
            invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/MethodWriter;Lorg/objectweb/asm/ByteVector;IZ)V
         8: .line 1111
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 6 /* i */
            aload 4 /* labels */
            arraylength
            if_icmplt 7
        end local 6 // int i
        10: .line 1115
            aload 0 /* this */
            aload 3 /* dflt */
            aload 4 /* labels */
            invokevirtual org.objectweb.asm.MethodWriter.visitSwitchInsn:(Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
        11: .line 1116
            return
        end local 5 // int source
        end local 4 // org.objectweb.asm.Label[] labels
        end local 3 // org.objectweb.asm.Label dflt
        end local 2 // int max
        end local 1 // int min
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/objectweb/asm/MethodWriter;
            0   12     1     min  I
            0   12     2     max  I
            0   12     3    dflt  Lorg/objectweb/asm/Label;
            0   12     4  labels  [Lorg/objectweb/asm/Label;
            1   12     5  source  I
            6   10     6       i  I
    MethodParameters:
        Name  Flags
      min     final
      max     final
      dflt    final
      labels  final

  public void visitLookupSwitchInsn(org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]);
    descriptor: (Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.Label dflt
        start local 2 // int[] keys
        start local 3 // org.objectweb.asm.Label[] labels
         0: .line 1122
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            istore 4 /* source */
        start local 4 // int source
         1: .line 1123
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 171
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
         2: .line 1124
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aconst_null
            iconst_0
            iconst_4
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_4
            irem
            isub
            iconst_4
            irem
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 1125
            aload 1 /* dflt */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 4 /* source */
            iconst_1
            invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/MethodWriter;Lorg/objectweb/asm/ByteVector;IZ)V
         4: .line 1126
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aload 3 /* labels */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 1127
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 1128
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aload 2 /* keys */
            iload 5 /* i */
            iaload
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
         8: .line 1129
            aload 3 /* labels */
            iload 5 /* i */
            aaload
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 4 /* source */
            iconst_1
            invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/MethodWriter;Lorg/objectweb/asm/ByteVector;IZ)V
         9: .line 1127
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            aload 3 /* labels */
            arraylength
            if_icmplt 7
        end local 5 // int i
        11: .line 1132
            aload 0 /* this */
            aload 1 /* dflt */
            aload 3 /* labels */
            invokevirtual org.objectweb.asm.MethodWriter.visitSwitchInsn:(Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
        12: .line 1133
            return
        end local 4 // int source
        end local 3 // org.objectweb.asm.Label[] labels
        end local 2 // int[] keys
        end local 1 // org.objectweb.asm.Label dflt
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/objectweb/asm/MethodWriter;
            0   13     1    dflt  Lorg/objectweb/asm/Label;
            0   13     2    keys  [I
            0   13     3  labels  [Lorg/objectweb/asm/Label;
            1   13     4  source  I
            6   11     5       i  I
    MethodParameters:
        Name  Flags
      dflt    final
      keys    final
      labels  final

  private void visitSwitchInsn(org.objectweb.asm.Label, org.objectweb.asm.Label[]);
    descriptor: (Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.Label dflt
        start local 2 // org.objectweb.asm.Label[] labels
         0: .line 1137
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 20
         1: .line 1138
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 12
         2: .line 1139
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            sipush 171
            iconst_0
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
         3: .line 1141
            aload 0 /* this */
            iconst_0
            aload 1 /* dflt */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
         4: .line 1142
            aload 1 /* dflt */
            invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.status:I
            bipush 16
            ior
            putfield org.objectweb.asm.Label.status:I
         5: .line 1143
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 10
         7: .line 1144
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 2 /* labels */
            iload 3 /* i */
            aaload
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
         8: .line 1145
            aload 2 /* labels */
            iload 3 /* i */
            aaload
            invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.status:I
            bipush 16
            ior
            putfield org.objectweb.asm.Label.status:I
         9: .line 1143
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 2 /* labels */
            arraylength
            if_icmplt 7
        end local 3 // int i
        11: .line 1147
            goto 19
        12: .line 1149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iconst_1
            isub
            putfield org.objectweb.asm.MethodWriter.stackSize:I
        13: .line 1151
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            aload 1 /* dflt */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
        14: .line 1152
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        15: goto 18
        16: .line 1153
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            aload 2 /* labels */
            iload 3 /* i */
            aaload
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
        17: .line 1152
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 3 /* i */
            aload 2 /* labels */
            arraylength
            if_icmplt 16
        end local 3 // int i
        19: .line 1157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.noSuccessor:()V
        20: .line 1159
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.objectweb.asm.Label[] labels
        end local 1 // org.objectweb.asm.Label dflt
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lorg/objectweb/asm/MethodWriter;
            0   21     1    dflt  Lorg/objectweb/asm/Label;
            0   21     2  labels  [Lorg/objectweb/asm/Label;
            6   11     3       i  I
           15   19     3       i  I
    MethodParameters:
        Name  Flags
      dflt    final
      labels  final

  public void visitMultiANewArrayInsn(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String desc
        start local 2 // int dims
         0: .line 1163
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 1 /* desc */
            invokevirtual org.objectweb.asm.ClassWriter.newClassItem:(Ljava/lang/String;)Lorg/objectweb/asm/Item;
            astore 3 /* i */
        start local 3 // org.objectweb.asm.Item i
         1: .line 1165
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            ifnull 6
         2: .line 1166
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 5
         3: .line 1167
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            sipush 197
            iload 2 /* dims */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* i */
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
         4: .line 1168
            goto 6
         5: .line 1171
      StackMap locals: org.objectweb.asm.Item
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.stackSize:I
            iconst_1
            iload 2 /* dims */
            isub
            iadd
            putfield org.objectweb.asm.MethodWriter.stackSize:I
         6: .line 1175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 197
            aload 3 /* i */
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            iload 2 /* dims */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
         7: .line 1176
            return
        end local 3 // org.objectweb.asm.Item i
        end local 2 // int dims
        end local 1 // java.lang.String desc
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/objectweb/asm/MethodWriter;
            0    8     1  desc  Ljava/lang/String;
            0    8     2  dims  I
            1    8     3     i  Lorg/objectweb/asm/Item;
    MethodParameters:
      Name  Flags
      desc  final
      dims  final

  public void visitTryCatchBlock(org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, java.lang.String);
    descriptor: (Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.Label start
        start local 2 // org.objectweb.asm.Label end
        start local 3 // org.objectweb.asm.Label handler
        start local 4 // java.lang.String type
         0: .line 1181
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.handlerCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.handlerCount:I
         1: .line 1182
            new org.objectweb.asm.Handler
            dup
            invokespecial org.objectweb.asm.Handler.<init>:()V
            astore 5 /* h */
        start local 5 // org.objectweb.asm.Handler h
         2: .line 1183
            aload 5 /* h */
            aload 1 /* start */
            putfield org.objectweb.asm.Handler.start:Lorg/objectweb/asm/Label;
         3: .line 1184
            aload 5 /* h */
            aload 2 /* end */
            putfield org.objectweb.asm.Handler.end:Lorg/objectweb/asm/Label;
         4: .line 1185
            aload 5 /* h */
            aload 3 /* handler */
            putfield org.objectweb.asm.Handler.handler:Lorg/objectweb/asm/Label;
         5: .line 1186
            aload 5 /* h */
            aload 4 /* type */
            putfield org.objectweb.asm.Handler.desc:Ljava/lang/String;
         6: .line 1187
            aload 5 /* h */
            aload 4 /* type */
            ifnull 7
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 4 /* type */
            invokevirtual org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            goto 8
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label java.lang.String org.objectweb.asm.Handler
      StackMap stack: org.objectweb.asm.Handler
         7: iconst_0
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label java.lang.String org.objectweb.asm.Handler
      StackMap stack: org.objectweb.asm.Handler int
         8: putfield org.objectweb.asm.Handler.type:I
         9: .line 1188
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastHandler:Lorg/objectweb/asm/Handler;
            ifnonnull 12
        10: .line 1189
            aload 0 /* this */
            aload 5 /* h */
            putfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
        11: .line 1190
            goto 13
        12: .line 1191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastHandler:Lorg/objectweb/asm/Handler;
            aload 5 /* h */
            putfield org.objectweb.asm.Handler.next:Lorg/objectweb/asm/Handler;
        13: .line 1193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* h */
            putfield org.objectweb.asm.MethodWriter.lastHandler:Lorg/objectweb/asm/Handler;
        14: .line 1194
            return
        end local 5 // org.objectweb.asm.Handler h
        end local 4 // java.lang.String type
        end local 3 // org.objectweb.asm.Label handler
        end local 2 // org.objectweb.asm.Label end
        end local 1 // org.objectweb.asm.Label start
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lorg/objectweb/asm/MethodWriter;
            0   15     1    start  Lorg/objectweb/asm/Label;
            0   15     2      end  Lorg/objectweb/asm/Label;
            0   15     3  handler  Lorg/objectweb/asm/Label;
            0   15     4     type  Ljava/lang/String;
            2   15     5        h  Lorg/objectweb/asm/Handler;
    MethodParameters:
         Name  Flags
      start    final
      end      final
      handler  final
      type     final

  public void visitLocalVariable(java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=7
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String desc
        start local 3 // java.lang.String signature
        start local 4 // org.objectweb.asm.Label start
        start local 5 // org.objectweb.asm.Label end
        start local 6 // int index
         0: .line 1200
            aload 3 /* signature */
            ifnull 8
         1: .line 1201
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
            ifnonnull 3
         2: .line 1202
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
         3: .line 1204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.localVarTypeCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.localVarTypeCount:I
         4: .line 1205
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
            aload 4 /* start */
            getfield org.objectweb.asm.Label.position:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         5: .line 1206
            aload 5 /* end */
            getfield org.objectweb.asm.Label.position:I
            aload 4 /* start */
            getfield org.objectweb.asm.Label.position:I
            isub
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         6: .line 1207
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* signature */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         7: .line 1208
            iload 6 /* index */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         8: .line 1210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
            ifnonnull 10
         9: .line 1211
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
        10: .line 1213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.localVarCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.localVarCount:I
        11: .line 1214
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
            aload 4 /* start */
            getfield org.objectweb.asm.Label.position:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        12: .line 1215
            aload 5 /* end */
            getfield org.objectweb.asm.Label.position:I
            aload 4 /* start */
            getfield org.objectweb.asm.Label.position:I
            isub
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        13: .line 1216
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* desc */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        14: .line 1217
            iload 6 /* index */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        15: .line 1218
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_2
            if_icmpeq 23
        16: .line 1220
            aload 2 /* desc */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* c */
        start local 7 // char c
        17: .line 1221
            iload 6 /* index */
            iload 7 /* c */
            bipush 74
            if_icmpeq 18
            iload 7 /* c */
            bipush 68
            if_icmpne 19
      StackMap locals: org.objectweb.asm.MethodWriter java.lang.String java.lang.String java.lang.String org.objectweb.asm.Label org.objectweb.asm.Label int int
      StackMap stack: int
        18: iconst_2
            goto 20
      StackMap locals:
      StackMap stack: int
        19: iconst_1
      StackMap locals: org.objectweb.asm.MethodWriter java.lang.String java.lang.String java.lang.String org.objectweb.asm.Label org.objectweb.asm.Label int int
      StackMap stack: int int
        20: iadd
            istore 8 /* n */
        start local 8 // int n
        21: .line 1222
            iload 8 /* n */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            if_icmple 23
        22: .line 1223
            aload 0 /* this */
            iload 8 /* n */
            putfield org.objectweb.asm.MethodWriter.maxLocals:I
        end local 8 // int n
        end local 7 // char c
        23: .line 1226
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int index
        end local 5 // org.objectweb.asm.Label end
        end local 4 // org.objectweb.asm.Label start
        end local 3 // java.lang.String signature
        end local 2 // java.lang.String desc
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Lorg/objectweb/asm/MethodWriter;
            0   24     1       name  Ljava/lang/String;
            0   24     2       desc  Ljava/lang/String;
            0   24     3  signature  Ljava/lang/String;
            0   24     4      start  Lorg/objectweb/asm/Label;
            0   24     5        end  Lorg/objectweb/asm/Label;
            0   24     6      index  I
           17   23     7          c  C
           21   23     8          n  I
    MethodParameters:
           Name  Flags
      name       final
      desc       final
      signature  final
      start      final
      end        final
      index      final

  public void visitLineNumber(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int line
        start local 2 // org.objectweb.asm.Label start
         0: .line 1230
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 1231
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
         2: .line 1233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.lineNumberCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.lineNumberCount:I
         3: .line 1234
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            aload 2 /* start */
            getfield org.objectweb.asm.Label.position:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 1235
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            iload 1 /* line */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 1236
            return
        end local 2 // org.objectweb.asm.Label start
        end local 1 // int line
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/objectweb/asm/MethodWriter;
            0    6     1   line  I
            0    6     2  start  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      line   final
      start  final

  public void visitMaxs(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=13, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int maxStack
        start local 2 // int maxLocals
         0: .line 1240
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 83
         1: .line 1242
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            astore 3 /* handler */
        start local 3 // org.objectweb.asm.Handler handler
         2: .line 1243
            goto 20
         3: .line 1244
      StackMap locals: org.objectweb.asm.Handler
      StackMap stack:
            aload 3 /* handler */
            getfield org.objectweb.asm.Handler.start:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
            astore 4 /* l */
        start local 4 // org.objectweb.asm.Label l
         4: .line 1245
            aload 3 /* handler */
            getfield org.objectweb.asm.Handler.handler:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
            astore 5 /* h */
        start local 5 // org.objectweb.asm.Label h
         5: .line 1246
            aload 3 /* handler */
            getfield org.objectweb.asm.Handler.end:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
            astore 6 /* e */
        start local 6 // org.objectweb.asm.Label e
         6: .line 1248
            aload 3 /* handler */
            getfield org.objectweb.asm.Handler.desc:Ljava/lang/String;
            ifnonnull 7
            ldc "java/lang/Throwable"
            goto 8
         7: .line 1249
      StackMap locals: org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label
      StackMap stack:
            aload 3 /* handler */
            getfield org.objectweb.asm.Handler.desc:Ljava/lang/String;
         8: .line 1248
      StackMap locals:
      StackMap stack: java.lang.String
            astore 7 /* t */
        start local 7 // java.lang.String t
         9: .line 1250
            ldc 24117248
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 7 /* t */
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            istore 8 /* kind */
        start local 8 // int kind
        10: .line 1252
            aload 5 /* h */
            dup
            getfield org.objectweb.asm.Label.status:I
            bipush 16
            ior
            putfield org.objectweb.asm.Label.status:I
        11: .line 1254
            goto 18
        12: .line 1256
      StackMap locals: java.lang.String int
      StackMap stack:
            new org.objectweb.asm.Edge
            dup
            invokespecial org.objectweb.asm.Edge.<init>:()V
            astore 9 /* b */
        start local 9 // org.objectweb.asm.Edge b
        13: .line 1257
            aload 9 /* b */
            iload 8 /* kind */
            putfield org.objectweb.asm.Edge.info:I
        14: .line 1258
            aload 9 /* b */
            aload 5 /* h */
            putfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
        15: .line 1260
            aload 9 /* b */
            aload 4 /* l */
            getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
            putfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
        16: .line 1261
            aload 4 /* l */
            aload 9 /* b */
            putfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
        17: .line 1263
            aload 4 /* l */
            getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
            astore 4 /* l */
        end local 9 // org.objectweb.asm.Edge b
        18: .line 1254
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            aload 6 /* e */
            if_acmpne 12
        19: .line 1265
            aload 3 /* handler */
            getfield org.objectweb.asm.Handler.next:Lorg/objectweb/asm/Handler;
            astore 3 /* handler */
        end local 8 // int kind
        end local 7 // java.lang.String t
        end local 6 // org.objectweb.asm.Label e
        end local 5 // org.objectweb.asm.Label h
        end local 4 // org.objectweb.asm.Label l
        20: .line 1243
      StackMap locals: org.objectweb.asm.MethodWriter int int org.objectweb.asm.Handler
      StackMap stack:
            aload 3 /* handler */
            ifnonnull 3
        21: .line 1269
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            astore 4 /* f */
        start local 4 // org.objectweb.asm.Frame f
        22: .line 1270
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            astore 5 /* args */
        start local 5 // org.objectweb.asm.Type[] args
        23: .line 1271
            aload 4 /* f */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            aload 5 /* args */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            invokevirtual org.objectweb.asm.Frame.initInputFrame:(Lorg/objectweb/asm/ClassWriter;I[Lorg/objectweb/asm/Type;I)V
        24: .line 1272
            aload 0 /* this */
            aload 4 /* f */
            invokevirtual org.objectweb.asm.MethodWriter.visitFrame:(Lorg/objectweb/asm/Frame;)V
        25: .line 1280
            iconst_0
            istore 6 /* max */
        start local 6 // int max
        26: .line 1281
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
            astore 7 /* changed */
        start local 7 // org.objectweb.asm.Label changed
        27: .line 1282
            goto 47
        28: .line 1284
      StackMap locals: org.objectweb.asm.MethodWriter int int org.objectweb.asm.Handler org.objectweb.asm.Frame org.objectweb.asm.Type[] int org.objectweb.asm.Label
      StackMap stack:
            aload 7 /* changed */
            astore 8 /* l */
        start local 8 // org.objectweb.asm.Label l
        29: .line 1285
            aload 7 /* changed */
            getfield org.objectweb.asm.Label.next:Lorg/objectweb/asm/Label;
            astore 7 /* changed */
        30: .line 1286
            aload 8 /* l */
            aconst_null
            putfield org.objectweb.asm.Label.next:Lorg/objectweb/asm/Label;
        31: .line 1287
            aload 8 /* l */
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            astore 4 /* f */
        32: .line 1289
            aload 8 /* l */
            getfield org.objectweb.asm.Label.status:I
            bipush 16
            iand
            ifeq 34
        33: .line 1290
            aload 8 /* l */
            dup
            getfield org.objectweb.asm.Label.status:I
            bipush 32
            ior
            putfield org.objectweb.asm.Label.status:I
        34: .line 1293
      StackMap locals: org.objectweb.asm.Label
      StackMap stack:
            aload 8 /* l */
            dup
            getfield org.objectweb.asm.Label.status:I
            bipush 64
            ior
            putfield org.objectweb.asm.Label.status:I
        35: .line 1295
            aload 4 /* f */
            getfield org.objectweb.asm.Frame.inputStack:[I
            arraylength
            aload 8 /* l */
            getfield org.objectweb.asm.Label.outputStackMax:I
            iadd
            istore 9 /* blockMax */
        start local 9 // int blockMax
        36: .line 1296
            iload 9 /* blockMax */
            iload 6 /* max */
            if_icmple 38
        37: .line 1297
            iload 9 /* blockMax */
            istore 6 /* max */
        38: .line 1300
      StackMap locals: int
      StackMap stack:
            aload 8 /* l */
            getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
            astore 10 /* e */
        start local 10 // org.objectweb.asm.Edge e
        39: .line 1301
            goto 46
        40: .line 1302
      StackMap locals: org.objectweb.asm.Edge
      StackMap stack:
            aload 10 /* e */
            getfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
            astore 11 /* n */
        start local 11 // org.objectweb.asm.Label n
        41: .line 1303
            aload 4 /* f */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 11 /* n */
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            aload 10 /* e */
            getfield org.objectweb.asm.Edge.info:I
            invokevirtual org.objectweb.asm.Frame.merge:(Lorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Frame;I)Z
            istore 12 /* change */
        start local 12 // boolean change
        42: .line 1304
            iload 12 /* change */
            ifeq 45
            aload 11 /* n */
            getfield org.objectweb.asm.Label.next:Lorg/objectweb/asm/Label;
            ifnonnull 45
        43: .line 1307
            aload 11 /* n */
            aload 7 /* changed */
            putfield org.objectweb.asm.Label.next:Lorg/objectweb/asm/Label;
        44: .line 1308
            aload 11 /* n */
            astore 7 /* changed */
        45: .line 1310
      StackMap locals: org.objectweb.asm.Label int
      StackMap stack:
            aload 10 /* e */
            getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
            astore 10 /* e */
        end local 12 // boolean change
        end local 11 // org.objectweb.asm.Label n
        46: .line 1301
      StackMap locals:
      StackMap stack:
            aload 10 /* e */
            ifnonnull 40
        end local 10 // org.objectweb.asm.Edge e
        end local 9 // int blockMax
        end local 8 // org.objectweb.asm.Label l
        47: .line 1282
      StackMap locals:
      StackMap stack:
            aload 7 /* changed */
            ifnonnull 28
        48: .line 1315
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
            astore 8 /* l */
        start local 8 // org.objectweb.asm.Label l
        49: .line 1316
            goto 74
        50: .line 1317
      StackMap locals: org.objectweb.asm.Label
      StackMap stack:
            aload 8 /* l */
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            astore 4 /* f */
        51: .line 1318
            aload 8 /* l */
            getfield org.objectweb.asm.Label.status:I
            bipush 32
            iand
            ifeq 53
        52: .line 1319
            aload 0 /* this */
            aload 4 /* f */
            invokevirtual org.objectweb.asm.MethodWriter.visitFrame:(Lorg/objectweb/asm/Frame;)V
        53: .line 1321
      StackMap locals:
      StackMap stack:
            aload 8 /* l */
            getfield org.objectweb.asm.Label.status:I
            bipush 64
            iand
            ifne 73
        54: .line 1323
            aload 8 /* l */
            getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
            astore 9 /* k */
        start local 9 // org.objectweb.asm.Label k
        55: .line 1324
            aload 8 /* l */
            getfield org.objectweb.asm.Label.position:I
            istore 10 /* start */
        start local 10 // int start
        56: .line 1325
            aload 9 /* k */
            ifnonnull 57
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            goto 58
      StackMap locals: org.objectweb.asm.Label int
      StackMap stack:
        57: aload 9 /* k */
            getfield org.objectweb.asm.Label.position:I
      StackMap locals:
      StackMap stack: int
        58: iconst_1
            isub
            istore 11 /* end */
        start local 11 // int end
        59: .line 1327
            iload 11 /* end */
            iload 10 /* start */
            if_icmplt 73
        60: .line 1328
            iload 6 /* max */
            iconst_1
            invokestatic java.lang.Math.max:(II)I
            istore 6 /* max */
        61: .line 1330
            iload 10 /* start */
            istore 12 /* i */
        start local 12 // int i
        62: goto 65
        63: .line 1331
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iload 12 /* i */
            iconst_0
            bastore
        64: .line 1330
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        65: iload 12 /* i */
            iload 11 /* end */
            if_icmplt 63
        end local 12 // int i
        66: .line 1333
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iload 11 /* end */
            bipush -65
            bastore
        67: .line 1335
            aload 0 /* this */
            iload 10 /* start */
            iconst_0
            iconst_1
            invokevirtual org.objectweb.asm.MethodWriter.startFrame:(III)I
            istore 12 /* frameIndex */
        start local 12 // int frameIndex
        68: .line 1336
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 12 /* frameIndex */
            ldc 24117248
        69: .line 1337
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "java/lang/Throwable"
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
        70: .line 1336
            iastore
        71: .line 1338
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.endFrame:()V
        72: .line 1341
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            aload 8 /* l */
            aload 9 /* k */
            invokestatic org.objectweb.asm.Handler.remove:(Lorg/objectweb/asm/Handler;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Handler;
            putfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
        end local 12 // int frameIndex
        end local 11 // int end
        end local 10 // int start
        end local 9 // org.objectweb.asm.Label k
        73: .line 1344
      StackMap locals: org.objectweb.asm.MethodWriter int int org.objectweb.asm.Handler org.objectweb.asm.Frame org.objectweb.asm.Type[] int org.objectweb.asm.Label org.objectweb.asm.Label
      StackMap stack:
            aload 8 /* l */
            getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
            astore 8 /* l */
        74: .line 1316
      StackMap locals:
      StackMap stack:
            aload 8 /* l */
            ifnonnull 50
        75: .line 1347
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            astore 3 /* handler */
        76: .line 1348
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.MethodWriter.handlerCount:I
        77: .line 1349
            goto 80
        78: .line 1350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.handlerCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.handlerCount:I
        79: .line 1351
            aload 3 /* handler */
            getfield org.objectweb.asm.Handler.next:Lorg/objectweb/asm/Handler;
            astore 3 /* handler */
        80: .line 1349
      StackMap locals:
      StackMap stack:
            aload 3 /* handler */
            ifnonnull 78
        81: .line 1354
            aload 0 /* this */
            iload 6 /* max */
            putfield org.objectweb.asm.MethodWriter.maxStack:I
        end local 8 // org.objectweb.asm.Label l
        end local 7 // org.objectweb.asm.Label changed
        end local 6 // int max
        end local 5 // org.objectweb.asm.Type[] args
        end local 4 // org.objectweb.asm.Frame f
        end local 3 // org.objectweb.asm.Handler handler
        82: .line 1355
            goto 158
      StackMap locals: org.objectweb.asm.MethodWriter int int
      StackMap stack:
        83: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 156
        84: .line 1357
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            astore 3 /* handler */
        start local 3 // org.objectweb.asm.Handler handler
        85: .line 1358
            goto 102
        86: .line 1359
      StackMap locals: org.objectweb.asm.Handler
      StackMap stack:
            aload 3 /* handler */
            getfield org.objectweb.asm.Handler.start:Lorg/objectweb/asm/Label;
            astore 4 /* l */
        start local 4 // org.objectweb.asm.Label l
        87: .line 1360
            aload 3 /* handler */
            getfield org.objectweb.asm.Handler.handler:Lorg/objectweb/asm/Label;
            astore 5 /* h */
        start local 5 // org.objectweb.asm.Label h
        88: .line 1361
            aload 3 /* handler */
            getfield org.objectweb.asm.Handler.end:Lorg/objectweb/asm/Label;
            astore 6 /* e */
        start local 6 // org.objectweb.asm.Label e
        89: .line 1363
            goto 100
        90: .line 1365
      StackMap locals: org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label
      StackMap stack:
            new org.objectweb.asm.Edge
            dup
            invokespecial org.objectweb.asm.Edge.<init>:()V
            astore 7 /* b */
        start local 7 // org.objectweb.asm.Edge b
        91: .line 1366
            aload 7 /* b */
            ldc 2147483647
            putfield org.objectweb.asm.Edge.info:I
        92: .line 1367
            aload 7 /* b */
            aload 5 /* h */
            putfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
        93: .line 1369
            aload 4 /* l */
            getfield org.objectweb.asm.Label.status:I
            sipush 128
            iand
            ifne 97
        94: .line 1370
            aload 7 /* b */
            aload 4 /* l */
            getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
            putfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
        95: .line 1371
            aload 4 /* l */
            aload 7 /* b */
            putfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
        96: .line 1372
            goto 99
        97: .line 1376
      StackMap locals: org.objectweb.asm.Edge
      StackMap stack:
            aload 7 /* b */
            aload 4 /* l */
            getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
            putfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
        98: .line 1377
            aload 4 /* l */
            getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
            aload 7 /* b */
            putfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
        99: .line 1380
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
            astore 4 /* l */
        end local 7 // org.objectweb.asm.Edge b
       100: .line 1363
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            aload 6 /* e */
            if_acmpne 90
       101: .line 1382
            aload 3 /* handler */
            getfield org.objectweb.asm.Handler.next:Lorg/objectweb/asm/Handler;
            astore 3 /* handler */
        end local 6 // org.objectweb.asm.Label e
        end local 5 // org.objectweb.asm.Label h
        end local 4 // org.objectweb.asm.Label l
       102: .line 1358
      StackMap locals:
      StackMap stack:
            aload 3 /* handler */
            ifnonnull 86
       103: .line 1385
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.subroutines:I
            ifle 129
       104: .line 1392
            iconst_0
            istore 4 /* id */
        start local 4 // int id
       105: .line 1393
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
            aconst_null
            lconst_1
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.subroutines:I
            invokevirtual org.objectweb.asm.Label.visitSubroutine:(Lorg/objectweb/asm/Label;JI)V
       106: .line 1395
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
            astore 5 /* l */
        start local 5 // org.objectweb.asm.Label l
       107: .line 1396
            goto 116
       108: .line 1397
      StackMap locals: int org.objectweb.asm.Label
      StackMap stack:
            aload 5 /* l */
            getfield org.objectweb.asm.Label.status:I
            sipush 128
            iand
            ifeq 115
       109: .line 1399
            aload 5 /* l */
            getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
            astore 6 /* subroutine */
        start local 6 // org.objectweb.asm.Label subroutine
       110: .line 1401
            aload 6 /* subroutine */
            getfield org.objectweb.asm.Label.status:I
            sipush 1024
            iand
            ifne 115
       111: .line 1403
            iinc 4 /* id */ 1
       112: .line 1404
            aload 6 /* subroutine */
            aconst_null
            iload 4 /* id */
            i2l
            ldc 32
            ldiv
            bipush 32
            lshl
       113: .line 1405
            lconst_1
            iload 4 /* id */
            bipush 32
            irem
            lshl
            lor
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.subroutines:I
       114: .line 1404
            invokevirtual org.objectweb.asm.Label.visitSubroutine:(Lorg/objectweb/asm/Label;JI)V
        end local 6 // org.objectweb.asm.Label subroutine
       115: .line 1408
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
            astore 5 /* l */
       116: .line 1396
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            ifnonnull 108
       117: .line 1411
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
            astore 5 /* l */
       118: .line 1412
            goto 128
       119: .line 1413
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            getfield org.objectweb.asm.Label.status:I
            sipush 128
            iand
            ifeq 127
       120: .line 1414
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
            astore 6 /* L */
        start local 6 // org.objectweb.asm.Label L
       121: .line 1415
            goto 124
       122: .line 1416
      StackMap locals: org.objectweb.asm.Label
      StackMap stack:
            aload 6 /* L */
            dup
            getfield org.objectweb.asm.Label.status:I
            sipush -2049
            iand
            putfield org.objectweb.asm.Label.status:I
       123: .line 1417
            aload 6 /* L */
            getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
            astore 6 /* L */
       124: .line 1415
      StackMap locals:
      StackMap stack:
            aload 6 /* L */
            ifnonnull 122
       125: .line 1420
            aload 5 /* l */
            getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
            astore 7 /* subroutine */
        start local 7 // org.objectweb.asm.Label subroutine
       126: .line 1421
            aload 7 /* subroutine */
            aload 5 /* l */
            lconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.subroutines:I
            invokevirtual org.objectweb.asm.Label.visitSubroutine:(Lorg/objectweb/asm/Label;JI)V
        end local 7 // org.objectweb.asm.Label subroutine
        end local 6 // org.objectweb.asm.Label L
       127: .line 1423
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
            astore 5 /* l */
       128: .line 1412
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            ifnonnull 119
        end local 5 // org.objectweb.asm.Label l
        end local 4 // int id
       129: .line 1437
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* max */
        start local 4 // int max
       130: .line 1438
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
            astore 5 /* stack */
        start local 5 // org.objectweb.asm.Label stack
       131: .line 1439
            goto 153
       132: .line 1441
      StackMap locals: int org.objectweb.asm.Label
      StackMap stack:
            aload 5 /* stack */
            astore 6 /* l */
        start local 6 // org.objectweb.asm.Label l
       133: .line 1442
            aload 5 /* stack */
            getfield org.objectweb.asm.Label.next:Lorg/objectweb/asm/Label;
            astore 5 /* stack */
       134: .line 1444
            aload 6 /* l */
            getfield org.objectweb.asm.Label.inputStackTop:I
            istore 7 /* start */
        start local 7 // int start
       135: .line 1445
            iload 7 /* start */
            aload 6 /* l */
            getfield org.objectweb.asm.Label.outputStackMax:I
            iadd
            istore 8 /* blockMax */
        start local 8 // int blockMax
       136: .line 1447
            iload 8 /* blockMax */
            iload 4 /* max */
            if_icmple 138
       137: .line 1448
            iload 8 /* blockMax */
            istore 4 /* max */
       138: .line 1451
      StackMap locals: org.objectweb.asm.Label int int
      StackMap stack:
            aload 6 /* l */
            getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
            astore 9 /* b */
        start local 9 // org.objectweb.asm.Edge b
       139: .line 1452
            aload 6 /* l */
            getfield org.objectweb.asm.Label.status:I
            sipush 128
            iand
            ifeq 152
       140: .line 1454
            aload 9 /* b */
            getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
            astore 9 /* b */
       141: .line 1456
            goto 152
       142: .line 1457
      StackMap locals: org.objectweb.asm.Edge
      StackMap stack:
            aload 9 /* b */
            getfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
            astore 6 /* l */
       143: .line 1459
            aload 6 /* l */
            getfield org.objectweb.asm.Label.status:I
            bipush 8
            iand
            ifne 151
       144: .line 1461
            aload 6 /* l */
            aload 9 /* b */
            getfield org.objectweb.asm.Edge.info:I
            ldc 2147483647
            if_icmpne 145
            iconst_1
            goto 147
      StackMap locals:
      StackMap stack: org.objectweb.asm.Label
       145: iload 7 /* start */
       146: .line 1462
            aload 9 /* b */
            getfield org.objectweb.asm.Edge.info:I
            iadd
       147: .line 1461
      StackMap locals: org.objectweb.asm.MethodWriter int int org.objectweb.asm.Handler int org.objectweb.asm.Label org.objectweb.asm.Label int int org.objectweb.asm.Edge
      StackMap stack: org.objectweb.asm.Label int
            putfield org.objectweb.asm.Label.inputStackTop:I
       148: .line 1464
            aload 6 /* l */
            dup
            getfield org.objectweb.asm.Label.status:I
            bipush 8
            ior
            putfield org.objectweb.asm.Label.status:I
       149: .line 1465
            aload 6 /* l */
            aload 5 /* stack */
            putfield org.objectweb.asm.Label.next:Lorg/objectweb/asm/Label;
       150: .line 1466
            aload 6 /* l */
            astore 5 /* stack */
       151: .line 1468
      StackMap locals:
      StackMap stack:
            aload 9 /* b */
            getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
            astore 9 /* b */
       152: .line 1456
      StackMap locals:
      StackMap stack:
            aload 9 /* b */
            ifnonnull 142
        end local 9 // org.objectweb.asm.Edge b
        end local 8 // int blockMax
        end local 7 // int start
        end local 6 // org.objectweb.asm.Label l
       153: .line 1439
      StackMap locals: org.objectweb.asm.MethodWriter int int org.objectweb.asm.Handler int org.objectweb.asm.Label
      StackMap stack:
            aload 5 /* stack */
            ifnonnull 132
       154: .line 1471
            aload 0 /* this */
            iload 1 /* maxStack */
            iload 4 /* max */
            invokestatic java.lang.Math.max:(II)I
            putfield org.objectweb.asm.MethodWriter.maxStack:I
        end local 5 // org.objectweb.asm.Label stack
        end local 4 // int max
        end local 3 // org.objectweb.asm.Handler handler
       155: .line 1472
            goto 158
       156: .line 1473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxStack */
            putfield org.objectweb.asm.MethodWriter.maxStack:I
       157: .line 1474
            aload 0 /* this */
            iload 2 /* maxLocals */
            putfield org.objectweb.asm.MethodWriter.maxLocals:I
       158: .line 1476
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int maxLocals
        end local 1 // int maxStack
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0  159     0        this  Lorg/objectweb/asm/MethodWriter;
            0  159     1    maxStack  I
            0  159     2   maxLocals  I
            2   82     3     handler  Lorg/objectweb/asm/Handler;
            4   20     4           l  Lorg/objectweb/asm/Label;
            5   20     5           h  Lorg/objectweb/asm/Label;
            6   20     6           e  Lorg/objectweb/asm/Label;
            9   20     7           t  Ljava/lang/String;
           10   20     8        kind  I
           13   18     9           b  Lorg/objectweb/asm/Edge;
           22   82     4           f  Lorg/objectweb/asm/Frame;
           23   82     5        args  [Lorg/objectweb/asm/Type;
           26   82     6         max  I
           27   82     7     changed  Lorg/objectweb/asm/Label;
           29   47     8           l  Lorg/objectweb/asm/Label;
           36   47     9    blockMax  I
           39   47    10           e  Lorg/objectweb/asm/Edge;
           41   46    11           n  Lorg/objectweb/asm/Label;
           42   46    12      change  Z
           49   82     8           l  Lorg/objectweb/asm/Label;
           55   73     9           k  Lorg/objectweb/asm/Label;
           56   73    10       start  I
           59   73    11         end  I
           62   66    12           i  I
           68   73    12  frameIndex  I
           85  155     3     handler  Lorg/objectweb/asm/Handler;
           87  102     4           l  Lorg/objectweb/asm/Label;
           88  102     5           h  Lorg/objectweb/asm/Label;
           89  102     6           e  Lorg/objectweb/asm/Label;
           91  100     7           b  Lorg/objectweb/asm/Edge;
          105  129     4          id  I
          107  129     5           l  Lorg/objectweb/asm/Label;
          110  115     6  subroutine  Lorg/objectweb/asm/Label;
          121  127     6           L  Lorg/objectweb/asm/Label;
          126  127     7  subroutine  Lorg/objectweb/asm/Label;
          130  155     4         max  I
          131  155     5       stack  Lorg/objectweb/asm/Label;
          133  153     6           l  Lorg/objectweb/asm/Label;
          135  153     7       start  I
          136  153     8    blockMax  I
          139  153     9           b  Lorg/objectweb/asm/Edge;
    MethodParameters:
           Name  Flags
      maxStack   final
      maxLocals  final

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 1480
            return
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/MethodWriter;

  private void addSuccessor(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int info
        start local 2 // org.objectweb.asm.Label successor
         0: .line 1496
            new org.objectweb.asm.Edge
            dup
            invokespecial org.objectweb.asm.Edge.<init>:()V
            astore 3 /* b */
        start local 3 // org.objectweb.asm.Edge b
         1: .line 1497
            aload 3 /* b */
            iload 1 /* info */
            putfield org.objectweb.asm.Edge.info:I
         2: .line 1498
            aload 3 /* b */
            aload 2 /* successor */
            putfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
         3: .line 1500
            aload 3 /* b */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
            putfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
         4: .line 1501
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            aload 3 /* b */
            putfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
         5: .line 1502
            return
        end local 3 // org.objectweb.asm.Edge b
        end local 2 // org.objectweb.asm.Label successor
        end local 1 // int info
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/objectweb/asm/MethodWriter;
            0    6     1       info  I
            0    6     2  successor  Lorg/objectweb/asm/Label;
            1    6     3          b  Lorg/objectweb/asm/Edge;
    MethodParameters:
           Name  Flags
      info       final
      successor  final

  private void noSuccessor();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 1509
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 8
         1: .line 1510
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 1 /* l */
        start local 1 // org.objectweb.asm.Label l
         2: .line 1511
            aload 1 /* l */
            new org.objectweb.asm.Frame
            dup
            invokespecial org.objectweb.asm.Frame.<init>:()V
            putfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
         3: .line 1512
            aload 1 /* l */
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            aload 1 /* l */
            putfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
         4: .line 1513
            aload 1 /* l */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            invokevirtual org.objectweb.asm.Label.resolve:(Lorg/objectweb/asm/MethodWriter;I[B)Z
            pop
         5: .line 1514
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
            aload 1 /* l */
            putfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
         6: .line 1515
            aload 0 /* this */
            aload 1 /* l */
            putfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
        end local 1 // org.objectweb.asm.Label l
         7: .line 1516
            goto 9
         8: .line 1517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStackSize:I
            putfield org.objectweb.asm.Label.outputStackMax:I
         9: .line 1519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
        10: .line 1520
            return
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/objectweb/asm/MethodWriter;
            2    7     1     l  Lorg/objectweb/asm/Label;

  private void visitFrame(org.objectweb.asm.Frame);
    descriptor: (Lorg/objectweb/asm/Frame;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=10, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.Frame f
         0: .line 1534
            iconst_0
            istore 4 /* nTop */
        start local 4 // int nTop
         1: .line 1535
            iconst_0
            istore 5 /* nLocal */
        start local 5 // int nLocal
         2: .line 1536
            iconst_0
            istore 6 /* nStack */
        start local 6 // int nStack
         3: .line 1537
            aload 1 /* f */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            astore 7 /* locals */
        start local 7 // int[] locals
         4: .line 1538
            aload 1 /* f */
            getfield org.objectweb.asm.Frame.inputStack:[I
            astore 8 /* stacks */
        start local 8 // int[] stacks
         5: .line 1541
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 16
         7: .line 1542
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int top int int int int[] int[]
      StackMap stack:
            aload 7 /* locals */
            iload 2 /* i */
            iaload
            istore 3 /* t */
        start local 3 // int t
         8: .line 1543
            iload 3 /* t */
            ldc 16777216
            if_icmpne 11
         9: .line 1544
            iinc 4 /* nTop */ 1
        10: .line 1545
            goto 13
        11: .line 1546
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int int int int int int[] int[]
      StackMap stack:
            iload 5 /* nLocal */
            iload 4 /* nTop */
            iconst_1
            iadd
            iadd
            istore 5 /* nLocal */
        12: .line 1547
            iconst_0
            istore 4 /* nTop */
        13: .line 1549
      StackMap locals:
      StackMap stack:
            iload 3 /* t */
            ldc 16777220
            if_icmpeq 14
            iload 3 /* t */
            ldc 16777219
            if_icmpne 15
        14: .line 1550
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        15: .line 1541
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        end local 3 // int t
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int top int int int int[] int[]
      StackMap stack:
        16: iload 2 /* i */
            aload 7 /* locals */
            arraylength
            if_icmplt 7
        17: .line 1555
            iconst_0
            istore 2 /* i */
            goto 23
        18: .line 1556
      StackMap locals:
      StackMap stack:
            aload 8 /* stacks */
            iload 2 /* i */
            iaload
            istore 3 /* t */
        start local 3 // int t
        19: .line 1557
            iinc 6 /* nStack */ 1
        20: .line 1558
            iload 3 /* t */
            ldc 16777220
            if_icmpeq 21
            iload 3 /* t */
            ldc 16777219
            if_icmpne 22
        21: .line 1559
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int int int int int int[] int[]
      StackMap stack:
            iinc 2 /* i */ 1
        22: .line 1555
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        end local 3 // int t
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int top int int int int[] int[]
      StackMap stack:
        23: iload 2 /* i */
            aload 8 /* stacks */
            arraylength
            if_icmplt 18
        24: .line 1563
            aload 0 /* this */
            aload 1 /* f */
            getfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.position:I
            iload 5 /* nLocal */
            iload 6 /* nStack */
            invokevirtual org.objectweb.asm.MethodWriter.startFrame:(III)I
            istore 9 /* frameIndex */
        start local 9 // int frameIndex
        25: .line 1564
            iconst_0
            istore 2 /* i */
            goto 31
        26: .line 1565
      StackMap locals: int
      StackMap stack:
            aload 7 /* locals */
            iload 2 /* i */
            iaload
            istore 3 /* t */
        start local 3 // int t
        27: .line 1566
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 9 /* frameIndex */
            iinc 9 /* frameIndex */ 1
            iload 3 /* t */
            iastore
        28: .line 1567
            iload 3 /* t */
            ldc 16777220
            if_icmpeq 29
            iload 3 /* t */
            ldc 16777219
            if_icmpne 30
        29: .line 1568
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int int int int int int[] int[] int
      StackMap stack:
            iinc 2 /* i */ 1
        30: .line 1564
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
            iinc 5 /* nLocal */ -1
        end local 3 // int t
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int top int int int int[] int[] int
      StackMap stack:
        31: iload 5 /* nLocal */
            ifgt 26
        32: .line 1571
            iconst_0
            istore 2 /* i */
            goto 38
        33: .line 1572
      StackMap locals:
      StackMap stack:
            aload 8 /* stacks */
            iload 2 /* i */
            iaload
            istore 3 /* t */
        start local 3 // int t
        34: .line 1573
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 9 /* frameIndex */
            iinc 9 /* frameIndex */ 1
            iload 3 /* t */
            iastore
        35: .line 1574
            iload 3 /* t */
            ldc 16777220
            if_icmpeq 36
            iload 3 /* t */
            ldc 16777219
            if_icmpne 37
        36: .line 1575
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int int int int int int[] int[] int
      StackMap stack:
            iinc 2 /* i */ 1
        37: .line 1571
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        end local 3 // int t
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int top int int int int[] int[] int
      StackMap stack:
        38: iload 2 /* i */
            aload 8 /* stacks */
            arraylength
            if_icmplt 33
        39: .line 1578
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.endFrame:()V
        40: .line 1579
            return
        end local 9 // int frameIndex
        end local 8 // int[] stacks
        end local 7 // int[] locals
        end local 6 // int nStack
        end local 5 // int nLocal
        end local 4 // int nTop
        end local 2 // int i
        end local 1 // org.objectweb.asm.Frame f
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   41     0        this  Lorg/objectweb/asm/MethodWriter;
            0   41     1           f  Lorg/objectweb/asm/Frame;
            6   41     2           i  I
            8   16     3           t  I
           19   23     3           t  I
           27   31     3           t  I
           34   38     3           t  I
            1   41     4        nTop  I
            2   41     5      nLocal  I
            3   41     6      nStack  I
            4   41     7      locals  [I
            5   41     8      stacks  [I
           25   41     9  frameIndex  I
    MethodParameters:
      Name  Flags
      f     final

  private void visitImplicitFirstFrame();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 1586
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_1
            iadd
            iconst_0
            invokevirtual org.objectweb.asm.MethodWriter.startFrame:(III)I
            istore 1 /* frameIndex */
        start local 1 // int frameIndex
         1: .line 1587
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            bipush 8
            iand
            ifne 6
         2: .line 1588
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            ldc 524288
            iand
            ifne 5
         3: .line 1589
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            ldc 24117248
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.thisName:Ljava/lang/String;
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            iastore
         4: .line 1590
            goto 6
         5: .line 1591
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            bipush 6
            iastore
         6: .line 1594
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         7: .line 1596
      StackMap locals: int
      StackMap stack:
            iload 2 /* i */
            istore 3 /* j */
        start local 3 // int j
         8: .line 1597
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 2 /* i */
            iinc 2 /* i */ 1
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 10
                   66: 9
                   67: 9
                   68: 15
                   70: 11
                   73: 9
                   74: 13
                   76: 29
                   83: 9
                   90: 9
                   91: 17
              default: 36
          }
         9: .line 1603
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            iconst_1
            iastore
        10: .line 1604
            goto 7
        11: .line 1606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            iconst_2
            iastore
        12: .line 1607
            goto 7
        13: .line 1609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            iconst_4
            iastore
        14: .line 1610
            goto 7
        15: .line 1612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            iconst_3
            iastore
        16: .line 1613
            goto 7
        17: .line 1615
      StackMap locals:
      StackMap stack:
            goto 19
        18: .line 1616
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        19: .line 1615
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpeq 18
        20: .line 1618
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 76
            if_icmpne 25
        21: .line 1619
            iinc 2 /* i */ 1
        22: .line 1620
            goto 24
        23: .line 1621
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        24: .line 1620
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 59
            if_icmpne 23
        25: .line 1624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            ldc 24117248
        26: .line 1625
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 3 /* j */
            iinc 2 /* i */ 1
            iload 2 /* i */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
        27: .line 1624
            iastore
        28: .line 1626
            goto 7
        29: .line 1628
      StackMap locals:
      StackMap stack:
            goto 31
        30: .line 1629
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        31: .line 1628
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 59
            if_icmpne 30
        32: .line 1631
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            ldc 24117248
        33: .line 1632
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 3 /* j */
            iconst_1
            iadd
            iload 2 /* i */
            iinc 2 /* i */ 1
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
        34: .line 1631
            iastore
        35: .line 1633
            goto 7
        end local 3 // int j
        36: .line 1638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iconst_1
            iload 1 /* frameIndex */
            iconst_3
            isub
            iastore
        37: .line 1639
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.endFrame:()V
        38: .line 1640
            return
        end local 2 // int i
        end local 1 // int frameIndex
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   39     0        this  Lorg/objectweb/asm/MethodWriter;
            1   39     1  frameIndex  I
            7   39     2           i  I
            8   36     3           j  I

  private int startFrame(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int offset
        start local 2 // int nLocal
        start local 3 // int nStack
         0: .line 1654
            iconst_3
            iload 2 /* nLocal */
            iadd
            iload 3 /* nStack */
            iadd
            istore 4 /* n */
        start local 4 // int n
         1: .line 1655
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            ifnull 2
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            arraylength
            iload 4 /* n */
            if_icmpge 3
         2: .line 1656
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* n */
            newarray 10
            putfield org.objectweb.asm.MethodWriter.frame:[I
         3: .line 1658
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iconst_0
            iload 1 /* offset */
            iastore
         4: .line 1659
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iconst_1
            iload 2 /* nLocal */
            iastore
         5: .line 1660
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iconst_2
            iload 3 /* nStack */
            iastore
         6: .line 1661
            iconst_3
            ireturn
        end local 4 // int n
        end local 3 // int nStack
        end local 2 // int nLocal
        end local 1 // int offset
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/objectweb/asm/MethodWriter;
            0    7     1  offset  I
            0    7     2  nLocal  I
            0    7     3  nStack  I
            1    7     4       n  I
    MethodParameters:
        Name  Flags
      offset  final
      nLocal  final
      nStack  final

  private void endFrame();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 1669
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousFrame:[I
            ifnull 5
         1: .line 1670
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            ifnonnull 3
         2: .line 1671
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
         3: .line 1673
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.writeFrame:()V
         4: .line 1674
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.frameCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.frameCount:I
         5: .line 1676
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            putfield org.objectweb.asm.MethodWriter.previousFrame:[I
         6: .line 1677
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.MethodWriter.frame:[I
         7: .line 1678
            return
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/objectweb/asm/MethodWriter;

  private void writeFrame();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=9, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 1685
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iconst_1
            iaload
            istore 1 /* clocalsSize */
        start local 1 // int clocalsSize
         1: .line 1686
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iconst_2
            iaload
            istore 2 /* cstackSize */
        start local 2 // int cstackSize
         2: .line 1687
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 50
            if_icmpge 8
         3: .line 1688
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iconst_0
            iaload
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iload 1 /* clocalsSize */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 1689
            aload 0 /* this */
            iconst_3
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
         5: .line 1690
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            iload 2 /* cstackSize */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         6: .line 1691
            aload 0 /* this */
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            iload 2 /* cstackSize */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
         7: .line 1692
            return
         8: .line 1694
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousFrame:[I
            iconst_1
            iaload
            istore 3 /* localsSize */
        start local 3 // int localsSize
         9: .line 1695
            sipush 255
            istore 4 /* type */
        start local 4 // int type
        10: .line 1696
            iconst_0
            istore 5 /* k */
        start local 5 // int k
        11: .line 1698
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frameCount:I
            ifne 14
        12: .line 1699
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iconst_0
            iaload
            istore 6 /* delta */
        start local 6 // int delta
        13: .line 1700
            goto 15
        end local 6 // int delta
        14: .line 1701
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iconst_0
            iaload
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousFrame:[I
            iconst_0
            iaload
            isub
            iconst_1
            isub
            istore 6 /* delta */
        start local 6 // int delta
        15: .line 1703
      StackMap locals: int
      StackMap stack:
            iload 2 /* cstackSize */
            ifne 27
        16: .line 1704
            iload 1 /* clocalsSize */
            iload 3 /* localsSize */
            isub
            istore 5 /* k */
        17: .line 1705
            iload 5 /* k */
            tableswitch { // -3 - 3
                   -3: 18
                   -2: 18
                   -1: 18
                    0: 21
                    1: 25
                    2: 25
                    3: 25
              default: 26
          }
        18: .line 1709
      StackMap locals:
      StackMap stack:
            sipush 248
            istore 4 /* type */
        19: .line 1710
            iload 1 /* clocalsSize */
            istore 3 /* localsSize */
        20: .line 1711
            goto 31
        21: .line 1713
      StackMap locals:
      StackMap stack:
            iload 6 /* delta */
            bipush 64
            if_icmpge 22
            iconst_0
            goto 23
      StackMap locals:
      StackMap stack:
        22: sipush 251
      StackMap locals:
      StackMap stack: int
        23: istore 4 /* type */
        24: .line 1714
            goto 31
        25: .line 1718
      StackMap locals:
      StackMap stack:
            sipush 252
            istore 4 /* type */
        26: .line 1721
      StackMap locals:
      StackMap stack:
            goto 31
      StackMap locals:
      StackMap stack:
        27: iload 1 /* clocalsSize */
            iload 3 /* localsSize */
            if_icmpne 31
            iload 2 /* cstackSize */
            iconst_1
            if_icmpne 31
        28: .line 1722
            iload 6 /* delta */
            bipush 63
            if_icmpge 29
            bipush 64
            goto 30
        29: .line 1723
      StackMap locals:
      StackMap stack:
            sipush 247
        30: .line 1722
      StackMap locals:
      StackMap stack: int
            istore 4 /* type */
        31: .line 1725
      StackMap locals:
      StackMap stack:
            iload 4 /* type */
            sipush 255
            if_icmpeq 41
        32: .line 1727
            iconst_3
            istore 7 /* l */
        start local 7 // int l
        33: .line 1728
            iconst_0
            istore 8 /* j */
        start local 8 // int j
        34: goto 40
        35: .line 1729
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 7 /* l */
            iaload
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousFrame:[I
            iload 7 /* l */
            iaload
            if_icmpeq 38
        36: .line 1730
            sipush 255
            istore 4 /* type */
        37: .line 1731
            goto 41
        38: .line 1733
      StackMap locals:
      StackMap stack:
            iinc 7 /* l */ 1
        39: .line 1728
            iinc 8 /* j */ 1
      StackMap locals:
      StackMap stack:
        40: iload 8 /* j */
            iload 3 /* localsSize */
            if_icmplt 35
        end local 8 // int j
        end local 7 // int l
        41: .line 1736
      StackMap locals:
      StackMap stack:
            iload 4 /* type */
            lookupswitch { // 6
                    0: 42
                   64: 44
                  247: 47
                  248: 54
                  251: 52
                  252: 56
              default: 59
          }
        42: .line 1738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        43: .line 1739
            goto 63
        44: .line 1741
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            bipush 64
            iload 6 /* delta */
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        45: .line 1742
            aload 0 /* this */
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            iconst_4
            iload 1 /* clocalsSize */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
        46: .line 1743
            goto 63
        47: .line 1745
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            sipush 247
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
        48: .line 1746
            iload 6 /* delta */
        49: .line 1745
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        50: .line 1747
            aload 0 /* this */
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            iconst_4
            iload 1 /* clocalsSize */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
        51: .line 1748
            goto 63
        52: .line 1750
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            sipush 251
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        53: .line 1751
            goto 63
        54: .line 1753
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            sipush 251
            iload 5 /* k */
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        55: .line 1754
            goto 63
        56: .line 1756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            sipush 251
            iload 5 /* k */
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        57: .line 1757
            aload 0 /* this */
            iconst_3
            iload 3 /* localsSize */
            iadd
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
        58: .line 1758
            goto 63
        59: .line 1761
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            sipush 255
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iload 1 /* clocalsSize */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        60: .line 1762
            aload 0 /* this */
            iconst_3
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
        61: .line 1763
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            iload 2 /* cstackSize */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        62: .line 1764
            aload 0 /* this */
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            iload 2 /* cstackSize */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
        63: .line 1766
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int delta
        end local 5 // int k
        end local 4 // int type
        end local 3 // int localsSize
        end local 2 // int cstackSize
        end local 1 // int clocalsSize
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   64     0         this  Lorg/objectweb/asm/MethodWriter;
            1   64     1  clocalsSize  I
            2   64     2   cstackSize  I
            9   64     3   localsSize  I
           10   64     4         type  I
           11   64     5            k  I
           13   14     6        delta  I
           15   64     6        delta  I
           33   41     7            l  I
           34   41     8            j  I

  private void writeFrameTypes(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int start
        start local 2 // int end
         0: .line 1780
            iload 1 /* start */
            istore 3 /* i */
        start local 3 // int i
         1: goto 43
         2: .line 1781
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frame:[I
            iload 3 /* i */
            iaload
            istore 4 /* t */
        start local 4 // int t
         3: .line 1782
            iload 4 /* t */
            ldc -268435456
            iand
            istore 5 /* d */
        start local 5 // int d
         4: .line 1783
            iload 5 /* d */
            ifne 15
         5: .line 1784
            iload 4 /* t */
            ldc 1048575
            iand
            istore 6 /* v */
        start local 6 // int v
         6: .line 1785
            iload 4 /* t */
            ldc 267386880
            iand
            lookupswitch { // 2
             24117248: 7
             25165824: 11
              default: 13
          }
         7: .line 1787
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            bipush 7
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
         8: .line 1788
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.typeTable:[Lorg/objectweb/asm/Item;
            iload 6 /* v */
            aaload
            getfield org.objectweb.asm.Item.strVal1:Ljava/lang/String;
            invokevirtual org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
         9: .line 1787
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        10: .line 1789
            goto 42
        11: .line 1791
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            bipush 8
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.typeTable:[Lorg/objectweb/asm/Item;
            iload 6 /* v */
            aaload
            getfield org.objectweb.asm.Item.intVal:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        12: .line 1792
            goto 42
        13: .line 1794
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            iload 6 /* v */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        end local 6 // int v
        14: .line 1796
            goto 42
        15: .line 1797
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 6 /* buf */
        start local 6 // java.lang.StringBuffer buf
        16: .line 1798
            iload 5 /* d */
            bipush 28
            ishr
            istore 5 /* d */
        17: .line 1799
            goto 19
        18: .line 1800
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 6 /* buf */
            bipush 91
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        19: .line 1799
      StackMap locals:
      StackMap stack:
            iload 5 /* d */
            iinc 5 /* d */ -1
            ifgt 18
        20: .line 1802
            iload 4 /* t */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpne 25
        21: .line 1803
            aload 6 /* buf */
            bipush 76
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        22: .line 1804
            aload 6 /* buf */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.typeTable:[Lorg/objectweb/asm/Item;
            iload 4 /* t */
            ldc 1048575
            iand
            aaload
            getfield org.objectweb.asm.Item.strVal1:Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        23: .line 1805
            aload 6 /* buf */
            bipush 59
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        24: .line 1806
            goto 41
        25: .line 1807
      StackMap locals:
      StackMap stack:
            iload 4 /* t */
            bipush 15
            iand
            tableswitch { // 1 - 12
                    1: 26
                    2: 28
                    3: 30
                    4: 40
                    5: 40
                    6: 40
                    7: 40
                    8: 40
                    9: 32
                   10: 34
                   11: 36
                   12: 38
              default: 40
          }
        26: .line 1809
      StackMap locals:
      StackMap stack:
            aload 6 /* buf */
            bipush 73
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        27: .line 1810
            goto 41
        28: .line 1812
      StackMap locals:
      StackMap stack:
            aload 6 /* buf */
            bipush 70
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        29: .line 1813
            goto 41
        30: .line 1815
      StackMap locals:
      StackMap stack:
            aload 6 /* buf */
            bipush 68
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        31: .line 1816
            goto 41
        32: .line 1818
      StackMap locals:
      StackMap stack:
            aload 6 /* buf */
            bipush 90
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        33: .line 1819
            goto 41
        34: .line 1821
      StackMap locals:
      StackMap stack:
            aload 6 /* buf */
            bipush 66
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        35: .line 1822
            goto 41
        36: .line 1824
      StackMap locals:
      StackMap stack:
            aload 6 /* buf */
            bipush 67
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        37: .line 1825
            goto 41
        38: .line 1827
      StackMap locals:
      StackMap stack:
            aload 6 /* buf */
            bipush 83
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        39: .line 1828
            goto 41
        40: .line 1830
      StackMap locals:
      StackMap stack:
            aload 6 /* buf */
            bipush 74
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        41: .line 1833
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            bipush 7
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 6 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        end local 6 // java.lang.StringBuffer buf
        end local 5 // int d
        end local 4 // int t
        42: .line 1780
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 3 /* i */
            iload 2 /* end */
            if_icmplt 2
        end local 3 // int i
        44: .line 1836
            return
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   45     0   this  Lorg/objectweb/asm/MethodWriter;
            0   45     1  start  I
            0   45     2    end  I
            1   44     3      i  I
            3   42     4      t  I
            4   42     5      d  I
            6   14     6      v  I
           16   42     6    buf  Ljava/lang/StringBuffer;
    MethodParameters:
       Name  Flags
      start  final
      end    final

  private void writeFrameType(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.Object type
         0: .line 1839
            aload 1 /* type */
            instanceof java.lang.String
            ifeq 3
         1: .line 1840
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            bipush 7
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 1 /* type */
            checkcast java.lang.String
            invokevirtual org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         2: .line 1841
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 1 /* type */
            instanceof java.lang.Integer
            ifeq 6
         4: .line 1842
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            aload 1 /* type */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 1843
            goto 7
         6: .line 1844
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            bipush 8
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            aload 1 /* type */
            checkcast org.objectweb.asm.Label
            getfield org.objectweb.asm.Label.position:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         7: .line 1846
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object type
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/objectweb/asm/MethodWriter;
            0    8     1  type  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      type  final

  final int getSize();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 1858
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.classReaderOffset:I
            ifeq 2
         1: .line 1859
            bipush 6
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.classReaderLength:I
            iadd
            ireturn
         2: .line 1861
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.resize:Z
            ifeq 4
         3: .line 1864
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.resizeInstructions:()V
         4: .line 1869
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 1 /* size */
        start local 1 // int size
         5: .line 1870
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            ifle 31
         6: .line 1871
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            ldc 65536
            if_icmple 8
         7: .line 1872
            new java.lang.RuntimeException
            dup
            ldc "Method code too large!"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1874
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Code"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
         9: .line 1875
            iload 1 /* size */
            bipush 18
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.handlerCount:I
            imul
            iadd
            iadd
            istore 1 /* size */
        10: .line 1876
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
            ifnull 13
        11: .line 1877
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "LocalVariableTable"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        12: .line 1878
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        13: .line 1880
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
            ifnull 16
        14: .line 1881
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "LocalVariableTypeTable"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        15: .line 1882
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        16: .line 1884
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            ifnull 19
        17: .line 1885
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "LineNumberTable"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        18: .line 1886
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        19: .line 1888
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            ifnull 27
        20: .line 1889
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 50
            if_icmplt 21
            iconst_1
            goto 22
      StackMap locals:
      StackMap stack:
        21: iconst_0
      StackMap locals:
      StackMap stack: int
        22: istore 2 /* zip */
        start local 2 // boolean zip
        23: .line 1890
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            iload 2 /* zip */
            ifeq 24
            ldc "StackMapTable"
            goto 25
      StackMap locals: org.objectweb.asm.MethodWriter int int
      StackMap stack: org.objectweb.asm.ClassWriter
        24: ldc "StackMap"
      StackMap locals: org.objectweb.asm.MethodWriter int int
      StackMap stack: org.objectweb.asm.ClassWriter java.lang.String
        25: invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        26: .line 1891
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        end local 2 // boolean zip
        27: .line 1893
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
            ifnull 31
        28: .line 1894
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStack:I
        29: .line 1895
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
        30: .line 1894
            invokevirtual org.objectweb.asm.Attribute.getSize:(Lorg/objectweb/asm/ClassWriter;[BIII)I
            iadd
            istore 1 /* size */
        31: .line 1898
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptionCount:I
            ifle 34
        32: .line 1899
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Exceptions"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        33: .line 1900
            iload 1 /* size */
            bipush 8
            iconst_2
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptionCount:I
            imul
            iadd
            iadd
            istore 1 /* size */
        34: .line 1902
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            sipush 4096
            iand
            ifeq 39
        35: .line 1903
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmplt 37
        36: .line 1904
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            ldc 262144
            iand
            ifeq 39
        37: .line 1905
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Synthetic"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        38: .line 1906
            iinc 1 /* size */ 6
        39: .line 1909
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            ldc 131072
            iand
            ifeq 42
        40: .line 1910
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Deprecated"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        41: .line 1911
            iinc 1 /* size */ 6
        42: .line 1913
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            ifnull 46
        43: .line 1914
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Signature"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        44: .line 1915
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        45: .line 1916
            iinc 1 /* size */ 8
        46: .line 1918
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
            ifnull 49
        47: .line 1919
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "AnnotationDefault"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        48: .line 1920
            iload 1 /* size */
            bipush 6
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        49: .line 1922
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 52
        50: .line 1923
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        51: .line 1924
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
            invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 1 /* size */
        52: .line 1926
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 55
        53: .line 1927
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        54: .line 1928
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
            invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 1 /* size */
        55: .line 1930
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
            ifnull 65
        56: .line 1931
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleParameterAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        57: .line 1932
            iload 1 /* size */
            bipush 7
            iconst_2
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
            arraylength
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.synthetics:I
            isub
            imul
            iadd
            iadd
            istore 1 /* size */
        58: .line 1933
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
            arraylength
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
        59: goto 64
        60: .line 1934
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
            iload 2 /* i */
            aaload
            ifnonnull 61
            iconst_0
            goto 62
      StackMap locals:
      StackMap stack: int
        61: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
            iload 2 /* i */
            aaload
            invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
      StackMap locals: org.objectweb.asm.MethodWriter int int
      StackMap stack: int int
        62: iadd
            istore 1 /* size */
        63: .line 1933
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
        64: iload 2 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.synthetics:I
            if_icmpge 60
        end local 2 // int i
        65: .line 1937
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
            ifnull 75
        66: .line 1938
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleParameterAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        67: .line 1939
            iload 1 /* size */
            bipush 7
            iconst_2
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
            arraylength
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.synthetics:I
            isub
            imul
            iadd
            iadd
            istore 1 /* size */
        68: .line 1940
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
            arraylength
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
        69: goto 74
        70: .line 1941
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
            iload 2 /* i */
            aaload
            ifnonnull 71
            iconst_0
            goto 72
      StackMap locals:
      StackMap stack: int
        71: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
            iload 2 /* i */
            aaload
            invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
      StackMap locals: org.objectweb.asm.MethodWriter int int
      StackMap stack: int int
        72: iadd
            istore 1 /* size */
        73: .line 1940
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
        74: iload 2 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.synthetics:I
            if_icmpge 70
        end local 2 // int i
        75: .line 1944
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
            ifnull 77
        76: .line 1945
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aconst_null
            iconst_0
            iconst_m1
            iconst_m1
            invokevirtual org.objectweb.asm.Attribute.getSize:(Lorg/objectweb/asm/ClassWriter;[BIII)I
            iadd
            istore 1 /* size */
        77: .line 1947
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   78     0  this  Lorg/objectweb/asm/MethodWriter;
            5   78     1  size  I
           23   27     2   zip  Z
           59   65     2     i  I
           69   75     2     i  I

  final void put(org.objectweb.asm.ByteVector);
    descriptor: (Lorg/objectweb/asm/ByteVector;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.ByteVector out
         0: .line 1959
            ldc 917504
         1: .line 1961
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            ldc 262144
            iand
            bipush 64
            idiv
         2: .line 1959
            ior
            istore 2 /* mask */
        start local 2 // int mask
         3: .line 1962
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            iload 2 /* mask */
            iconst_m1
            ixor
            iand
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.name:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.desc:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 1963
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.classReaderOffset:I
            ifeq 7
         5: .line 1964
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.cr:Lorg/objectweb/asm/ClassReader;
            getfield org.objectweb.asm.ClassReader.b:[B
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.classReaderOffset:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.classReaderLength:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
         6: .line 1965
            return
         7: .line 1967
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* attributeCount */
        start local 3 // int attributeCount
         8: .line 1968
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            ifle 10
         9: .line 1969
            iinc 3 /* attributeCount */ 1
        10: .line 1971
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptionCount:I
            ifle 12
        11: .line 1972
            iinc 3 /* attributeCount */ 1
        12: .line 1974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            sipush 4096
            iand
            ifeq 16
        13: .line 1975
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmplt 15
        14: .line 1976
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            ldc 262144
            iand
            ifeq 16
        15: .line 1977
      StackMap locals:
      StackMap stack:
            iinc 3 /* attributeCount */ 1
        16: .line 1980
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            ldc 131072
            iand
            ifeq 18
        17: .line 1981
            iinc 3 /* attributeCount */ 1
        18: .line 1983
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            ifnull 20
        19: .line 1984
            iinc 3 /* attributeCount */ 1
        20: .line 1986
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
            ifnull 22
        21: .line 1987
            iinc 3 /* attributeCount */ 1
        22: .line 1989
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 24
        23: .line 1990
            iinc 3 /* attributeCount */ 1
        24: .line 1992
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 26
        25: .line 1993
            iinc 3 /* attributeCount */ 1
        26: .line 1995
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
            ifnull 28
        27: .line 1996
            iinc 3 /* attributeCount */ 1
        28: .line 1998
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
            ifnull 30
        29: .line 1999
            iinc 3 /* attributeCount */ 1
        30: .line 2001
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
            ifnull 32
        31: .line 2002
            iload 3 /* attributeCount */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
            invokevirtual org.objectweb.asm.Attribute.getCount:()I
            iadd
            istore 3 /* attributeCount */
        32: .line 2004
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            iload 3 /* attributeCount */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        33: .line 2005
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            ifle 93
        34: .line 2006
            bipush 12
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.handlerCount:I
            imul
            iadd
            istore 4 /* size */
        start local 4 // int size
        35: .line 2007
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
            ifnull 37
        36: .line 2008
            iload 4 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 4 /* size */
        37: .line 2010
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
            ifnull 39
        38: .line 2011
            iload 4 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 4 /* size */
        39: .line 2013
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            ifnull 41
        40: .line 2014
            iload 4 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 4 /* size */
        41: .line 2016
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            ifnull 43
        42: .line 2017
            iload 4 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 4 /* size */
        43: .line 2019
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
            ifnull 47
        44: .line 2020
            iload 4 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStack:I
        45: .line 2021
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
        46: .line 2020
            invokevirtual org.objectweb.asm.Attribute.getSize:(Lorg/objectweb/asm/ClassWriter;[BIII)I
            iadd
            istore 4 /* size */
        47: .line 2023
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Code"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iload 4 /* size */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
        48: .line 2024
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStack:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        49: .line 2025
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
        50: .line 2026
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.handlerCount:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        51: .line 2027
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.handlerCount:I
            ifle 58
        52: .line 2028
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            astore 5 /* h */
        start local 5 // org.objectweb.asm.Handler h
        53: .line 2029
            goto 57
        54: .line 2030
      StackMap locals: org.objectweb.asm.Handler
      StackMap stack:
            aload 1 /* out */
            aload 5 /* h */
            getfield org.objectweb.asm.Handler.start:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.position:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 5 /* h */
            getfield org.objectweb.asm.Handler.end:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.position:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        55: .line 2031
            aload 5 /* h */
            getfield org.objectweb.asm.Handler.handler:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.position:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 5 /* h */
            getfield org.objectweb.asm.Handler.type:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        56: .line 2032
            aload 5 /* h */
            getfield org.objectweb.asm.Handler.next:Lorg/objectweb/asm/Handler;
            astore 5 /* h */
        57: .line 2029
      StackMap locals:
      StackMap stack:
            aload 5 /* h */
            ifnonnull 54
        end local 5 // org.objectweb.asm.Handler h
        58: .line 2035
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* attributeCount */
        59: .line 2036
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
            ifnull 61
        60: .line 2037
            iinc 3 /* attributeCount */ 1
        61: .line 2039
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
            ifnull 63
        62: .line 2040
            iinc 3 /* attributeCount */ 1
        63: .line 2042
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            ifnull 65
        64: .line 2043
            iinc 3 /* attributeCount */ 1
        65: .line 2045
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            ifnull 67
        66: .line 2046
            iinc 3 /* attributeCount */ 1
        67: .line 2048
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
            ifnull 69
        68: .line 2049
            iload 3 /* attributeCount */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
            invokevirtual org.objectweb.asm.Attribute.getCount:()I
            iadd
            istore 3 /* attributeCount */
        69: .line 2051
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            iload 3 /* attributeCount */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        70: .line 2052
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
            ifnull 74
        71: .line 2053
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "LocalVariableTable"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        72: .line 2054
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarCount:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        73: .line 2055
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
        74: .line 2057
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
            ifnull 78
        75: .line 2058
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "LocalVariableTypeTable"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        76: .line 2059
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarTypeCount:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        77: .line 2060
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
        78: .line 2062
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            ifnull 82
        79: .line 2063
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "LineNumberTable"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        80: .line 2064
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumberCount:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        81: .line 2065
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
        82: .line 2067
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            ifnull 91
        83: .line 2068
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 50
            if_icmplt 84
            iconst_1
            goto 85
      StackMap locals:
      StackMap stack:
        84: iconst_0
      StackMap locals:
      StackMap stack: int
        85: istore 5 /* zip */
        start local 5 // boolean zip
        86: .line 2069
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            iload 5 /* zip */
            ifeq 87
            ldc "StackMapTable"
            goto 88
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ByteVector int int int int
      StackMap stack: org.objectweb.asm.ByteVector org.objectweb.asm.ClassWriter
        87: ldc "StackMap"
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ByteVector int int int int
      StackMap stack: org.objectweb.asm.ByteVector org.objectweb.asm.ClassWriter java.lang.String
        88: invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        89: .line 2070
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frameCount:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        90: .line 2071
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
        end local 5 // boolean zip
        91: .line 2073
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
            ifnull 93
        92: .line 2074
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStack:I
            aload 1 /* out */
            invokevirtual org.objectweb.asm.Attribute.put:(Lorg/objectweb/asm/ClassWriter;[BIIILorg/objectweb/asm/ByteVector;)V
        end local 4 // int size
        93: .line 2077
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptionCount:I
            ifle 103
        94: .line 2078
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Exceptions"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        95: .line 2079
            iconst_2
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptionCount:I
            imul
            iconst_2
            iadd
        96: .line 2078
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
        97: .line 2080
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptionCount:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        98: .line 2081
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        99: goto 102
       100: .line 2082
      StackMap locals: int
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptions:[I
            iload 4 /* i */
            iaload
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       101: .line 2081
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
       102: iload 4 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptionCount:I
            if_icmplt 100
        end local 4 // int i
       103: .line 2085
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            sipush 4096
            iand
            ifeq 107
       104: .line 2086
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmplt 106
       105: .line 2087
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            ldc 262144
            iand
            ifeq 107
       106: .line 2088
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Synthetic"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       107: .line 2091
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            ldc 131072
            iand
            ifeq 109
       108: .line 2092
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Deprecated"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       109: .line 2094
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            ifnull 112
       110: .line 2095
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Signature"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_2
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       111: .line 2096
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       112: .line 2098
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
            ifnull 116
       113: .line 2099
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "AnnotationDefault"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       114: .line 2100
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       115: .line 2101
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       116: .line 2103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 119
       117: .line 2104
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       118: .line 2105
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
            aload 1 /* out */
            invokevirtual org.objectweb.asm.AnnotationWriter.put:(Lorg/objectweb/asm/ByteVector;)V
       119: .line 2107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 122
       120: .line 2108
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       121: .line 2109
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
            aload 1 /* out */
            invokevirtual org.objectweb.asm.AnnotationWriter.put:(Lorg/objectweb/asm/ByteVector;)V
       122: .line 2111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
            ifnull 125
       123: .line 2112
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleParameterAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       124: .line 2113
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.synthetics:I
            aload 1 /* out */
            invokestatic org.objectweb.asm.AnnotationWriter.put:([Lorg/objectweb/asm/AnnotationWriter;ILorg/objectweb/asm/ByteVector;)V
       125: .line 2115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
            ifnull 128
       126: .line 2116
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleParameterAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       127: .line 2117
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.synthetics:I
            aload 1 /* out */
            invokestatic org.objectweb.asm.AnnotationWriter.put:([Lorg/objectweb/asm/AnnotationWriter;ILorg/objectweb/asm/ByteVector;)V
       128: .line 2119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
            ifnull 130
       129: .line 2120
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aconst_null
            iconst_0
            iconst_m1
            iconst_m1
            aload 1 /* out */
            invokevirtual org.objectweb.asm.Attribute.put:(Lorg/objectweb/asm/ClassWriter;[BIIILorg/objectweb/asm/ByteVector;)V
       130: .line 2122
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int attributeCount
        end local 2 // int mask
        end local 1 // org.objectweb.asm.ByteVector out
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0  131     0            this  Lorg/objectweb/asm/MethodWriter;
            0  131     1             out  Lorg/objectweb/asm/ByteVector;
            3  131     2            mask  I
            8  131     3  attributeCount  I
           35   93     4            size  I
           53   58     5               h  Lorg/objectweb/asm/Handler;
           86   91     5             zip  Z
           99  103     4               i  I
    MethodParameters:
      Name  Flags
      out   final

  private void resizeInstructions();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=16, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 2146
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            astore 1 /* b */
        start local 1 // byte[] b
         1: .line 2174
            iconst_0
            newarray 10
            astore 7 /* allIndexes */
        start local 7 // int[] allIndexes
         2: .line 2175
            iconst_0
            newarray 10
            astore 8 /* allSizes */
        start local 8 // int[] allSizes
         3: .line 2179
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            newarray 4
            astore 9 /* resize */
        start local 9 // boolean[] resize
         4: .line 2182
            iconst_3
            istore 11 /* state */
        start local 11 // int state
         5: .line 2184
      StackMap locals: org.objectweb.asm.MethodWriter byte[] top top top top top int[] int[] boolean[] top int
      StackMap stack:
            iload 11 /* state */
            iconst_3
            if_icmpne 7
         6: .line 2185
            iconst_2
            istore 11 /* state */
         7: .line 2187
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* u */
        start local 2 // int u
         8: .line 2188
            goto 80
         9: .line 2189
      StackMap locals: org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int
      StackMap stack:
            aload 1 /* b */
            iload 2 /* u */
            baload
            sipush 255
            iand
            istore 12 /* opcode */
        start local 12 // int opcode
        10: .line 2190
            iconst_0
            istore 13 /* insert */
        start local 13 // int insert
        11: .line 2192
            getstatic org.objectweb.asm.ClassWriter.TYPE:[B
            iload 12 /* opcode */
            baload
            tableswitch { // 0 - 17
                    0: 12
                    1: 60
                    2: 62
                    3: 60
                    4: 12
                    5: 62
                    6: 62
                    7: 64
                    8: 64
                    9: 14
                   10: 32
                   11: 60
                   12: 62
                   13: 62
                   14: 34
                   15: 44
                   16: 66
                   17: 54
              default: 66
          }
        12: .line 2195
      StackMap locals: int int
      StackMap stack:
            iinc 2 /* u */ 1
        13: .line 2196
            goto 67
        14: .line 2198
      StackMap locals:
      StackMap stack:
            iload 12 /* opcode */
            sipush 201
            if_icmple 20
        15: .line 2202
            iload 12 /* opcode */
            sipush 218
            if_icmpge 16
            iload 12 /* opcode */
            bipush 49
            isub
            goto 17
      StackMap locals:
      StackMap stack:
        16: iload 12 /* opcode */
            bipush 20
            isub
      StackMap locals:
      StackMap stack: int
        17: istore 12 /* opcode */
        18: .line 2203
            iload 2 /* u */
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            invokestatic org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
            iadd
            istore 4 /* label */
        start local 4 // int label
        19: .line 2204
            goto 21
        end local 4 // int label
        20: .line 2205
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            invokestatic org.objectweb.asm.MethodWriter.readShort:([BI)S
            iadd
            istore 4 /* label */
        start local 4 // int label
        21: .line 2207
      StackMap locals: org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] top int int int
      StackMap stack:
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 2 /* u */
            iload 4 /* label */
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
        22: .line 2208
            iload 10 /* newOffset */
            sipush -32768
            if_icmplt 24
        23: .line 2209
            iload 10 /* newOffset */
            sipush 32767
            if_icmple 30
        24: .line 2210
      StackMap locals: org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] int int int int
      StackMap stack:
            aload 9 /* resize */
            iload 2 /* u */
            baload
            ifne 30
        25: .line 2211
            iload 12 /* opcode */
            sipush 167
            if_icmpeq 26
            iload 12 /* opcode */
            sipush 168
            if_icmpne 28
        26: .line 2215
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 13 /* insert */
        27: .line 2216
            goto 29
        28: .line 2223
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 13 /* insert */
        29: .line 2225
      StackMap locals:
      StackMap stack:
            aload 9 /* resize */
            iload 2 /* u */
            iconst_1
            bastore
        30: .line 2228
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 3
        31: .line 2229
            goto 67
        end local 10 // int newOffset
        end local 4 // int label
        32: .line 2231
      StackMap locals: org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int int int
      StackMap stack:
            iinc 2 /* u */ 5
        33: .line 2232
            goto 67
        34: .line 2234
      StackMap locals:
      StackMap stack:
            iload 11 /* state */
            iconst_1
            if_icmpne 38
        35: .line 2242
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iconst_0
            iload 2 /* u */
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
        36: .line 2243
            iload 10 /* newOffset */
            iconst_3
            iand
            ineg
            istore 13 /* insert */
        37: .line 2244
            goto 41
        end local 10 // int newOffset
      StackMap locals:
      StackMap stack:
        38: aload 9 /* resize */
            iload 2 /* u */
            baload
            ifne 41
        39: .line 2248
            iload 2 /* u */
            iconst_3
            iand
            istore 13 /* insert */
        40: .line 2249
            aload 9 /* resize */
            iload 2 /* u */
            iconst_1
            bastore
        41: .line 2252
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            iconst_4
            iadd
            iload 2 /* u */
            iconst_3
            iand
            isub
            istore 2 /* u */
        42: .line 2253
            iload 2 /* u */
            iconst_4
            aload 1 /* b */
            iload 2 /* u */
            bipush 8
            iadd
            invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
            aload 1 /* b */
            iload 2 /* u */
            iconst_4
            iadd
            invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
            isub
            iconst_1
            iadd
            imul
            bipush 12
            iadd
            iadd
            istore 2 /* u */
        43: .line 2254
            goto 67
        44: .line 2256
      StackMap locals:
      StackMap stack:
            iload 11 /* state */
            iconst_1
            if_icmpne 48
        45: .line 2258
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iconst_0
            iload 2 /* u */
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
        46: .line 2259
            iload 10 /* newOffset */
            iconst_3
            iand
            ineg
            istore 13 /* insert */
        47: .line 2260
            goto 51
        end local 10 // int newOffset
      StackMap locals:
      StackMap stack:
        48: aload 9 /* resize */
            iload 2 /* u */
            baload
            ifne 51
        49: .line 2262
            iload 2 /* u */
            iconst_3
            iand
            istore 13 /* insert */
        50: .line 2263
            aload 9 /* resize */
            iload 2 /* u */
            iconst_1
            bastore
        51: .line 2266
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            iconst_4
            iadd
            iload 2 /* u */
            iconst_3
            iand
            isub
            istore 2 /* u */
        52: .line 2267
            iload 2 /* u */
            bipush 8
            aload 1 /* b */
            iload 2 /* u */
            iconst_4
            iadd
            invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
            imul
            bipush 8
            iadd
            iadd
            istore 2 /* u */
        53: .line 2268
            goto 67
        54: .line 2270
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 12 /* opcode */
        55: .line 2271
            iload 12 /* opcode */
            sipush 132
            if_icmpne 58
        56: .line 2272
            iinc 2 /* u */ 6
        57: .line 2273
            goto 67
        58: .line 2274
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 4
        59: .line 2276
            goto 67
        60: .line 2280
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 2
        61: .line 2281
            goto 67
        62: .line 2287
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 3
        63: .line 2288
            goto 67
        64: .line 2291
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 5
        65: .line 2292
            goto 67
        66: .line 2295
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 4
        67: .line 2298
      StackMap locals:
      StackMap stack:
            iload 13 /* insert */
            ifeq 80
        68: .line 2301
            aload 7 /* allIndexes */
            arraylength
            iconst_1
            iadd
            newarray 10
            astore 14 /* newIndexes */
        start local 14 // int[] newIndexes
        69: .line 2302
            aload 8 /* allSizes */
            arraylength
            iconst_1
            iadd
            newarray 10
            astore 15 /* newSizes */
        start local 15 // int[] newSizes
        70: .line 2303
            aload 7 /* allIndexes */
            iconst_0
            aload 14 /* newIndexes */
            iconst_0
        71: .line 2304
            aload 7 /* allIndexes */
            arraylength
        72: .line 2303
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        73: .line 2305
            aload 8 /* allSizes */
            iconst_0
            aload 15 /* newSizes */
            iconst_0
            aload 8 /* allSizes */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        74: .line 2306
            aload 14 /* newIndexes */
            aload 7 /* allIndexes */
            arraylength
            iload 2 /* u */
            iastore
        75: .line 2307
            aload 15 /* newSizes */
            aload 8 /* allSizes */
            arraylength
            iload 13 /* insert */
            iastore
        76: .line 2308
            aload 14 /* newIndexes */
            astore 7 /* allIndexes */
        77: .line 2309
            aload 15 /* newSizes */
            astore 8 /* allSizes */
        78: .line 2310
            iload 13 /* insert */
            ifle 80
        79: .line 2311
            iconst_3
            istore 11 /* state */
        end local 15 // int[] newSizes
        end local 14 // int[] newIndexes
        end local 13 // int insert
        end local 12 // int opcode
        80: .line 2188
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            aload 1 /* b */
            arraylength
            if_icmplt 9
        81: .line 2315
            iload 11 /* state */
            iconst_3
            if_icmpge 83
        82: .line 2316
            iinc 11 /* state */ -1
        83: .line 2318
      StackMap locals:
      StackMap stack:
            iload 11 /* state */
            ifne 5
        84: .line 2324
            new org.objectweb.asm.ByteVector
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokespecial org.objectweb.asm.ByteVector.<init>:(I)V
            astore 12 /* newCode */
        start local 12 // org.objectweb.asm.ByteVector newCode
        85: .line 2326
            iconst_0
            istore 2 /* u */
        86: .line 2327
            goto 187
        87: .line 2328
      StackMap locals: org.objectweb.asm.ByteVector
      StackMap stack:
            aload 1 /* b */
            iload 2 /* u */
            baload
            sipush 255
            iand
            istore 13 /* opcode */
        start local 13 // int opcode
        88: .line 2329
            getstatic org.objectweb.asm.ClassWriter.TYPE:[B
            iload 13 /* opcode */
            baload
            tableswitch { // 0 - 17
                    0: 89
                    1: 176
                    2: 179
                    3: 176
                    4: 89
                    5: 179
                    6: 179
                    7: 182
                    8: 182
                    9: 92
                   10: 119
                   11: 176
                   12: 179
                   13: 179
                   14: 125
                   15: 147
                   16: 185
                   17: 168
              default: 185
          }
        89: .line 2332
      StackMap locals: int
      StackMap stack:
            aload 12 /* newCode */
            iload 13 /* opcode */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        90: .line 2333
            iinc 2 /* u */ 1
        91: .line 2334
            goto 187
        92: .line 2336
      StackMap locals:
      StackMap stack:
            iload 13 /* opcode */
            sipush 201
            if_icmple 98
        93: .line 2340
            iload 13 /* opcode */
            sipush 218
            if_icmpge 94
            iload 13 /* opcode */
            bipush 49
            isub
            goto 95
      StackMap locals:
      StackMap stack:
        94: iload 13 /* opcode */
            bipush 20
            isub
      StackMap locals:
      StackMap stack: int
        95: istore 13 /* opcode */
        96: .line 2341
            iload 2 /* u */
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            invokestatic org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
            iadd
            istore 4 /* label */
        start local 4 // int label
        97: .line 2342
            goto 99
        end local 4 // int label
        98: .line 2343
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            invokestatic org.objectweb.asm.MethodWriter.readShort:([BI)S
            iadd
            istore 4 /* label */
        start local 4 // int label
        99: .line 2345
      StackMap locals: org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] top int org.objectweb.asm.ByteVector int
      StackMap stack:
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 2 /* u */
            iload 4 /* label */
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
       100: .line 2346
            aload 9 /* resize */
            iload 2 /* u */
            baload
            ifeq 115
       101: .line 2352
            iload 13 /* opcode */
            sipush 167
            if_icmpne 104
       102: .line 2353
            aload 12 /* newCode */
            sipush 200
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
       103: .line 2354
            goto 113
      StackMap locals: org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] int int org.objectweb.asm.ByteVector int
      StackMap stack:
       104: iload 13 /* opcode */
            sipush 168
            if_icmpne 107
       105: .line 2355
            aload 12 /* newCode */
            sipush 201
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
       106: .line 2356
            goto 113
       107: .line 2357
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            iload 13 /* opcode */
            sipush 166
            if_icmpgt 108
            iload 13 /* opcode */
            iconst_1
            iadd
            iconst_1
            ixor
            iconst_1
            isub
            goto 109
       108: .line 2358
      StackMap locals:
      StackMap stack: org.objectweb.asm.ByteVector
            iload 13 /* opcode */
            iconst_1
            ixor
       109: .line 2357
      StackMap locals: org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] int int org.objectweb.asm.ByteVector int
      StackMap stack: org.objectweb.asm.ByteVector int
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
       110: .line 2359
            aload 12 /* newCode */
            bipush 8
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       111: .line 2360
            aload 12 /* newCode */
            sipush 200
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
       112: .line 2362
            iinc 10 /* newOffset */ -3
       113: .line 2364
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       114: .line 2365
            goto 117
       115: .line 2366
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            iload 13 /* opcode */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
       116: .line 2367
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       117: .line 2369
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 3
       118: .line 2370
            goto 187
        end local 10 // int newOffset
        end local 4 // int label
       119: .line 2372
      StackMap locals: org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int org.objectweb.asm.ByteVector int
      StackMap stack:
            iload 2 /* u */
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
            iadd
            istore 4 /* label */
        start local 4 // int label
       120: .line 2373
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 2 /* u */
            iload 4 /* label */
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
       121: .line 2374
            aload 12 /* newCode */
            iload 13 /* opcode */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
       122: .line 2375
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       123: .line 2376
            iinc 2 /* u */ 5
       124: .line 2377
            goto 187
        end local 10 // int newOffset
        end local 4 // int label
       125: .line 2380
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            istore 3 /* v */
        start local 3 // int v
       126: .line 2381
            iload 2 /* u */
            iconst_4
            iadd
            iload 3 /* v */
            iconst_3
            iand
            isub
            istore 2 /* u */
       127: .line 2383
            aload 12 /* newCode */
            sipush 170
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
       128: .line 2384
            aload 12 /* newCode */
            aconst_null
            iconst_0
            iconst_4
            aload 12 /* newCode */
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_4
            irem
            isub
            iconst_4
            irem
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       129: .line 2385
            iload 3 /* v */
            aload 1 /* b */
            iload 2 /* u */
            invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
            iadd
            istore 4 /* label */
        start local 4 // int label
       130: .line 2386
            iinc 2 /* u */ 4
       131: .line 2387
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 3 /* v */
            iload 4 /* label */
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
       132: .line 2388
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       133: .line 2389
            aload 1 /* b */
            iload 2 /* u */
            invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
            istore 6 /* j */
        start local 6 // int j
       134: .line 2390
            iinc 2 /* u */ 4
       135: .line 2391
            aload 12 /* newCode */
            iload 6 /* j */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       136: .line 2392
            aload 1 /* b */
            iload 2 /* u */
            invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
            iload 6 /* j */
            isub
            iconst_1
            iadd
            istore 6 /* j */
       137: .line 2393
            iinc 2 /* u */ 4
       138: .line 2394
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            iconst_4
            isub
            invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       139: .line 2395
            goto 145
       140: .line 2396
      StackMap locals: org.objectweb.asm.MethodWriter byte[] int int int top int int[] int[] boolean[] int int org.objectweb.asm.ByteVector int
      StackMap stack:
            iload 3 /* v */
            aload 1 /* b */
            iload 2 /* u */
            invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
            iadd
            istore 4 /* label */
       141: .line 2397
            iinc 2 /* u */ 4
       142: .line 2398
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 3 /* v */
            iload 4 /* label */
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
       143: .line 2399
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       144: .line 2395
            iinc 6 /* j */ -1
      StackMap locals:
      StackMap stack:
       145: iload 6 /* j */
            ifgt 140
       146: .line 2401
            goto 187
        end local 10 // int newOffset
        end local 6 // int j
        end local 4 // int label
        end local 3 // int v
       147: .line 2404
      StackMap locals: org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int org.objectweb.asm.ByteVector int
      StackMap stack:
            iload 2 /* u */
            istore 3 /* v */
        start local 3 // int v
       148: .line 2405
            iload 2 /* u */
            iconst_4
            iadd
            iload 3 /* v */
            iconst_3
            iand
            isub
            istore 2 /* u */
       149: .line 2407
            aload 12 /* newCode */
            sipush 171
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
       150: .line 2408
            aload 12 /* newCode */
            aconst_null
            iconst_0
            iconst_4
            aload 12 /* newCode */
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_4
            irem
            isub
            iconst_4
            irem
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       151: .line 2409
            iload 3 /* v */
            aload 1 /* b */
            iload 2 /* u */
            invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
            iadd
            istore 4 /* label */
        start local 4 // int label
       152: .line 2410
            iinc 2 /* u */ 4
       153: .line 2411
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 3 /* v */
            iload 4 /* label */
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
       154: .line 2412
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       155: .line 2413
            aload 1 /* b */
            iload 2 /* u */
            invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
            istore 6 /* j */
        start local 6 // int j
       156: .line 2414
            iinc 2 /* u */ 4
       157: .line 2415
            aload 12 /* newCode */
            iload 6 /* j */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       158: .line 2416
            goto 166
       159: .line 2417
      StackMap locals: org.objectweb.asm.MethodWriter byte[] int int int top int int[] int[] boolean[] int int org.objectweb.asm.ByteVector int
      StackMap stack:
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       160: .line 2418
            iinc 2 /* u */ 4
       161: .line 2419
            iload 3 /* v */
            aload 1 /* b */
            iload 2 /* u */
            invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
            iadd
            istore 4 /* label */
       162: .line 2420
            iinc 2 /* u */ 4
       163: .line 2421
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 3 /* v */
            iload 4 /* label */
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
       164: .line 2422
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       165: .line 2416
            iinc 6 /* j */ -1
      StackMap locals:
      StackMap stack:
       166: iload 6 /* j */
            ifgt 159
       167: .line 2424
            goto 187
        end local 10 // int newOffset
        end local 6 // int j
        end local 4 // int label
        end local 3 // int v
       168: .line 2426
      StackMap locals: org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int org.objectweb.asm.ByteVector int
      StackMap stack:
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 13 /* opcode */
       169: .line 2427
            iload 13 /* opcode */
            sipush 132
            if_icmpne 173
       170: .line 2428
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            bipush 6
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       171: .line 2429
            iinc 2 /* u */ 6
       172: .line 2430
            goto 187
       173: .line 2431
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            iconst_4
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       174: .line 2432
            iinc 2 /* u */ 4
       175: .line 2434
            goto 187
       176: .line 2438
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            iconst_2
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       177: .line 2439
            iinc 2 /* u */ 2
       178: .line 2440
            goto 187
       179: .line 2446
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            iconst_3
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       180: .line 2447
            iinc 2 /* u */ 3
       181: .line 2448
            goto 187
       182: .line 2451
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            iconst_5
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       183: .line 2452
            iinc 2 /* u */ 5
       184: .line 2453
            goto 187
       185: .line 2456
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            iconst_4
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       186: .line 2457
            iinc 2 /* u */ 4
        end local 13 // int opcode
       187: .line 2327
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            if_icmplt 87
       188: .line 2463
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.frameCount:I
            ifle 209
       189: .line 2464
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifne 208
       190: .line 2465
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.MethodWriter.frameCount:I
       191: .line 2466
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
       192: .line 2467
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.MethodWriter.previousFrame:[I
       193: .line 2468
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.MethodWriter.frame:[I
       194: .line 2469
            new org.objectweb.asm.Frame
            dup
            invokespecial org.objectweb.asm.Frame.<init>:()V
            astore 13 /* f */
        start local 13 // org.objectweb.asm.Frame f
       195: .line 2470
            aload 13 /* f */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
            putfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
       196: .line 2471
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            astore 14 /* args */
        start local 14 // org.objectweb.asm.Type[] args
       197: .line 2472
            aload 13 /* f */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.access:I
            aload 14 /* args */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            invokevirtual org.objectweb.asm.Frame.initInputFrame:(Lorg/objectweb/asm/ClassWriter;I[Lorg/objectweb/asm/Type;I)V
       198: .line 2473
            aload 0 /* this */
            aload 13 /* f */
            invokevirtual org.objectweb.asm.MethodWriter.visitFrame:(Lorg/objectweb/asm/Frame;)V
       199: .line 2474
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
            astore 15 /* l */
        start local 15 // org.objectweb.asm.Label l
       200: .line 2475
            goto 206
       201: .line 2480
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.Type[] org.objectweb.asm.Label
      StackMap stack:
            aload 15 /* l */
            getfield org.objectweb.asm.Label.position:I
            iconst_3
            isub
            istore 2 /* u */
       202: .line 2481
            aload 15 /* l */
            getfield org.objectweb.asm.Label.status:I
            bipush 32
            iand
            ifne 203
            iload 2 /* u */
            iflt 205
            aload 9 /* resize */
            iload 2 /* u */
            baload
            ifeq 205
       203: .line 2482
      StackMap locals:
      StackMap stack:
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            aload 15 /* l */
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[ILorg/objectweb/asm/Label;)V
       204: .line 2484
            aload 0 /* this */
            aload 15 /* l */
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            invokevirtual org.objectweb.asm.MethodWriter.visitFrame:(Lorg/objectweb/asm/Frame;)V
       205: .line 2486
      StackMap locals:
      StackMap stack:
            aload 15 /* l */
            getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
            astore 15 /* l */
       206: .line 2475
      StackMap locals:
      StackMap stack:
            aload 15 /* l */
            ifnonnull 201
        end local 15 // org.objectweb.asm.Label l
        end local 14 // org.objectweb.asm.Type[] args
        end local 13 // org.objectweb.asm.Frame f
       207: .line 2488
            goto 209
       208: .line 2503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
            iconst_1
            putfield org.objectweb.asm.ClassWriter.invalidFrames:Z
       209: .line 2507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            astore 13 /* h */
        start local 13 // org.objectweb.asm.Handler h
       210: .line 2508
            goto 215
       211: .line 2509
      StackMap locals: org.objectweb.asm.Handler
      StackMap stack:
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            aload 13 /* h */
            getfield org.objectweb.asm.Handler.start:Lorg/objectweb/asm/Label;
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[ILorg/objectweb/asm/Label;)V
       212: .line 2510
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            aload 13 /* h */
            getfield org.objectweb.asm.Handler.end:Lorg/objectweb/asm/Label;
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[ILorg/objectweb/asm/Label;)V
       213: .line 2511
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            aload 13 /* h */
            getfield org.objectweb.asm.Handler.handler:Lorg/objectweb/asm/Label;
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[ILorg/objectweb/asm/Label;)V
       214: .line 2512
            aload 13 /* h */
            getfield org.objectweb.asm.Handler.next:Lorg/objectweb/asm/Handler;
            astore 13 /* h */
       215: .line 2508
      StackMap locals:
      StackMap stack:
            aload 13 /* h */
            ifnonnull 211
       216: .line 2516
            iconst_0
            istore 5 /* i */
        start local 5 // int i
       217: goto 236
       218: .line 2517
      StackMap locals: org.objectweb.asm.MethodWriter byte[] int top top int top int[] int[] boolean[] top int org.objectweb.asm.ByteVector org.objectweb.asm.Handler
      StackMap stack:
            iload 5 /* i */
            ifne 219
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
            goto 220
      StackMap locals:
      StackMap stack:
       219: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
      StackMap locals:
      StackMap stack: org.objectweb.asm.ByteVector
       220: astore 14 /* bv */
        start local 14 // org.objectweb.asm.ByteVector bv
       221: .line 2518
            aload 14 /* bv */
            ifnull 235
       222: .line 2519
            aload 14 /* bv */
            getfield org.objectweb.asm.ByteVector.data:[B
            astore 1 /* b */
       223: .line 2520
            iconst_0
            istore 2 /* u */
       224: .line 2521
            goto 234
       225: .line 2522
      StackMap locals: org.objectweb.asm.ByteVector
      StackMap stack:
            aload 1 /* b */
            iload 2 /* u */
            invokestatic org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
            istore 4 /* label */
        start local 4 // int label
       226: .line 2523
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iconst_0
            iload 4 /* label */
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
       227: .line 2524
            aload 1 /* b */
            iload 2 /* u */
            iload 10 /* newOffset */
            invokestatic org.objectweb.asm.MethodWriter.writeShort:([BII)V
       228: .line 2525
            iload 4 /* label */
            aload 1 /* b */
            iload 2 /* u */
            iconst_2
            iadd
            invokestatic org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
            iadd
            istore 4 /* label */
       229: .line 2526
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iconst_0
            iload 4 /* label */
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
       230: .line 2527
            iload 10 /* newOffset */
       231: .line 2526
            isub
            istore 10 /* newOffset */
       232: .line 2528
            aload 1 /* b */
            iload 2 /* u */
            iconst_2
            iadd
            iload 10 /* newOffset */
            invokestatic org.objectweb.asm.MethodWriter.writeShort:([BII)V
       233: .line 2529
            iinc 2 /* u */ 10
        end local 10 // int newOffset
        end local 4 // int label
       234: .line 2521
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            aload 14 /* bv */
            getfield org.objectweb.asm.ByteVector.length:I
            if_icmplt 225
        end local 14 // org.objectweb.asm.ByteVector bv
       235: .line 2516
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
       236: iload 5 /* i */
            iconst_2
            if_icmplt 218
       237: .line 2533
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            ifnull 249
       238: .line 2534
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            astore 1 /* b */
       239: .line 2535
            iconst_0
            istore 2 /* u */
       240: .line 2536
            goto 248
       241: .line 2538
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
       242: .line 2539
            iload 2 /* u */
       243: .line 2540
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iconst_0
       244: .line 2541
            aload 1 /* b */
            iload 2 /* u */
            invokestatic org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
       245: .line 2540
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
       246: .line 2537
            invokestatic org.objectweb.asm.MethodWriter.writeShort:([BII)V
       247: .line 2542
            iinc 2 /* u */ 4
       248: .line 2536
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            if_icmplt 241
       249: .line 2546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
            astore 14 /* attr */
        start local 14 // org.objectweb.asm.Attribute attr
       250: .line 2547
            goto 258
       251: .line 2548
      StackMap locals: org.objectweb.asm.Attribute
      StackMap stack:
            aload 14 /* attr */
            invokevirtual org.objectweb.asm.Attribute.getLabels:()[Lorg/objectweb/asm/Label;
            astore 15 /* labels */
        start local 15 // org.objectweb.asm.Label[] labels
       252: .line 2549
            aload 15 /* labels */
            ifnull 257
       253: .line 2550
            aload 15 /* labels */
            arraylength
            iconst_1
            isub
            istore 5 /* i */
            goto 256
       254: .line 2551
      StackMap locals: org.objectweb.asm.Label[]
      StackMap stack:
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            aload 15 /* labels */
            iload 5 /* i */
            aaload
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[ILorg/objectweb/asm/Label;)V
       255: .line 2550
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
       256: iload 5 /* i */
            ifge 254
       257: .line 2554
      StackMap locals:
      StackMap stack:
            aload 14 /* attr */
            getfield org.objectweb.asm.Attribute.next:Lorg/objectweb/asm/Attribute;
            astore 14 /* attr */
        end local 15 // org.objectweb.asm.Label[] labels
       258: .line 2547
      StackMap locals:
      StackMap stack:
            aload 14 /* attr */
            ifnonnull 251
       259: .line 2558
            aload 0 /* this */
            aload 12 /* newCode */
            putfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
       260: .line 2559
            return
        end local 14 // org.objectweb.asm.Attribute attr
        end local 13 // org.objectweb.asm.Handler h
        end local 12 // org.objectweb.asm.ByteVector newCode
        end local 11 // int state
        end local 9 // boolean[] resize
        end local 8 // int[] allSizes
        end local 7 // int[] allIndexes
        end local 5 // int i
        end local 2 // int u
        end local 1 // byte[] b
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0  261     0        this  Lorg/objectweb/asm/MethodWriter;
            1  261     1           b  [B
            8  261     2           u  I
          126  147     3           v  I
          148  168     3           v  I
           19   20     4       label  I
           21   32     4       label  I
           97   98     4       label  I
           99  119     4       label  I
          120  125     4       label  I
          130  147     4       label  I
          152  168     4       label  I
          226  234     4       label  I
          217  261     5           i  I
          134  147     6           j  I
          156  168     6           j  I
            2  261     7  allIndexes  [I
            3  261     8    allSizes  [I
            4  261     9      resize  [Z
           22   32    10   newOffset  I
           36   38    10   newOffset  I
           46   48    10   newOffset  I
          100  119    10   newOffset  I
          121  125    10   newOffset  I
          132  147    10   newOffset  I
          154  168    10   newOffset  I
          227  234    10   newOffset  I
            5  261    11       state  I
           10   80    12      opcode  I
           11   80    13      insert  I
           69   80    14  newIndexes  [I
           70   80    15    newSizes  [I
           85  261    12     newCode  Lorg/objectweb/asm/ByteVector;
           88  187    13      opcode  I
          195  207    13           f  Lorg/objectweb/asm/Frame;
          197  207    14        args  [Lorg/objectweb/asm/Type;
          200  207    15           l  Lorg/objectweb/asm/Label;
          210  261    13           h  Lorg/objectweb/asm/Handler;
          221  235    14          bv  Lorg/objectweb/asm/ByteVector;
          250  261    14        attr  Lorg/objectweb/asm/Attribute;
          252  258    15      labels  [Lorg/objectweb/asm/Label;

  static int readUnsignedShort(byte[], int);
    descriptor: ([BI)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int index
         0: .line 2571
            aload 0 /* b */
            iload 1 /* index */
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 0 /* b */
            iload 1 /* index */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            ior
            ireturn
        end local 1 // int index
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0      b  [B
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      b      final
      index  final

  static short readShort(byte[], int);
    descriptor: ([BI)S
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int index
         0: .line 2584
            aload 0 /* b */
            iload 1 /* index */
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 0 /* b */
            iload 1 /* index */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            ior
            i2s
            ireturn
        end local 1 // int index
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0      b  [B
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      b      final
      index  final

  static int readInt(byte[], int);
    descriptor: ([BI)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int index
         0: .line 2597
            aload 0 /* b */
            iload 1 /* index */
            baload
            sipush 255
            iand
            bipush 24
            ishl
            aload 0 /* b */
            iload 1 /* index */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
            ior
         1: .line 2598
            aload 0 /* b */
            iload 1 /* index */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
         2: .line 2597
            ior
         3: .line 2598
            aload 0 /* b */
            iload 1 /* index */
            iconst_3
            iadd
            baload
            sipush 255
            iand
         4: .line 2597
            ior
            ireturn
        end local 1 // int index
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0      b  [B
            0    5     1  index  I
    MethodParameters:
       Name  Flags
      b      final
      index  final

  static void writeShort(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // byte[] b
        start local 1 // int index
        start local 2 // int s
         0: .line 2612
            aload 0 /* b */
            iload 1 /* index */
            iload 2 /* s */
            bipush 8
            iushr
            i2b
            bastore
         1: .line 2613
            aload 0 /* b */
            iload 1 /* index */
            iconst_1
            iadd
            iload 2 /* s */
            i2b
            bastore
         2: .line 2614
            return
        end local 2 // int s
        end local 1 // int index
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0      b  [B
            0    3     1  index  I
            0    3     2      s  I
    MethodParameters:
       Name  Flags
      b      final
      index  final
      s      final

  static int getNewOffset(int[], int[], int, int);
    descriptor: ([I[III)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // int[] indexes
        start local 1 // int[] sizes
        start local 2 // int begin
        start local 3 // int end
         0: .line 2645
            iload 3 /* end */
            iload 2 /* begin */
            isub
            istore 4 /* offset */
        start local 4 // int offset
         1: .line 2646
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 9
         3: .line 2647
      StackMap locals: int int
      StackMap stack:
            iload 2 /* begin */
            aload 0 /* indexes */
            iload 5 /* i */
            iaload
            if_icmpge 6
            aload 0 /* indexes */
            iload 5 /* i */
            iaload
            iload 3 /* end */
            if_icmpgt 6
         4: .line 2649
            iload 4 /* offset */
            aload 1 /* sizes */
            iload 5 /* i */
            iaload
            iadd
            istore 4 /* offset */
         5: .line 2650
            goto 8
      StackMap locals:
      StackMap stack:
         6: iload 3 /* end */
            aload 0 /* indexes */
            iload 5 /* i */
            iaload
            if_icmpge 8
            aload 0 /* indexes */
            iload 5 /* i */
            iaload
            iload 2 /* begin */
            if_icmpgt 8
         7: .line 2652
            iload 4 /* offset */
            aload 1 /* sizes */
            iload 5 /* i */
            iaload
            isub
            istore 4 /* offset */
         8: .line 2646
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 5 /* i */
            aload 0 /* indexes */
            arraylength
            if_icmplt 3
        end local 5 // int i
        10: .line 2655
            iload 4 /* offset */
            ireturn
        end local 4 // int offset
        end local 3 // int end
        end local 2 // int begin
        end local 1 // int[] sizes
        end local 0 // int[] indexes
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0  indexes  [I
            0   11     1    sizes  [I
            0   11     2    begin  I
            0   11     3      end  I
            1   11     4   offset  I
            2   10     5        i  I
    MethodParameters:
         Name  Flags
      indexes  final
      sizes    final
      begin    final
      end      final

  static void getNewOffset(int[], int[], org.objectweb.asm.Label);
    descriptor: ([I[ILorg/objectweb/asm/Label;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // int[] indexes
        start local 1 // int[] sizes
        start local 2 // org.objectweb.asm.Label label
         0: .line 2680
            aload 2 /* label */
            getfield org.objectweb.asm.Label.status:I
            iconst_4
            iand
            ifne 3
         1: .line 2681
            aload 2 /* label */
            aload 0 /* indexes */
            aload 1 /* sizes */
            iconst_0
            aload 2 /* label */
            getfield org.objectweb.asm.Label.position:I
            invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            putfield org.objectweb.asm.Label.position:I
         2: .line 2682
            aload 2 /* label */
            dup
            getfield org.objectweb.asm.Label.status:I
            iconst_4
            ior
            putfield org.objectweb.asm.Label.status:I
         3: .line 2684
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.objectweb.asm.Label label
        end local 1 // int[] sizes
        end local 0 // int[] indexes
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  indexes  [I
            0    4     1    sizes  [I
            0    4     2    label  Lorg/objectweb/asm/Label;
    MethodParameters:
         Name  Flags
      indexes  final
      sizes    final
      label    final
}
SourceFile: "MethodWriter.java"