public class jdk.internal.org.objectweb.asm.commons.GeneratorAdapter extends jdk.internal.org.objectweb.asm.commons.LocalVariablesSorter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.commons.GeneratorAdapter
  super_class: jdk.internal.org.objectweb.asm.commons.LocalVariablesSorter
{
  private static final java.lang.String CLDESC;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "Ljava/lang/Class;"

  private static final jdk.internal.org.objectweb.asm.Type BYTE_TYPE;
    descriptor: Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.Type BOOLEAN_TYPE;
    descriptor: Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.Type SHORT_TYPE;
    descriptor: Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.Type CHARACTER_TYPE;
    descriptor: Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.Type INTEGER_TYPE;
    descriptor: Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.Type FLOAT_TYPE;
    descriptor: Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.Type LONG_TYPE;
    descriptor: Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.Type DOUBLE_TYPE;
    descriptor: Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.Type NUMBER_TYPE;
    descriptor: Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.Type OBJECT_TYPE;
    descriptor: Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.commons.Method BOOLEAN_VALUE;
    descriptor: Ljdk/internal/org/objectweb/asm/commons/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.commons.Method CHAR_VALUE;
    descriptor: Ljdk/internal/org/objectweb/asm/commons/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.commons.Method INT_VALUE;
    descriptor: Ljdk/internal/org/objectweb/asm/commons/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.commons.Method FLOAT_VALUE;
    descriptor: Ljdk/internal/org/objectweb/asm/commons/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.commons.Method LONG_VALUE;
    descriptor: Ljdk/internal/org/objectweb/asm/commons/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final jdk.internal.org.objectweb.asm.commons.Method DOUBLE_VALUE;
    descriptor: Ljdk/internal/org/objectweb/asm/commons/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final int ADD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 96

  public static final int SUB;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  public static final int MUL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 104

  public static final int DIV;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 108

  public static final int REM;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 112

  public static final int NEG;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 116

  public static final int SHL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 120

  public static final int SHR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 122

  public static final int USHR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 124

  public static final int AND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 126

  public static final int OR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  public static final int XOR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 130

  public static final int EQ;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 153

  public static final int NE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 154

  public static final int LT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 155

  public static final int GE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 156

  public static final int GT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 157

  public static final int LE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 158

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

  private final jdk.internal.org.objectweb.asm.Type returnType;
    descriptor: Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jdk.internal.org.objectweb.asm.Type[] argumentTypes;
    descriptor: [Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<jdk.internal.org.objectweb.asm.Type> localTypes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljdk/internal/org/objectweb/asm/Type;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 118
            ldc "java/lang/Byte"
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.BYTE_TYPE:Ljdk/internal/org/objectweb/asm/Type;
         1: .line 121
            ldc "java/lang/Boolean"
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
         2: .line 120
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_TYPE:Ljdk/internal/org/objectweb/asm/Type;
         3: .line 124
            ldc "java/lang/Short"
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
         4: .line 123
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.SHORT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
         5: .line 127
            ldc "java/lang/Character"
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
         6: .line 126
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.CHARACTER_TYPE:Ljdk/internal/org/objectweb/asm/Type;
         7: .line 130
            ldc "java/lang/Integer"
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
         8: .line 129
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.INTEGER_TYPE:Ljdk/internal/org/objectweb/asm/Type;
         9: .line 133
            ldc "java/lang/Float"
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
        10: .line 132
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.FLOAT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
        11: .line 135
            ldc "java/lang/Long"
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.LONG_TYPE:Ljdk/internal/org/objectweb/asm/Type;
        12: .line 138
            ldc "java/lang/Double"
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
        13: .line 137
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_TYPE:Ljdk/internal/org/objectweb/asm/Type;
        14: .line 141
            ldc "java/lang/Number"
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
        15: .line 140
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.NUMBER_TYPE:Ljdk/internal/org/objectweb/asm/Type;
        16: .line 144
            ldc "java/lang/Object"
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
        17: .line 143
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.OBJECT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
        18: .line 147
            ldc "boolean booleanValue()"
            invokestatic jdk.internal.org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/commons/Method;
        19: .line 146
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_VALUE:Ljdk/internal/org/objectweb/asm/commons/Method;
        20: .line 150
            ldc "char charValue()"
            invokestatic jdk.internal.org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/commons/Method;
        21: .line 149
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.CHAR_VALUE:Ljdk/internal/org/objectweb/asm/commons/Method;
        22: .line 152
            ldc "int intValue()"
            invokestatic jdk.internal.org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/commons/Method;
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.INT_VALUE:Ljdk/internal/org/objectweb/asm/commons/Method;
        23: .line 155
            ldc "float floatValue()"
            invokestatic jdk.internal.org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/commons/Method;
        24: .line 154
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.FLOAT_VALUE:Ljdk/internal/org/objectweb/asm/commons/Method;
        25: .line 158
            ldc "long longValue()"
            invokestatic jdk.internal.org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/commons/Method;
        26: .line 157
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.LONG_VALUE:Ljdk/internal/org/objectweb/asm/commons/Method;
        27: .line 161
            ldc "double doubleValue()"
            invokestatic jdk.internal.org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/commons/Method;
        28: .line 160
            putstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_VALUE:Ljdk/internal/org/objectweb/asm/commons/Method;
        29: .line 251
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(jdk.internal.org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String);
    descriptor: (Ljdk/internal/org/objectweb/asm/MethodVisitor;ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String desc
         0: .line 292
            aload 0 /* this */
            ldc 327680
            aload 1 /* mv */
            iload 2 /* access */
            aload 3 /* name */
            aload 4 /* desc */
            invokespecial jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.<init>:(ILjdk/internal/org/objectweb/asm/MethodVisitor;ILjava/lang/String;Ljava/lang/String;)V
         1: .line 293
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            if_acmpeq 3
         2: .line 294
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 296
      StackMap locals: jdk.internal.org.objectweb.asm.commons.GeneratorAdapter jdk.internal.org.objectweb.asm.MethodVisitor int java.lang.String java.lang.String
      StackMap stack:
            return
        end local 4 // java.lang.String desc
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    4     1      mv  Ljdk/internal/org/objectweb/asm/MethodVisitor;
            0    4     2  access  I
            0    4     3    name  Ljava/lang/String;
            0    4     4    desc  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      mv      final
      access  final
      name    final
      desc    final

  protected void <init>(int, jdk.internal.org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String);
    descriptor: (ILjdk/internal/org/objectweb/asm/MethodVisitor;ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int api
        start local 2 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        start local 3 // int access
        start local 4 // java.lang.String name
        start local 5 // java.lang.String desc
         0: .line 315
            aload 0 /* this */
            iload 1 /* api */
            iload 3 /* access */
            aload 5 /* desc */
            aload 2 /* mv */
            invokespecial jdk.internal.org.objectweb.asm.commons.LocalVariablesSorter.<init>:(IILjava/lang/String;Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
         1: .line 271
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.localTypes:Ljava/util/List;
         2: .line 316
            aload 0 /* this */
            iload 3 /* access */
            putfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.access:I
         3: .line 317
            aload 0 /* this */
            aload 5 /* desc */
            invokestatic jdk.internal.org.objectweb.asm.Type.getReturnType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
            putfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.returnType:Ljdk/internal/org/objectweb/asm/Type;
         4: .line 318
            aload 0 /* this */
            aload 5 /* desc */
            invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Ljdk/internal/org/objectweb/asm/Type;
            putfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Ljdk/internal/org/objectweb/asm/Type;
         5: .line 319
            return
        end local 5 // java.lang.String desc
        end local 4 // java.lang.String name
        end local 3 // int access
        end local 2 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        end local 1 // int api
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    6     1     api  I
            0    6     2      mv  Ljdk/internal/org/objectweb/asm/MethodVisitor;
            0    6     3  access  I
            0    6     4    name  Ljava/lang/String;
            0    6     5    desc  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      api     final
      mv      final
      access  final
      name    final
      desc    final

  public void <init>(int, jdk.internal.org.objectweb.asm.commons.Method, jdk.internal.org.objectweb.asm.MethodVisitor);
    descriptor: (ILjdk/internal/org/objectweb/asm/commons/Method;Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int access
        start local 2 // jdk.internal.org.objectweb.asm.commons.Method method
        start local 3 // jdk.internal.org.objectweb.asm.MethodVisitor mv
         0: .line 336
            aload 0 /* this */
            aload 3 /* mv */
            iload 1 /* access */
            aconst_null
            aload 2 /* method */
            invokevirtual jdk.internal.org.objectweb.asm.commons.Method.getDescriptor:()Ljava/lang/String;
            invokespecial jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.<init>:(Ljdk/internal/org/objectweb/asm/MethodVisitor;ILjava/lang/String;Ljava/lang/String;)V
         1: .line 337
            return
        end local 3 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        end local 2 // jdk.internal.org.objectweb.asm.commons.Method method
        end local 1 // int access
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  access  I
            0    2     2  method  Ljdk/internal/org/objectweb/asm/commons/Method;
            0    2     3      mv  Ljdk/internal/org/objectweb/asm/MethodVisitor;
    MethodParameters:
        Name  Flags
      access  final
      method  final
      mv      final

  public void <init>(int, jdk.internal.org.objectweb.asm.commons.Method, java.lang.String, jdk.internal.org.objectweb.asm.Type[], jdk.internal.org.objectweb.asm.ClassVisitor);
    descriptor: (ILjdk/internal/org/objectweb/asm/commons/Method;Ljava/lang/String;[Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/ClassVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int access
        start local 2 // jdk.internal.org.objectweb.asm.commons.Method method
        start local 3 // java.lang.String signature
        start local 4 // jdk.internal.org.objectweb.asm.Type[] exceptions
        start local 5 // jdk.internal.org.objectweb.asm.ClassVisitor cv
         0: .line 360
            aload 0 /* this */
            iload 1 /* access */
            aload 2 /* method */
            aload 5 /* cv */
         1: .line 361
            iload 1 /* access */
            aload 2 /* method */
            invokevirtual jdk.internal.org.objectweb.asm.commons.Method.getName:()Ljava/lang/String;
            aload 2 /* method */
            invokevirtual jdk.internal.org.objectweb.asm.commons.Method.getDescriptor:()Ljava/lang/String;
         2: .line 362
            aload 3 /* signature */
            aload 4 /* exceptions */
            invokestatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.getInternalNames:([Ljdk/internal/org/objectweb/asm/Type;)[Ljava/lang/String;
         3: .line 361
            invokevirtual jdk.internal.org.objectweb.asm.ClassVisitor.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/MethodVisitor;
            invokespecial jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.<init>:(ILjdk/internal/org/objectweb/asm/commons/Method;Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
         4: .line 363
            return
        end local 5 // jdk.internal.org.objectweb.asm.ClassVisitor cv
        end local 4 // jdk.internal.org.objectweb.asm.Type[] exceptions
        end local 3 // java.lang.String signature
        end local 2 // jdk.internal.org.objectweb.asm.commons.Method method
        end local 1 // int access
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    5     1      access  I
            0    5     2      method  Ljdk/internal/org/objectweb/asm/commons/Method;
            0    5     3   signature  Ljava/lang/String;
            0    5     4  exceptions  [Ljdk/internal/org/objectweb/asm/Type;
            0    5     5          cv  Ljdk/internal/org/objectweb/asm/ClassVisitor;
    MethodParameters:
            Name  Flags
      access      final
      method      final
      signature   final
      exceptions  final
      cv          final

  private static java.lang.String[] getInternalNames(jdk.internal.org.objectweb.asm.Type[]);
    descriptor: ([Ljdk/internal/org/objectweb/asm/Type;)[Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.Type[] types
         0: .line 373
            aload 0 /* types */
            ifnonnull 2
         1: .line 374
            aconst_null
            areturn
         2: .line 376
      StackMap locals:
      StackMap stack:
            aload 0 /* types */
            arraylength
            anewarray java.lang.String
            astore 1 /* names */
        start local 1 // java.lang.String[] names
         3: .line 377
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 378
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 1 /* names */
            iload 2 /* i */
            aload 0 /* types */
            iload 2 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
            aastore
         6: .line 377
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 1 /* names */
            arraylength
            if_icmplt 5
        end local 2 // int i
         8: .line 380
            aload 1 /* names */
            areturn
        end local 1 // java.lang.String[] names
        end local 0 // jdk.internal.org.objectweb.asm.Type[] types
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0  types  [Ljdk/internal/org/objectweb/asm/Type;
            3    9     1  names  [Ljava/lang/String;
            4    8     2      i  I
    MethodParameters:
       Name  Flags
      types  final

  public void push(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // boolean value
         0: .line 394
            aload 0 /* this */
            iload 1 /* value */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.commons.GeneratorAdapter
         1: iconst_0
      StackMap locals: jdk.internal.org.objectweb.asm.commons.GeneratorAdapter int
      StackMap stack: jdk.internal.org.objectweb.asm.commons.GeneratorAdapter int
         2: invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.push:(I)V
         3: .line 395
            return
        end local 1 // boolean value
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    4     1  value  Z
    MethodParameters:
       Name  Flags
      value  final

  public void push(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int value
         0: .line 404
            iload 1 /* value */
            iconst_m1
            if_icmplt 3
            iload 1 /* value */
            iconst_5
            if_icmpgt 3
         1: .line 405
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iconst_3
            iload 1 /* value */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 406
            goto 10
      StackMap locals:
      StackMap stack:
         3: iload 1 /* value */
            bipush -128
            if_icmplt 6
            iload 1 /* value */
            bipush 127
            if_icmpgt 6
         4: .line 407
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 16
            iload 1 /* value */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
         5: .line 408
            goto 10
      StackMap locals:
      StackMap stack:
         6: iload 1 /* value */
            sipush -32768
            if_icmplt 9
            iload 1 /* value */
            sipush 32767
            if_icmpgt 9
         7: .line 409
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 17
            iload 1 /* value */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
         8: .line 410
            goto 10
         9: .line 411
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
        10: .line 413
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int value
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0   11     1  value  I
    MethodParameters:
       Name  Flags
      value  final

  public void push(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // long value
         0: .line 422
            lload 1 /* value */
            lconst_0
            lcmp
            ifeq 1
            lload 1 /* value */
            lconst_1
            lcmp
            ifne 3
         1: .line 423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 9
            lload 1 /* value */
            l2i
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 424
            goto 4
         3: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            lload 1 /* value */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         4: .line 427
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long value
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    5     1  value  J
    MethodParameters:
       Name  Flags
      value  final

  public void push(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // float value
         0: .line 436
            fload 1 /* value */
            invokestatic java.lang.Float.floatToIntBits:(F)I
            istore 2 /* bits */
        start local 2 // int bits
         1: .line 437
            iload 2 /* bits */
            i2l
            lconst_0
            lcmp
            ifeq 2
            iload 2 /* bits */
            ldc 1065353216
            if_icmpeq 2
            iload 2 /* bits */
            ldc 1073741824
            if_icmpne 4
         2: .line 438
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 11
            fload 1 /* value */
            f2i
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         3: .line 439
            goto 5
         4: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            fload 1 /* value */
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         5: .line 442
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int bits
        end local 1 // float value
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    6     1  value  F
            1    6     2   bits  I
    MethodParameters:
       Name  Flags
      value  final

  public void push(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // double value
         0: .line 451
            dload 1 /* value */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lstore 3 /* bits */
        start local 3 // long bits
         1: .line 452
            lload 3 /* bits */
            lconst_0
            lcmp
            ifeq 2
            lload 3 /* bits */
            ldc 4607182418800017408
            lcmp
            ifne 4
         2: .line 453
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 14
            dload 1 /* value */
            d2i
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         3: .line 454
            goto 5
         4: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            dload 1 /* value */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         5: .line 457
      StackMap locals:
      StackMap stack:
            return
        end local 3 // long bits
        end local 1 // double value
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    6     1  value  D
            1    6     3   bits  J
    MethodParameters:
       Name  Flags
      value  final

  public void push(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // java.lang.String value
         0: .line 466
            aload 1 /* value */
            ifnonnull 3
         1: .line 467
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 468
            goto 4
         3: .line 469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 1 /* value */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         4: .line 471
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String value
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    5     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  final

  public void push(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type value
         0: .line 480
            aload 1 /* value */
            ifnonnull 3
         1: .line 481
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 482
            goto 37
         3: .line 483
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSort:()I
            tableswitch { // 1 - 8
                    1: 4
                    2: 8
                    3: 12
                    4: 16
                    5: 20
                    6: 24
                    7: 28
                    8: 32
              default: 36
          }
         4: .line 485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Boolean"
         5: .line 486
            ldc "TYPE"
            ldc "Ljava/lang/Class;"
         6: .line 485
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         7: .line 487
            goto 37
         8: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Character"
         9: .line 490
            ldc "TYPE"
            ldc "Ljava/lang/Class;"
        10: .line 489
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        11: .line 491
            goto 37
        12: .line 493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Byte"
            ldc "TYPE"
        13: .line 494
            ldc "Ljava/lang/Class;"
        14: .line 493
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        15: .line 495
            goto 37
        16: .line 497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Short"
            ldc "TYPE"
        17: .line 498
            ldc "Ljava/lang/Class;"
        18: .line 497
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        19: .line 499
            goto 37
        20: .line 501
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Integer"
        21: .line 502
            ldc "TYPE"
            ldc "Ljava/lang/Class;"
        22: .line 501
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        23: .line 503
            goto 37
        24: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Float"
            ldc "TYPE"
        25: .line 506
            ldc "Ljava/lang/Class;"
        26: .line 505
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        27: .line 507
            goto 37
        28: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Long"
            ldc "TYPE"
        29: .line 510
            ldc "Ljava/lang/Class;"
        30: .line 509
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        31: .line 511
            goto 37
        32: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Double"
        33: .line 514
            ldc "TYPE"
            ldc "Ljava/lang/Class;"
        34: .line 513
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        35: .line 515
            goto 37
        36: .line 517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 1 /* value */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
        37: .line 520
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.internal.org.objectweb.asm.Type value
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   38     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0   38     1  value  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      value  final

  public void push(jdk.internal.org.objectweb.asm.Handle);
    descriptor: (Ljdk/internal/org/objectweb/asm/Handle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Handle handle
         0: .line 529
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 1 /* handle */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         1: .line 530
            return
        end local 1 // jdk.internal.org.objectweb.asm.Handle handle
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  handle  Ljdk/internal/org/objectweb/asm/Handle;
    MethodParameters:
        Name  Flags
      handle  final

  private int getArgIndex(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int arg
         0: .line 546
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.access:I
            bipush 8
            iand
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* index */
        start local 2 // int index
         3: .line 547
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 548
      StackMap locals: int int
      StackMap stack:
            iload 2 /* index */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Ljdk/internal/org/objectweb/asm/Type;
            iload 3 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
            iadd
            istore 2 /* index */
         6: .line 547
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 1 /* arg */
            if_icmplt 5
        end local 3 // int i
         8: .line 550
            iload 2 /* index */
            ireturn
        end local 2 // int index
        end local 1 // int arg
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    9     1    arg  I
            3    9     2  index  I
            4    8     3      i  I
    MethodParameters:
      Name  Flags
      arg   final

  private void loadInsn(jdk.internal.org.objectweb.asm.Type, int);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
        start local 2 // int index
         0: .line 562
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 1 /* type */
            bipush 21
            invokevirtual jdk.internal.org.objectweb.asm.Type.getOpcode:(I)I
            iload 2 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         1: .line 563
            return
        end local 2 // int index
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   type  Ljdk/internal/org/objectweb/asm/Type;
            0    2     2  index  I
    MethodParameters:
       Name  Flags
      type   final
      index  final

  private void storeInsn(jdk.internal.org.objectweb.asm.Type, int);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
        start local 2 // int index
         0: .line 575
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 1 /* type */
            bipush 54
            invokevirtual jdk.internal.org.objectweb.asm.Type.getOpcode:(I)I
            iload 2 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         1: .line 576
            return
        end local 2 // int index
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   type  Ljdk/internal/org/objectweb/asm/Type;
            0    2     2  index  I
    MethodParameters:
       Name  Flags
      type   final
      index  final

  public void loadThis();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 582
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.access:I
            bipush 8
            iand
            ifeq 4
         1: .line 583
            new java.lang.IllegalStateException
            dup
         2: .line 584
            ldc "no 'this' pointer within static method"
         3: .line 583
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 25
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         5: .line 587
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void loadArg(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int arg
         0: .line 596
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Ljdk/internal/org/objectweb/asm/Type;
            iload 1 /* arg */
            aaload
            aload 0 /* this */
            iload 1 /* arg */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.getArgIndex:(I)I
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Ljdk/internal/org/objectweb/asm/Type;I)V
         1: .line 597
            return
        end local 1 // int arg
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   arg  I
    MethodParameters:
      Name  Flags
      arg   final

  public void loadArgs(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int arg
        start local 2 // int count
         0: .line 609
            aload 0 /* this */
            iload 1 /* arg */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.getArgIndex:(I)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 610
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 611
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Ljdk/internal/org/objectweb/asm/Type;
            iload 1 /* arg */
            iload 4 /* i */
            iadd
            aaload
            astore 5 /* t */
        start local 5 // jdk.internal.org.objectweb.asm.Type t
         4: .line 612
            aload 0 /* this */
            aload 5 /* t */
            iload 3 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Ljdk/internal/org/objectweb/asm/Type;I)V
         5: .line 613
            iload 3 /* index */
            aload 5 /* t */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
            iadd
            istore 3 /* index */
        end local 5 // jdk.internal.org.objectweb.asm.Type t
         6: .line 610
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 2 /* count */
            if_icmplt 3
        end local 4 // int i
         8: .line 615
            return
        end local 3 // int index
        end local 2 // int count
        end local 1 // int arg
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    9     1    arg  I
            0    9     2  count  I
            1    9     3  index  I
            2    8     4      i  I
            4    6     5      t  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      arg    final
      count  final

  public void loadArgs();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 621
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Ljdk/internal/org/objectweb/asm/Type;
            arraylength
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.loadArgs:(II)V
         1: .line 622
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void loadArgArray();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 629
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Ljdk/internal/org/objectweb/asm/Type;
            arraylength
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.push:(I)V
         1: .line 630
            aload 0 /* this */
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.OBJECT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.newArray:(Ljdk/internal/org/objectweb/asm/Type;)V
         2: .line 631
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 10
         4: .line 632
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.dup:()V
         5: .line 633
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.push:(I)V
         6: .line 634
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.loadArg:(I)V
         7: .line 635
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Ljdk/internal/org/objectweb/asm/Type;
            iload 1 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.box:(Ljdk/internal/org/objectweb/asm/Type;)V
         8: .line 636
            aload 0 /* this */
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.OBJECT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.arrayStore:(Ljdk/internal/org/objectweb/asm/Type;)V
         9: .line 631
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 1 /* i */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Ljdk/internal/org/objectweb/asm/Type;
            arraylength
            if_icmplt 4
        end local 1 // int i
        11: .line 638
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            3   11     1     i  I

  public void storeArg(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int arg
         0: .line 648
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Ljdk/internal/org/objectweb/asm/Type;
            iload 1 /* arg */
            aaload
            aload 0 /* this */
            iload 1 /* arg */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.getArgIndex:(I)I
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.storeInsn:(Ljdk/internal/org/objectweb/asm/Type;I)V
         1: .line 649
            return
        end local 1 // int arg
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   arg  I
    MethodParameters:
      Name  Flags
      arg   final

  public jdk.internal.org.objectweb.asm.Type getLocalType(int);
    descriptor: (I)Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
         0: .line 664
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.localTypes:Ljava/util/List;
            iload 1 /* local */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.firstLocal:I
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.Type
            areturn
        end local 1 // int local
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    1     1  local  I
    MethodParameters:
       Name  Flags
      local  final

  protected void setLocalType(int, jdk.internal.org.objectweb.asm.Type);
    descriptor: (ILjdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
        start local 2 // jdk.internal.org.objectweb.asm.Type type
         0: .line 669
            iload 1 /* local */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.firstLocal:I
            isub
            istore 3 /* index */
        start local 3 // int index
         1: .line 670
            goto 3
         2: .line 671
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.localTypes:Ljava/util/List;
            aconst_null
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 670
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.localTypes:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iload 3 /* index */
            iconst_1
            iadd
            if_icmplt 2
         4: .line 673
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.localTypes:Ljava/util/List;
            iload 3 /* index */
            aload 2 /* type */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 674
            return
        end local 3 // int index
        end local 2 // jdk.internal.org.objectweb.asm.Type type
        end local 1 // int local
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    6     1  local  I
            0    6     2   type  Ljdk/internal/org/objectweb/asm/Type;
            1    6     3  index  I
    MethodParameters:
       Name  Flags
      local  final
      type   final

  public void loadLocal(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
         0: .line 684
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* local */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.getLocalType:(I)Ljdk/internal/org/objectweb/asm/Type;
            iload 1 /* local */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Ljdk/internal/org/objectweb/asm/Type;I)V
         1: .line 685
            return
        end local 1 // int local
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  local  I
    MethodParameters:
       Name  Flags
      local  final

  public void loadLocal(int, jdk.internal.org.objectweb.asm.Type);
    descriptor: (ILjdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
        start local 2 // jdk.internal.org.objectweb.asm.Type type
         0: .line 697
            aload 0 /* this */
            iload 1 /* local */
            aload 2 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.setLocalType:(ILjdk/internal/org/objectweb/asm/Type;)V
         1: .line 698
            aload 0 /* this */
            aload 2 /* type */
            iload 1 /* local */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Ljdk/internal/org/objectweb/asm/Type;I)V
         2: .line 699
            return
        end local 2 // jdk.internal.org.objectweb.asm.Type type
        end local 1 // int local
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    3     1  local  I
            0    3     2   type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      local  final
      type   final

  public void storeLocal(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
         0: .line 710
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* local */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.getLocalType:(I)Ljdk/internal/org/objectweb/asm/Type;
            iload 1 /* local */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.storeInsn:(Ljdk/internal/org/objectweb/asm/Type;I)V
         1: .line 711
            return
        end local 1 // int local
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  local  I
    MethodParameters:
       Name  Flags
      local  final

  public void storeLocal(int, jdk.internal.org.objectweb.asm.Type);
    descriptor: (ILjdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
        start local 2 // jdk.internal.org.objectweb.asm.Type type
         0: .line 724
            aload 0 /* this */
            iload 1 /* local */
            aload 2 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.setLocalType:(ILjdk/internal/org/objectweb/asm/Type;)V
         1: .line 725
            aload 0 /* this */
            aload 2 /* type */
            iload 1 /* local */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.storeInsn:(Ljdk/internal/org/objectweb/asm/Type;I)V
         2: .line 726
            return
        end local 2 // jdk.internal.org.objectweb.asm.Type type
        end local 1 // int local
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    3     1  local  I
            0    3     2   type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      local  final
      type   final

  public void arrayLoad(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
         0: .line 735
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 1 /* type */
            bipush 46
            invokevirtual jdk.internal.org.objectweb.asm.Type.getOpcode:(I)I
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 736
            return
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void arrayStore(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
         0: .line 745
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 1 /* type */
            bipush 79
            invokevirtual jdk.internal.org.objectweb.asm.Type.getOpcode:(I)I
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 746
            return
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void pop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 756
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 87
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 757
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void pop2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 763
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 88
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 764
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void dup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 770
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 89
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 771
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void dup2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 777
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 92
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 778
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void dupX1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 784
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 90
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 785
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void dupX2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 791
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 91
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 792
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void dup2X1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 798
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 93
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 799
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void dup2X2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 805
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 94
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 806
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void swap();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 812
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            bipush 95
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 813
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void swap(jdk.internal.org.objectweb.asm.Type, jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type prev
        start local 2 // jdk.internal.org.objectweb.asm.Type type
         0: .line 824
            aload 2 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 7
         1: .line 825
            aload 1 /* prev */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 4
         2: .line 826
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.swap:()V
         3: .line 827
            goto 13
         4: .line 828
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
         5: .line 829
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.pop:()V
         6: .line 831
            goto 13
         7: .line 832
      StackMap locals:
      StackMap stack:
            aload 1 /* prev */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 11
         8: .line 833
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.dup2X1:()V
         9: .line 834
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.pop2:()V
        10: .line 835
            goto 13
        11: .line 836
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.dup2X2:()V
        12: .line 837
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.pop2:()V
        13: .line 840
      StackMap locals:
      StackMap stack:
            return
        end local 2 // jdk.internal.org.objectweb.asm.Type type
        end local 1 // jdk.internal.org.objectweb.asm.Type prev
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0   14     1  prev  Ljdk/internal/org/objectweb/asm/Type;
            0   14     2  type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      prev  final
      type  final

  public void math(int, jdk.internal.org.objectweb.asm.Type);
    descriptor: (ILjdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int op
        start local 2 // jdk.internal.org.objectweb.asm.Type type
         0: .line 857
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 2 /* type */
            iload 1 /* op */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getOpcode:(I)I
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 858
            return
        end local 2 // jdk.internal.org.objectweb.asm.Type type
        end local 1 // int op
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1    op  I
            0    2     2  type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      op    final
      type  final

  public void not();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 865
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iconst_4
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 866
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 130
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 867
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void iinc(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
        start local 2 // int amount
         0: .line 878
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iload 1 /* local */
            iload 2 /* amount */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitIincInsn:(II)V
         1: .line 879
            return
        end local 2 // int amount
        end local 1 // int local
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   local  I
            0    2     2  amount  I
    MethodParameters:
        Name  Flags
      local   final
      amount  final

  public void cast(jdk.internal.org.objectweb.asm.Type, jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type from
        start local 2 // jdk.internal.org.objectweb.asm.Type to
         0: .line 891
            aload 1 /* from */
            aload 2 /* to */
            if_acmpeq 48
         1: .line 892
            aload 1 /* from */
            getstatic jdk.internal.org.objectweb.asm.Type.DOUBLE_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 11
         2: .line 893
            aload 2 /* to */
            getstatic jdk.internal.org.objectweb.asm.Type.FLOAT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 5
         3: .line 894
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 144
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         4: .line 895
            goto 48
      StackMap locals:
      StackMap stack:
         5: aload 2 /* to */
            getstatic jdk.internal.org.objectweb.asm.Type.LONG_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 8
         6: .line 896
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 143
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         7: .line 897
            goto 48
         8: .line 898
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 142
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         9: .line 899
            aload 0 /* this */
            getstatic jdk.internal.org.objectweb.asm.Type.INT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            aload 2 /* to */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.cast:(Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/Type;)V
        10: .line 901
            goto 48
      StackMap locals:
      StackMap stack:
        11: aload 1 /* from */
            getstatic jdk.internal.org.objectweb.asm.Type.FLOAT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 21
        12: .line 902
            aload 2 /* to */
            getstatic jdk.internal.org.objectweb.asm.Type.DOUBLE_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 15
        13: .line 903
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 141
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        14: .line 904
            goto 48
      StackMap locals:
      StackMap stack:
        15: aload 2 /* to */
            getstatic jdk.internal.org.objectweb.asm.Type.LONG_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 18
        16: .line 905
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 140
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        17: .line 906
            goto 48
        18: .line 907
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 139
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        19: .line 908
            aload 0 /* this */
            getstatic jdk.internal.org.objectweb.asm.Type.INT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            aload 2 /* to */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.cast:(Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/Type;)V
        20: .line 910
            goto 48
      StackMap locals:
      StackMap stack:
        21: aload 1 /* from */
            getstatic jdk.internal.org.objectweb.asm.Type.LONG_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 31
        22: .line 911
            aload 2 /* to */
            getstatic jdk.internal.org.objectweb.asm.Type.DOUBLE_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 25
        23: .line 912
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 138
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        24: .line 913
            goto 48
      StackMap locals:
      StackMap stack:
        25: aload 2 /* to */
            getstatic jdk.internal.org.objectweb.asm.Type.FLOAT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 28
        26: .line 914
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 137
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        27: .line 915
            goto 48
        28: .line 916
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 136
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        29: .line 917
            aload 0 /* this */
            getstatic jdk.internal.org.objectweb.asm.Type.INT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            aload 2 /* to */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.cast:(Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/Type;)V
        30: .line 919
            goto 48
        31: .line 920
      StackMap locals:
      StackMap stack:
            aload 2 /* to */
            getstatic jdk.internal.org.objectweb.asm.Type.BYTE_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 34
        32: .line 921
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 145
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        33: .line 922
            goto 48
      StackMap locals:
      StackMap stack:
        34: aload 2 /* to */
            getstatic jdk.internal.org.objectweb.asm.Type.CHAR_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 37
        35: .line 923
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 146
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        36: .line 924
            goto 48
      StackMap locals:
      StackMap stack:
        37: aload 2 /* to */
            getstatic jdk.internal.org.objectweb.asm.Type.DOUBLE_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 40
        38: .line 925
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 135
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        39: .line 926
            goto 48
      StackMap locals:
      StackMap stack:
        40: aload 2 /* to */
            getstatic jdk.internal.org.objectweb.asm.Type.FLOAT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 43
        41: .line 927
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 134
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        42: .line 928
            goto 48
      StackMap locals:
      StackMap stack:
        43: aload 2 /* to */
            getstatic jdk.internal.org.objectweb.asm.Type.LONG_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 46
        44: .line 929
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 133
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        45: .line 930
            goto 48
      StackMap locals:
      StackMap stack:
        46: aload 2 /* to */
            getstatic jdk.internal.org.objectweb.asm.Type.SHORT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 48
        47: .line 931
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 147
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        48: .line 935
      StackMap locals:
      StackMap stack:
            return
        end local 2 // jdk.internal.org.objectweb.asm.Type to
        end local 1 // jdk.internal.org.objectweb.asm.Type from
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   49     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0   49     1  from  Ljdk/internal/org/objectweb/asm/Type;
            0   49     2    to  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      from  final
      to    final

  private static jdk.internal.org.objectweb.asm.Type getBoxedType(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.Type type
         0: .line 942
            aload 0 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSort:()I
            tableswitch { // 1 - 8
                    1: 2
                    2: 4
                    3: 1
                    4: 3
                    5: 5
                    6: 6
                    7: 7
                    8: 8
              default: 9
          }
         1: .line 944
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.BYTE_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            areturn
         2: .line 946
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            areturn
         3: .line 948
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.SHORT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            areturn
         4: .line 950
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.CHARACTER_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            areturn
         5: .line 952
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.INTEGER_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            areturn
         6: .line 954
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.FLOAT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            areturn
         7: .line 956
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.LONG_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            areturn
         8: .line 958
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            areturn
         9: .line 960
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.Type type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void box(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
         0: .line 971
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpeq 1
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 2
         1: .line 972
      StackMap locals:
      StackMap stack:
            return
         2: .line 974
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getstatic jdk.internal.org.objectweb.asm.Type.VOID_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 5
         3: .line 975
            aload 0 /* this */
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         4: .line 976
            goto 17
         5: .line 977
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokestatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.getBoxedType:(Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/Type;
            astore 2 /* boxed */
        start local 2 // jdk.internal.org.objectweb.asm.Type boxed
         6: .line 978
            aload 0 /* this */
            aload 2 /* boxed */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.newInstance:(Ljdk/internal/org/objectweb/asm/Type;)V
         7: .line 979
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
            iconst_2
            if_icmpne 12
         8: .line 981
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
         9: .line 982
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
        10: .line 983
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.pop:()V
        11: .line 984
            goto 14
        12: .line 986
      StackMap locals: jdk.internal.org.objectweb.asm.Type
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.dupX1:()V
        13: .line 987
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.swap:()V
        14: .line 989
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* boxed */
            new jdk.internal.org.objectweb.asm.commons.Method
            dup
            ldc "<init>"
            getstatic jdk.internal.org.objectweb.asm.Type.VOID_TYPE:Ljdk/internal/org/objectweb/asm/Type;
        15: .line 990
            iconst_1
            anewarray jdk.internal.org.objectweb.asm.Type
            dup
            iconst_0
            aload 1 /* type */
            aastore
            invokespecial jdk.internal.org.objectweb.asm.commons.Method.<init>:(Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Type;[Ljdk/internal/org/objectweb/asm/Type;)V
        16: .line 989
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.invokeConstructor:(Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/commons/Method;)V
        end local 2 // jdk.internal.org.objectweb.asm.Type boxed
        17: .line 992
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0   18     1   type  Ljdk/internal/org/objectweb/asm/Type;
            6   17     2  boxed  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void valueOf(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
         0: .line 1003
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpeq 1
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 2
         1: .line 1004
      StackMap locals:
      StackMap stack:
            return
         2: .line 1006
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getstatic jdk.internal.org.objectweb.asm.Type.VOID_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 5
         3: .line 1007
            aload 0 /* this */
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         4: .line 1008
            goto 9
         5: .line 1009
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokestatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.getBoxedType:(Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/Type;
            astore 2 /* boxed */
        start local 2 // jdk.internal.org.objectweb.asm.Type boxed
         6: .line 1010
            aload 0 /* this */
            aload 2 /* boxed */
            new jdk.internal.org.objectweb.asm.commons.Method
            dup
            ldc "valueOf"
            aload 2 /* boxed */
         7: .line 1011
            iconst_1
            anewarray jdk.internal.org.objectweb.asm.Type
            dup
            iconst_0
            aload 1 /* type */
            aastore
            invokespecial jdk.internal.org.objectweb.asm.commons.Method.<init>:(Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Type;[Ljdk/internal/org/objectweb/asm/Type;)V
         8: .line 1010
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.invokeStatic:(Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/commons/Method;)V
        end local 2 // jdk.internal.org.objectweb.asm.Type boxed
         9: .line 1013
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0   10     1   type  Ljdk/internal/org/objectweb/asm/Type;
            6    9     2  boxed  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void unbox(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
         0: .line 1023
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.NUMBER_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            astore 2 /* t */
        start local 2 // jdk.internal.org.objectweb.asm.Type t
         1: .line 1024
            aconst_null
            astore 3 /* sig */
        start local 3 // jdk.internal.org.objectweb.asm.commons.Method sig
         2: .line 1025
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSort:()I
            tableswitch { // 0 - 8
                    0: 3
                    1: 7
                    2: 4
                    3: 16
                    4: 16
                    5: 16
                    6: 12
                    7: 14
                    8: 10
              default: 17
          }
         3: .line 1027
      StackMap locals: jdk.internal.org.objectweb.asm.Type jdk.internal.org.objectweb.asm.commons.Method
      StackMap stack:
            return
         4: .line 1029
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.CHARACTER_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            astore 2 /* t */
         5: .line 1030
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.CHAR_VALUE:Ljdk/internal/org/objectweb/asm/commons/Method;
            astore 3 /* sig */
         6: .line 1031
            goto 17
         7: .line 1033
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            astore 2 /* t */
         8: .line 1034
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_VALUE:Ljdk/internal/org/objectweb/asm/commons/Method;
            astore 3 /* sig */
         9: .line 1035
            goto 17
        10: .line 1037
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_VALUE:Ljdk/internal/org/objectweb/asm/commons/Method;
            astore 3 /* sig */
        11: .line 1038
            goto 17
        12: .line 1040
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.FLOAT_VALUE:Ljdk/internal/org/objectweb/asm/commons/Method;
            astore 3 /* sig */
        13: .line 1041
            goto 17
        14: .line 1043
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.LONG_VALUE:Ljdk/internal/org/objectweb/asm/commons/Method;
            astore 3 /* sig */
        15: .line 1044
            goto 17
        16: .line 1048
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.INT_VALUE:Ljdk/internal/org/objectweb/asm/commons/Method;
            astore 3 /* sig */
        17: .line 1050
      StackMap locals:
      StackMap stack:
            aload 3 /* sig */
            ifnonnull 20
        18: .line 1051
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.checkCast:(Ljdk/internal/org/objectweb/asm/Type;)V
        19: .line 1052
            goto 22
        20: .line 1053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* t */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.checkCast:(Ljdk/internal/org/objectweb/asm/Type;)V
        21: .line 1054
            aload 0 /* this */
            aload 2 /* t */
            aload 3 /* sig */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.invokeVirtual:(Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/commons/Method;)V
        22: .line 1056
      StackMap locals:
      StackMap stack:
            return
        end local 3 // jdk.internal.org.objectweb.asm.commons.Method sig
        end local 2 // jdk.internal.org.objectweb.asm.Type t
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0   23     1  type  Ljdk/internal/org/objectweb/asm/Type;
            1   23     2     t  Ljdk/internal/org/objectweb/asm/Type;
            2   23     3   sig  Ljdk/internal/org/objectweb/asm/commons/Method;
    MethodParameters:
      Name  Flags
      type  final

  public jdk.internal.org.objectweb.asm.Label newLabel();
    descriptor: ()Ljdk/internal/org/objectweb/asm/Label;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1068
            new jdk.internal.org.objectweb.asm.Label
            dup
            invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void mark(jdk.internal.org.objectweb.asm.Label);
    descriptor: (Ljdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Label label
         0: .line 1078
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 1 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLabel:(Ljdk/internal/org/objectweb/asm/Label;)V
         1: .line 1079
            return
        end local 1 // jdk.internal.org.objectweb.asm.Label label
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  label  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public jdk.internal.org.objectweb.asm.Label mark();
    descriptor: ()Ljdk/internal/org/objectweb/asm/Label;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1087
            new jdk.internal.org.objectweb.asm.Label
            dup
            invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
            astore 1 /* label */
        start local 1 // jdk.internal.org.objectweb.asm.Label label
         1: .line 1088
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 1 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLabel:(Ljdk/internal/org/objectweb/asm/Label;)V
         2: .line 1089
            aload 1 /* label */
            areturn
        end local 1 // jdk.internal.org.objectweb.asm.Label label
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            1    3     1  label  Ljdk/internal/org/objectweb/asm/Label;

  public void ifCmp(jdk.internal.org.objectweb.asm.Type, int, jdk.internal.org.objectweb.asm.Label);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;ILjdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
        start local 2 // int mode
        start local 3 // jdk.internal.org.objectweb.asm.Label label
         0: .line 1105
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSort:()I
            tableswitch { // 6 - 10
                    6: 8
                    7: 1
                    8: 3
                    9: 13
                   10: 13
              default: 21
          }
         1: .line 1107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 148
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 1108
            goto 36
         3: .line 1110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iload 2 /* mode */
            sipush 156
            if_icmpeq 4
            iload 2 /* mode */
            sipush 157
            if_icmpne 5
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.MethodVisitor
         4: sipush 151
            goto 6
         5: .line 1111
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.MethodVisitor
            sipush 152
         6: .line 1110
      StackMap locals: jdk.internal.org.objectweb.asm.commons.GeneratorAdapter jdk.internal.org.objectweb.asm.Type int jdk.internal.org.objectweb.asm.Label
      StackMap stack: jdk.internal.org.objectweb.asm.MethodVisitor int
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         7: .line 1112
            goto 36
         8: .line 1114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iload 2 /* mode */
            sipush 156
            if_icmpeq 9
            iload 2 /* mode */
            sipush 157
            if_icmpne 10
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.MethodVisitor
         9: sipush 149
            goto 11
        10: .line 1115
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.MethodVisitor
            sipush 150
        11: .line 1114
      StackMap locals: jdk.internal.org.objectweb.asm.commons.GeneratorAdapter jdk.internal.org.objectweb.asm.Type int jdk.internal.org.objectweb.asm.Label
      StackMap stack: jdk.internal.org.objectweb.asm.MethodVisitor int
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        12: .line 1116
            goto 36
        13: .line 1119
      StackMap locals:
      StackMap stack:
            iload 2 /* mode */
            tableswitch { // 153 - 154
                  153: 14
                  154: 16
              default: 18
          }
        14: .line 1121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 165
            aload 3 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILjdk/internal/org/objectweb/asm/Label;)V
        15: .line 1122
            return
        16: .line 1124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 166
            aload 3 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILjdk/internal/org/objectweb/asm/Label;)V
        17: .line 1125
            return
        18: .line 1127
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad comparison for type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        19: .line 1128
            aload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        20: .line 1127
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 1130
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 4 /* intOp */
        start local 4 // int intOp
        22: .line 1131
            iload 2 /* mode */
            tableswitch { // 153 - 158
                  153: 23
                  154: 25
                  155: 29
                  156: 27
                  157: 33
                  158: 31
              default: 34
          }
        23: .line 1133
      StackMap locals: int
      StackMap stack:
            sipush 159
            istore 4 /* intOp */
        24: .line 1134
            goto 34
        25: .line 1136
      StackMap locals:
      StackMap stack:
            sipush 160
            istore 4 /* intOp */
        26: .line 1137
            goto 34
        27: .line 1139
      StackMap locals:
      StackMap stack:
            sipush 162
            istore 4 /* intOp */
        28: .line 1140
            goto 34
        29: .line 1142
      StackMap locals:
      StackMap stack:
            sipush 161
            istore 4 /* intOp */
        30: .line 1143
            goto 34
        31: .line 1145
      StackMap locals:
      StackMap stack:
            sipush 164
            istore 4 /* intOp */
        32: .line 1146
            goto 34
        33: .line 1148
      StackMap locals:
      StackMap stack:
            sipush 163
            istore 4 /* intOp */
        34: .line 1151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iload 4 /* intOp */
            aload 3 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILjdk/internal/org/objectweb/asm/Label;)V
        35: .line 1152
            return
        end local 4 // int intOp
        36: .line 1154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iload 2 /* mode */
            aload 3 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILjdk/internal/org/objectweb/asm/Label;)V
        37: .line 1155
            return
        end local 3 // jdk.internal.org.objectweb.asm.Label label
        end local 2 // int mode
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   38     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0   38     1   type  Ljdk/internal/org/objectweb/asm/Type;
            0   38     2   mode  I
            0   38     3  label  Ljdk/internal/org/objectweb/asm/Label;
           22   36     4  intOp  I
    MethodParameters:
       Name  Flags
      type   final
      mode   final
      label  final

  public void ifICmp(int, jdk.internal.org.objectweb.asm.Label);
    descriptor: (ILjdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int mode
        start local 2 // jdk.internal.org.objectweb.asm.Label label
         0: .line 1168
            aload 0 /* this */
            getstatic jdk.internal.org.objectweb.asm.Type.INT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            iload 1 /* mode */
            aload 2 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.ifCmp:(Ljdk/internal/org/objectweb/asm/Type;ILjdk/internal/org/objectweb/asm/Label;)V
         1: .line 1169
            return
        end local 2 // jdk.internal.org.objectweb.asm.Label label
        end local 1 // int mode
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   mode  I
            0    2     2  label  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      mode   final
      label  final

  public void ifZCmp(int, jdk.internal.org.objectweb.asm.Label);
    descriptor: (ILjdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int mode
        start local 2 // jdk.internal.org.objectweb.asm.Label label
         0: .line 1182
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iload 1 /* mode */
            aload 2 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILjdk/internal/org/objectweb/asm/Label;)V
         1: .line 1183
            return
        end local 2 // jdk.internal.org.objectweb.asm.Label label
        end local 1 // int mode
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   mode  I
            0    2     2  label  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      mode   final
      label  final

  public void ifNull(jdk.internal.org.objectweb.asm.Label);
    descriptor: (Ljdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Label label
         0: .line 1193
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 198
            aload 1 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILjdk/internal/org/objectweb/asm/Label;)V
         1: .line 1194
            return
        end local 1 // jdk.internal.org.objectweb.asm.Label label
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  label  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public void ifNonNull(jdk.internal.org.objectweb.asm.Label);
    descriptor: (Ljdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Label label
         0: .line 1204
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 199
            aload 1 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILjdk/internal/org/objectweb/asm/Label;)V
         1: .line 1205
            return
        end local 1 // jdk.internal.org.objectweb.asm.Label label
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  label  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public void goTo(jdk.internal.org.objectweb.asm.Label);
    descriptor: (Ljdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Label label
         0: .line 1214
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 167
            aload 1 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILjdk/internal/org/objectweb/asm/Label;)V
         1: .line 1215
            return
        end local 1 // jdk.internal.org.objectweb.asm.Label label
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  label  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public void ret(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
         0: .line 1225
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 169
            iload 1 /* local */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         1: .line 1226
            return
        end local 1 // int local
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  local  I
    MethodParameters:
       Name  Flags
      local  final

  public void tableSwitch(int[], jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator);
    descriptor: ([ILjdk/internal/org/objectweb/asm/commons/TableSwitchGenerator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int[] keys
        start local 2 // jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator generator
         0: .line 1239
            aload 1 /* keys */
            arraylength
            ifne 3
         1: .line 1240
            fconst_0
            fstore 3 /* density */
        start local 3 // float density
         2: .line 1241
            goto 6
        end local 3 // float density
         3: .line 1242
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            arraylength
            i2f
         4: .line 1243
            aload 1 /* keys */
            aload 1 /* keys */
            arraylength
            iconst_1
            isub
            iaload
            aload 1 /* keys */
            iconst_0
            iaload
            isub
            iconst_1
            iadd
            i2f
         5: .line 1242
            fdiv
            fstore 3 /* density */
        start local 3 // float density
         6: .line 1245
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            aload 1 /* keys */
            aload 2 /* generator */
            fload 3 /* density */
            ldc 0.5
            fcmpl
            iflt 7
            iconst_1
            goto 8
      StackMap locals: jdk.internal.org.objectweb.asm.commons.GeneratorAdapter int[] jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator float
      StackMap stack: jdk.internal.org.objectweb.asm.commons.GeneratorAdapter int[] jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator
         7: iconst_0
      StackMap locals: jdk.internal.org.objectweb.asm.commons.GeneratorAdapter int[] jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator float
      StackMap stack: jdk.internal.org.objectweb.asm.commons.GeneratorAdapter int[] jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator int
         8: invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.tableSwitch:([ILjdk/internal/org/objectweb/asm/commons/TableSwitchGenerator;Z)V
         9: .line 1246
            return
        end local 3 // float density
        end local 2 // jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator generator
        end local 1 // int[] keys
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0   10     1       keys  [I
            0   10     2  generator  Ljdk/internal/org/objectweb/asm/commons/TableSwitchGenerator;
            2    3     3    density  F
            6   10     3    density  F
    MethodParameters:
           Name  Flags
      keys       final
      generator  final

  public void tableSwitch(int[], jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator, boolean);
    descriptor: ([ILjdk/internal/org/objectweb/asm/commons/TableSwitchGenerator;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int[] keys
        start local 2 // jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator generator
        start local 3 // boolean useTable
         0: .line 1261
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         1: goto 7
         2: .line 1262
      StackMap locals: int
      StackMap stack:
            aload 1 /* keys */
            iload 4 /* i */
            iaload
            aload 1 /* keys */
            iload 4 /* i */
            iconst_1
            isub
            iaload
            if_icmpge 6
         3: .line 1263
            new java.lang.IllegalArgumentException
            dup
         4: .line 1264
            ldc "keys must be sorted ascending"
         5: .line 1263
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1261
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 1 /* keys */
            arraylength
            if_icmplt 2
        end local 4 // int i
         8: .line 1267
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.newLabel:()Ljdk/internal/org/objectweb/asm/Label;
            astore 4 /* def */
        start local 4 // jdk.internal.org.objectweb.asm.Label def
         9: .line 1268
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.newLabel:()Ljdk/internal/org/objectweb/asm/Label;
            astore 5 /* end */
        start local 5 // jdk.internal.org.objectweb.asm.Label end
        10: .line 1269
            aload 1 /* keys */
            arraylength
            ifle 46
        11: .line 1270
            aload 1 /* keys */
            arraylength
            istore 6 /* len */
        start local 6 // int len
        12: .line 1271
            aload 1 /* keys */
            iconst_0
            iaload
            istore 7 /* min */
        start local 7 // int min
        13: .line 1272
            aload 1 /* keys */
            iload 6 /* len */
            iconst_1
            isub
            iaload
            istore 8 /* max */
        start local 8 // int max
        14: .line 1273
            iload 8 /* max */
            iload 7 /* min */
            isub
            iconst_1
            iadd
            istore 9 /* range */
        start local 9 // int range
        15: .line 1274
            iload 3 /* useTable */
            ifeq 33
        16: .line 1275
            iload 9 /* range */
            anewarray jdk.internal.org.objectweb.asm.Label
            astore 10 /* labels */
        start local 10 // jdk.internal.org.objectweb.asm.Label[] labels
        17: .line 1276
            aload 10 /* labels */
            aload 4 /* def */
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
        18: .line 1277
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        19: goto 22
        20: .line 1278
      StackMap locals: jdk.internal.org.objectweb.asm.commons.GeneratorAdapter int[] jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator int jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label int int int int jdk.internal.org.objectweb.asm.Label[] int
      StackMap stack:
            aload 10 /* labels */
            aload 1 /* keys */
            iload 11 /* i */
            iaload
            iload 7 /* min */
            isub
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.newLabel:()Ljdk/internal/org/objectweb/asm/Label;
            aastore
        21: .line 1277
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 11 /* i */
            iload 6 /* len */
            if_icmplt 20
        end local 11 // int i
        23: .line 1280
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iload 7 /* min */
            iload 8 /* max */
            aload 4 /* def */
            aload 10 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTableSwitchInsn:(IILjdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;)V
        24: .line 1281
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        25: goto 31
        26: .line 1282
      StackMap locals:
      StackMap stack:
            aload 10 /* labels */
            iload 11 /* i */
            aaload
            astore 12 /* label */
        start local 12 // jdk.internal.org.objectweb.asm.Label label
        27: .line 1283
            aload 12 /* label */
            aload 4 /* def */
            if_acmpeq 30
        28: .line 1284
            aload 0 /* this */
            aload 12 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mark:(Ljdk/internal/org/objectweb/asm/Label;)V
        29: .line 1285
            aload 2 /* generator */
            iload 11 /* i */
            iload 7 /* min */
            iadd
            aload 5 /* end */
            invokeinterface jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator.generateCase:(ILjdk/internal/org/objectweb/asm/Label;)V
        end local 12 // jdk.internal.org.objectweb.asm.Label label
        30: .line 1281
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 11 /* i */
            iload 9 /* range */
            if_icmplt 26
        end local 11 // int i
        end local 10 // jdk.internal.org.objectweb.asm.Label[] labels
        32: .line 1288
            goto 46
        33: .line 1289
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            anewarray jdk.internal.org.objectweb.asm.Label
            astore 10 /* labels */
        start local 10 // jdk.internal.org.objectweb.asm.Label[] labels
        34: .line 1290
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        35: goto 38
        36: .line 1291
      StackMap locals: jdk.internal.org.objectweb.asm.Label[] int
      StackMap stack:
            aload 10 /* labels */
            iload 11 /* i */
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.newLabel:()Ljdk/internal/org/objectweb/asm/Label;
            aastore
        37: .line 1290
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        38: iload 11 /* i */
            iload 6 /* len */
            if_icmplt 36
        end local 11 // int i
        39: .line 1293
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 4 /* def */
            aload 1 /* keys */
            aload 10 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLookupSwitchInsn:(Ljdk/internal/org/objectweb/asm/Label;[I[Ljdk/internal/org/objectweb/asm/Label;)V
        40: .line 1294
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        41: goto 45
        42: .line 1295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 10 /* labels */
            iload 11 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mark:(Ljdk/internal/org/objectweb/asm/Label;)V
        43: .line 1296
            aload 2 /* generator */
            aload 1 /* keys */
            iload 11 /* i */
            iaload
            aload 5 /* end */
            invokeinterface jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator.generateCase:(ILjdk/internal/org/objectweb/asm/Label;)V
        44: .line 1294
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        45: iload 11 /* i */
            iload 6 /* len */
            if_icmplt 42
        end local 11 // int i
        end local 10 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 9 // int range
        end local 8 // int max
        end local 7 // int min
        end local 6 // int len
        46: .line 1300
      StackMap locals: jdk.internal.org.objectweb.asm.commons.GeneratorAdapter int[] jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator int jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 0 /* this */
            aload 4 /* def */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mark:(Ljdk/internal/org/objectweb/asm/Label;)V
        47: .line 1301
            aload 2 /* generator */
            invokeinterface jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator.generateDefault:()V
        48: .line 1302
            aload 0 /* this */
            aload 5 /* end */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mark:(Ljdk/internal/org/objectweb/asm/Label;)V
        49: .line 1303
            return
        end local 5 // jdk.internal.org.objectweb.asm.Label end
        end local 4 // jdk.internal.org.objectweb.asm.Label def
        end local 3 // boolean useTable
        end local 2 // jdk.internal.org.objectweb.asm.commons.TableSwitchGenerator generator
        end local 1 // int[] keys
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   50     0       this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0   50     1       keys  [I
            0   50     2  generator  Ljdk/internal/org/objectweb/asm/commons/TableSwitchGenerator;
            0   50     3   useTable  Z
            1    8     4          i  I
            9   50     4        def  Ljdk/internal/org/objectweb/asm/Label;
           10   50     5        end  Ljdk/internal/org/objectweb/asm/Label;
           12   46     6        len  I
           13   46     7        min  I
           14   46     8        max  I
           15   46     9      range  I
           17   32    10     labels  [Ljdk/internal/org/objectweb/asm/Label;
           19   23    11          i  I
           25   32    11          i  I
           27   30    12      label  Ljdk/internal/org/objectweb/asm/Label;
           34   46    10     labels  [Ljdk/internal/org/objectweb/asm/Label;
           35   39    11          i  I
           41   46    11          i  I
    MethodParameters:
           Name  Flags
      keys       final
      generator  final
      useTable   final

  public void returnValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1309
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.returnType:Ljdk/internal/org/objectweb/asm/Type;
            sipush 172
            invokevirtual jdk.internal.org.objectweb.asm.Type.getOpcode:(I)I
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 1310
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  private void fieldInsn(int, jdk.internal.org.objectweb.asm.Type, java.lang.String, jdk.internal.org.objectweb.asm.Type);
    descriptor: (ILjdk/internal/org/objectweb/asm/Type;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int opcode
        start local 2 // jdk.internal.org.objectweb.asm.Type ownerType
        start local 3 // java.lang.String name
        start local 4 // jdk.internal.org.objectweb.asm.Type fieldType
         0: .line 1330
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 2 /* ownerType */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
            aload 3 /* name */
         1: .line 1331
            aload 4 /* fieldType */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
         2: .line 1330
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         3: .line 1332
            return
        end local 4 // jdk.internal.org.objectweb.asm.Type fieldType
        end local 3 // java.lang.String name
        end local 2 // jdk.internal.org.objectweb.asm.Type ownerType
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    4     1     opcode  I
            0    4     2  ownerType  Ljdk/internal/org/objectweb/asm/Type;
            0    4     3       name  Ljava/lang/String;
            0    4     4  fieldType  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
           Name  Flags
      opcode     final
      ownerType  final
      name       final
      fieldType  final

  public void getStatic(jdk.internal.org.objectweb.asm.Type, java.lang.String, jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type owner
        start local 2 // java.lang.String name
        start local 3 // jdk.internal.org.objectweb.asm.Type type
         0: .line 1346
            aload 0 /* this */
            sipush 178
            aload 1 /* owner */
            aload 2 /* name */
            aload 3 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.fieldInsn:(ILjdk/internal/org/objectweb/asm/Type;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Type;)V
         1: .line 1347
            return
        end local 3 // jdk.internal.org.objectweb.asm.Type type
        end local 2 // java.lang.String name
        end local 1 // jdk.internal.org.objectweb.asm.Type owner
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  owner  Ljdk/internal/org/objectweb/asm/Type;
            0    2     2   name  Ljava/lang/String;
            0    2     3   type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      owner  final
      name   final
      type   final

  public void putStatic(jdk.internal.org.objectweb.asm.Type, java.lang.String, jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type owner
        start local 2 // java.lang.String name
        start local 3 // jdk.internal.org.objectweb.asm.Type type
         0: .line 1360
            aload 0 /* this */
            sipush 179
            aload 1 /* owner */
            aload 2 /* name */
            aload 3 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.fieldInsn:(ILjdk/internal/org/objectweb/asm/Type;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Type;)V
         1: .line 1361
            return
        end local 3 // jdk.internal.org.objectweb.asm.Type type
        end local 2 // java.lang.String name
        end local 1 // jdk.internal.org.objectweb.asm.Type owner
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  owner  Ljdk/internal/org/objectweb/asm/Type;
            0    2     2   name  Ljava/lang/String;
            0    2     3   type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      owner  final
      name   final
      type   final

  public void getField(jdk.internal.org.objectweb.asm.Type, java.lang.String, jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type owner
        start local 2 // java.lang.String name
        start local 3 // jdk.internal.org.objectweb.asm.Type type
         0: .line 1375
            aload 0 /* this */
            sipush 180
            aload 1 /* owner */
            aload 2 /* name */
            aload 3 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.fieldInsn:(ILjdk/internal/org/objectweb/asm/Type;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Type;)V
         1: .line 1376
            return
        end local 3 // jdk.internal.org.objectweb.asm.Type type
        end local 2 // java.lang.String name
        end local 1 // jdk.internal.org.objectweb.asm.Type owner
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  owner  Ljdk/internal/org/objectweb/asm/Type;
            0    2     2   name  Ljava/lang/String;
            0    2     3   type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      owner  final
      name   final
      type   final

  public void putField(jdk.internal.org.objectweb.asm.Type, java.lang.String, jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type owner
        start local 2 // java.lang.String name
        start local 3 // jdk.internal.org.objectweb.asm.Type type
         0: .line 1390
            aload 0 /* this */
            sipush 181
            aload 1 /* owner */
            aload 2 /* name */
            aload 3 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.fieldInsn:(ILjdk/internal/org/objectweb/asm/Type;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Type;)V
         1: .line 1391
            return
        end local 3 // jdk.internal.org.objectweb.asm.Type type
        end local 2 // java.lang.String name
        end local 1 // jdk.internal.org.objectweb.asm.Type owner
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  owner  Ljdk/internal/org/objectweb/asm/Type;
            0    2     2   name  Ljava/lang/String;
            0    2     3   type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      owner  final
      name   final
      type   final

  private void invokeInsn(int, jdk.internal.org.objectweb.asm.Type, jdk.internal.org.objectweb.asm.commons.Method, boolean);
    descriptor: (ILjdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/commons/Method;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int opcode
        start local 2 // jdk.internal.org.objectweb.asm.Type type
        start local 3 // jdk.internal.org.objectweb.asm.commons.Method method
        start local 4 // boolean itf
         0: .line 1409
            aload 2 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 1
            aload 2 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            goto 2
         1: .line 1410
      StackMap locals:
      StackMap stack:
            aload 2 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
         2: .line 1409
      StackMap locals:
      StackMap stack: java.lang.String
            astore 5 /* owner */
        start local 5 // java.lang.String owner
         3: .line 1411
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 5 /* owner */
            aload 3 /* method */
            invokevirtual jdk.internal.org.objectweb.asm.commons.Method.getName:()Ljava/lang/String;
         4: .line 1412
            aload 3 /* method */
            invokevirtual jdk.internal.org.objectweb.asm.commons.Method.getDescriptor:()Ljava/lang/String;
            iload 4 /* itf */
         5: .line 1411
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         6: .line 1413
            return
        end local 5 // java.lang.String owner
        end local 4 // boolean itf
        end local 3 // jdk.internal.org.objectweb.asm.commons.Method method
        end local 2 // jdk.internal.org.objectweb.asm.Type type
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    7     1  opcode  I
            0    7     2    type  Ljdk/internal/org/objectweb/asm/Type;
            0    7     3  method  Ljdk/internal/org/objectweb/asm/commons/Method;
            0    7     4     itf  Z
            3    7     5   owner  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      opcode  final
      type    final
      method  final
      itf     final

  public void invokeVirtual(jdk.internal.org.objectweb.asm.Type, jdk.internal.org.objectweb.asm.commons.Method);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/commons/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type owner
        start local 2 // jdk.internal.org.objectweb.asm.commons.Method method
         0: .line 1424
            aload 0 /* this */
            sipush 182
            aload 1 /* owner */
            aload 2 /* method */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.invokeInsn:(ILjdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/commons/Method;Z)V
         1: .line 1425
            return
        end local 2 // jdk.internal.org.objectweb.asm.commons.Method method
        end local 1 // jdk.internal.org.objectweb.asm.Type owner
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   owner  Ljdk/internal/org/objectweb/asm/Type;
            0    2     2  method  Ljdk/internal/org/objectweb/asm/commons/Method;
    MethodParameters:
        Name  Flags
      owner   final
      method  final

  public void invokeConstructor(jdk.internal.org.objectweb.asm.Type, jdk.internal.org.objectweb.asm.commons.Method);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/commons/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
        start local 2 // jdk.internal.org.objectweb.asm.commons.Method method
         0: .line 1436
            aload 0 /* this */
            sipush 183
            aload 1 /* type */
            aload 2 /* method */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.invokeInsn:(ILjdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/commons/Method;Z)V
         1: .line 1437
            return
        end local 2 // jdk.internal.org.objectweb.asm.commons.Method method
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1    type  Ljdk/internal/org/objectweb/asm/Type;
            0    2     2  method  Ljdk/internal/org/objectweb/asm/commons/Method;
    MethodParameters:
        Name  Flags
      type    final
      method  final

  public void invokeStatic(jdk.internal.org.objectweb.asm.Type, jdk.internal.org.objectweb.asm.commons.Method);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/commons/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type owner
        start local 2 // jdk.internal.org.objectweb.asm.commons.Method method
         0: .line 1448
            aload 0 /* this */
            sipush 184
            aload 1 /* owner */
            aload 2 /* method */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.invokeInsn:(ILjdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/commons/Method;Z)V
         1: .line 1449
            return
        end local 2 // jdk.internal.org.objectweb.asm.commons.Method method
        end local 1 // jdk.internal.org.objectweb.asm.Type owner
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   owner  Ljdk/internal/org/objectweb/asm/Type;
            0    2     2  method  Ljdk/internal/org/objectweb/asm/commons/Method;
    MethodParameters:
        Name  Flags
      owner   final
      method  final

  public void invokeInterface(jdk.internal.org.objectweb.asm.Type, jdk.internal.org.objectweb.asm.commons.Method);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/commons/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type owner
        start local 2 // jdk.internal.org.objectweb.asm.commons.Method method
         0: .line 1460
            aload 0 /* this */
            sipush 185
            aload 1 /* owner */
            aload 2 /* method */
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.invokeInsn:(ILjdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/commons/Method;Z)V
         1: .line 1461
            return
        end local 2 // jdk.internal.org.objectweb.asm.commons.Method method
        end local 1 // jdk.internal.org.objectweb.asm.Type owner
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   owner  Ljdk/internal/org/objectweb/asm/Type;
            0    2     2  method  Ljdk/internal/org/objectweb/asm/commons/Method;
    MethodParameters:
        Name  Flags
      owner   final
      method  final

  public void invokeDynamic(java.lang.String, java.lang.String, jdk.internal.org.objectweb.asm.Handle, java.lang.Object[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Handle;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String desc
        start local 3 // jdk.internal.org.objectweb.asm.Handle bsm
        start local 4 // java.lang.Object[] bsmArgs
         0: .line 1481
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 1 /* name */
            aload 2 /* desc */
            aload 3 /* bsm */
            aload 4 /* bsmArgs */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Handle;[Ljava/lang/Object;)V
         1: .line 1482
            return
        end local 4 // java.lang.Object[] bsmArgs
        end local 3 // jdk.internal.org.objectweb.asm.Handle bsm
        end local 2 // java.lang.String desc
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1     name  Ljava/lang/String;
            0    2     2     desc  Ljava/lang/String;
            0    2     3      bsm  Ljdk/internal/org/objectweb/asm/Handle;
            0    2     4  bsmArgs  [Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      name     
      desc     
      bsm      
      bsmArgs  

  private void typeInsn(int, jdk.internal.org.objectweb.asm.Type);
    descriptor: (ILjdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int opcode
        start local 2 // jdk.internal.org.objectweb.asm.Type type
         0: .line 1497
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 2 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTypeInsn:(ILjava/lang/String;)V
         1: .line 1498
            return
        end local 2 // jdk.internal.org.objectweb.asm.Type type
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  opcode  I
            0    2     2    type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
        Name  Flags
      opcode  final
      type    final

  public void newInstance(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
         0: .line 1507
            aload 0 /* this */
            sipush 187
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILjdk/internal/org/objectweb/asm/Type;)V
         1: .line 1508
            return
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void newArray(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
         0: .line 1518
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSort:()I
            tableswitch { // 1 - 8
                    1: 1
                    2: 3
                    3: 5
                    4: 7
                    5: 9
                    6: 11
                    7: 13
                    8: 15
              default: 17
          }
         1: .line 1520
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 2 /* typ */
        start local 2 // int typ
         2: .line 1521
            goto 19
        end local 2 // int typ
         3: .line 1523
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 2 /* typ */
        start local 2 // int typ
         4: .line 1524
            goto 19
        end local 2 // int typ
         5: .line 1526
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 2 /* typ */
        start local 2 // int typ
         6: .line 1527
            goto 19
        end local 2 // int typ
         7: .line 1529
      StackMap locals:
      StackMap stack:
            bipush 9
            istore 2 /* typ */
        start local 2 // int typ
         8: .line 1530
            goto 19
        end local 2 // int typ
         9: .line 1532
      StackMap locals:
      StackMap stack:
            bipush 10
            istore 2 /* typ */
        start local 2 // int typ
        10: .line 1533
            goto 19
        end local 2 // int typ
        11: .line 1535
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 2 /* typ */
        start local 2 // int typ
        12: .line 1536
            goto 19
        end local 2 // int typ
        13: .line 1538
      StackMap locals:
      StackMap stack:
            bipush 11
            istore 2 /* typ */
        start local 2 // int typ
        14: .line 1539
            goto 19
        end local 2 // int typ
        15: .line 1541
      StackMap locals:
      StackMap stack:
            bipush 7
            istore 2 /* typ */
        start local 2 // int typ
        16: .line 1542
            goto 19
        end local 2 // int typ
        17: .line 1544
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 189
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILjdk/internal/org/objectweb/asm/Type;)V
        18: .line 1545
            return
        start local 2 // int typ
        19: .line 1547
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 188
            iload 2 /* typ */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
        20: .line 1548
            return
        end local 2 // int typ
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0   21     1  type  Ljdk/internal/org/objectweb/asm/Type;
            2    3     2   typ  I
            4    5     2   typ  I
            6    7     2   typ  I
            8    9     2   typ  I
           10   11     2   typ  I
           12   13     2   typ  I
           14   15     2   typ  I
           16   17     2   typ  I
           19   21     2   typ  I
    MethodParameters:
      Name  Flags
      type  final

  public void arrayLength();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1558
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 190
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 1559
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void throwException();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1565
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 191
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 1566
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void throwException(jdk.internal.org.objectweb.asm.Type, java.lang.String);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
        start local 2 // java.lang.String msg
         0: .line 1578
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.newInstance:(Ljdk/internal/org/objectweb/asm/Type;)V
         1: .line 1579
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.dup:()V
         2: .line 1580
            aload 0 /* this */
            aload 2 /* msg */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         3: .line 1581
            aload 0 /* this */
            aload 1 /* type */
            ldc "void <init> (String)"
            invokestatic jdk.internal.org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/commons/Method;
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.invokeConstructor:(Ljdk/internal/org/objectweb/asm/Type;Ljdk/internal/org/objectweb/asm/commons/Method;)V
         4: .line 1582
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.throwException:()V
         5: .line 1583
            return
        end local 2 // java.lang.String msg
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    6     1  type  Ljdk/internal/org/objectweb/asm/Type;
            0    6     2   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  final
      msg   final

  public void checkCast(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
         0: .line 1593
            aload 1 /* type */
            getstatic jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.OBJECT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 1594
            aload 0 /* this */
            sipush 192
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILjdk/internal/org/objectweb/asm/Type;)V
         2: .line 1596
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    3     1  type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void instanceOf(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
         0: .line 1606
            aload 0 /* this */
            sipush 193
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILjdk/internal/org/objectweb/asm/Type;)V
         1: .line 1607
            return
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void monitorEnter();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1613
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 194
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 1614
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void monitorExit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1620
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            sipush 195
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 1621
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void endMethod();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1631
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.access:I
            sipush 1024
            iand
            ifne 2
         1: .line 1632
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iconst_0
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
         2: .line 1634
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitEnd:()V
         3: .line 1635
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;

  public void catchException(jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // jdk.internal.org.objectweb.asm.Label start
        start local 2 // jdk.internal.org.objectweb.asm.Label end
        start local 3 // jdk.internal.org.objectweb.asm.Type exception
         0: .line 1650
            new jdk.internal.org.objectweb.asm.Label
            dup
            invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
            astore 4 /* doCatch */
        start local 4 // jdk.internal.org.objectweb.asm.Label doCatch
         1: .line 1651
            aload 3 /* exception */
            ifnonnull 4
         2: .line 1652
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 1 /* start */
            aload 2 /* end */
            aload 4 /* doCatch */
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljava/lang/String;)V
         3: .line 1653
            goto 7
         4: .line 1654
      StackMap locals: jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            aload 1 /* start */
            aload 2 /* end */
            aload 4 /* doCatch */
         5: .line 1655
            aload 3 /* exception */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
         6: .line 1654
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljava/lang/String;)V
         7: .line 1657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* doCatch */
            invokevirtual jdk.internal.org.objectweb.asm.commons.GeneratorAdapter.mark:(Ljdk/internal/org/objectweb/asm/Label;)V
         8: .line 1658
            return
        end local 4 // jdk.internal.org.objectweb.asm.Label doCatch
        end local 3 // jdk.internal.org.objectweb.asm.Type exception
        end local 2 // jdk.internal.org.objectweb.asm.Label end
        end local 1 // jdk.internal.org.objectweb.asm.Label start
        end local 0 // jdk.internal.org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Ljdk/internal/org/objectweb/asm/commons/GeneratorAdapter;
            0    9     1      start  Ljdk/internal/org/objectweb/asm/Label;
            0    9     2        end  Ljdk/internal/org/objectweb/asm/Label;
            0    9     3  exception  Ljdk/internal/org/objectweb/asm/Type;
            1    9     4    doCatch  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
           Name  Flags
      start      final
      end        final
      exception  final
}
SourceFile: "GeneratorAdapter.java"