public final class jdk.internal.org.objectweb.asm.util.TraceMethodVisitor extends jdk.internal.org.objectweb.asm.MethodVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.util.TraceMethodVisitor
  super_class: jdk.internal.org.objectweb.asm.MethodVisitor
{
  public final jdk.internal.org.objectweb.asm.util.Printer p;
    descriptor: Ljdk/internal/org/objectweb/asm/util/Printer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(jdk.internal.org.objectweb.asm.util.Printer);
    descriptor: (Ljdk/internal/org/objectweb/asm/util/Printer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // jdk.internal.org.objectweb.asm.util.Printer printer
         0: .line 86
            aload 0 /* this */
            aconst_null
            aload 1 /* printer */
            invokespecial jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.<init>:(Ljdk/internal/org/objectweb/asm/MethodVisitor;Ljdk/internal/org/objectweb/asm/util/Printer;)V
         1: .line 87
            return
        end local 1 // jdk.internal.org.objectweb.asm.util.Printer printer
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    2     1  printer  Ljdk/internal/org/objectweb/asm/util/Printer;
    MethodParameters:
         Name  Flags
      printer  final

  public void <init>(jdk.internal.org.objectweb.asm.MethodVisitor, jdk.internal.org.objectweb.asm.util.Printer);
    descriptor: (Ljdk/internal/org/objectweb/asm/MethodVisitor;Ljdk/internal/org/objectweb/asm/util/Printer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // jdk.internal.org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // jdk.internal.org.objectweb.asm.util.Printer printer
         0: .line 96
            aload 0 /* this */
            ldc 458752
            aload 1 /* methodVisitor */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.<init>:(ILjdk/internal/org/objectweb/asm/MethodVisitor;)V
         1: .line 97
            aload 0 /* this */
            aload 2 /* printer */
            putfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
         2: .line 98
            return
        end local 2 // jdk.internal.org.objectweb.asm.util.Printer printer
        end local 1 // jdk.internal.org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  methodVisitor  Ljdk/internal/org/objectweb/asm/MethodVisitor;
            0    3     2        printer  Ljdk/internal/org/objectweb/asm/util/Printer;
    MethodParameters:
               Name  Flags
      methodVisitor  final
      printer        final

  public void visitParameter(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // java.lang.String name
        start local 2 // int access
         0: .line 102
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            aload 1 /* name */
            iload 2 /* access */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitParameter:(Ljava/lang/String;I)V
         1: .line 103
            aload 0 /* this */
            aload 1 /* name */
            iload 2 /* access */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitParameter:(Ljava/lang/String;I)V
         2: .line 104
            return
        end local 2 // int access
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1    name  Ljava/lang/String;
            0    3     2  access  I
    MethodParameters:
        Name  Flags
      name    final
      access  final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 108
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            aload 1 /* descriptor */
            iload 2 /* visible */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitMethodAnnotation:(Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/util/Printer;
            astore 3 /* annotationPrinter */
        start local 3 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
         1: .line 109
            new jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor
            dup
         2: .line 110
            aload 0 /* this */
            aload 1 /* descriptor */
            iload 2 /* visible */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            aload 3 /* annotationPrinter */
         3: .line 109
            invokespecial jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor.<init>:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;Ljdk/internal/org/objectweb/asm/util/Printer;)V
            areturn
        end local 3 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    4     1         descriptor  Ljava/lang/String;
            0    4     2            visible  Z
            1    4     3  annotationPrinter  Ljdk/internal/org/objectweb/asm/util/Printer;
    MethodParameters:
            Name  Flags
      descriptor  final
      visible     final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int typeRef
        start local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String descriptor
        start local 4 // boolean visible
         0: .line 116
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitMethodTypeAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/util/Printer;
            astore 5 /* annotationPrinter */
        start local 5 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
         1: .line 117
            new jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor
            dup
         2: .line 118
            aload 0 /* this */
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitTypeAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            aload 5 /* annotationPrinter */
         3: .line 117
            invokespecial jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor.<init>:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;Ljdk/internal/org/objectweb/asm/util/Printer;)V
            areturn
        end local 5 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
        end local 4 // boolean visible
        end local 3 // java.lang.String descriptor
        end local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    4     1            typeRef  I
            0    4     2           typePath  Ljdk/internal/org/objectweb/asm/TypePath;
            0    4     3         descriptor  Ljava/lang/String;
            0    4     4            visible  Z
            1    4     5  annotationPrinter  Ljdk/internal/org/objectweb/asm/util/Printer;
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public void visitAttribute(jdk.internal.org.objectweb.asm.Attribute);
    descriptor: (Ljdk/internal/org/objectweb/asm/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // jdk.internal.org.objectweb.asm.Attribute attribute
         0: .line 123
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            aload 1 /* attribute */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitMethodAttribute:(Ljdk/internal/org/objectweb/asm/Attribute;)V
         1: .line 124
            aload 0 /* this */
            aload 1 /* attribute */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitAttribute:(Ljdk/internal/org/objectweb/asm/Attribute;)V
         2: .line 125
            return
        end local 1 // jdk.internal.org.objectweb.asm.Attribute attribute
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  attribute  Ljdk/internal/org/objectweb/asm/Attribute;
    MethodParameters:
           Name  Flags
      attribute  final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitAnnotationDefault();
    descriptor: ()Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
         0: .line 129
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitAnnotationDefault:()Ljdk/internal/org/objectweb/asm/util/Printer;
            astore 1 /* annotationPrinter */
        start local 1 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
         1: .line 130
            new jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor
            dup
            aload 0 /* this */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitAnnotationDefault:()Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            aload 1 /* annotationPrinter */
            invokespecial jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor.<init>:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;Ljdk/internal/org/objectweb/asm/util/Printer;)V
            areturn
        end local 1 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            1    2     1  annotationPrinter  Ljdk/internal/org/objectweb/asm/util/Printer;

  public void visitAnnotableParameterCount(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int parameterCount
        start local 2 // boolean visible
         0: .line 135
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* parameterCount */
            iload 2 /* visible */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitAnnotableParameterCount:(IZ)Ljdk/internal/org/objectweb/asm/util/Printer;
            pop
         1: .line 136
            aload 0 /* this */
            iload 1 /* parameterCount */
            iload 2 /* visible */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitAnnotableParameterCount:(IZ)V
         2: .line 137
            return
        end local 2 // boolean visible
        end local 1 // int parameterCount
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  parameterCount  I
            0    3     2         visible  Z
    MethodParameters:
                Name  Flags
      parameterCount  final
      visible         final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int parameter
        start local 2 // java.lang.String descriptor
        start local 3 // boolean visible
         0: .line 142
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* parameter */
            aload 2 /* descriptor */
            iload 3 /* visible */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitParameterAnnotation:(ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/util/Printer;
            astore 4 /* annotationPrinter */
        start local 4 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
         1: .line 143
            new jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor
            dup
         2: .line 144
            aload 0 /* this */
            iload 1 /* parameter */
            aload 2 /* descriptor */
            iload 3 /* visible */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitParameterAnnotation:(ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            aload 4 /* annotationPrinter */
         3: .line 143
            invokespecial jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor.<init>:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;Ljdk/internal/org/objectweb/asm/util/Printer;)V
            areturn
        end local 4 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
        end local 3 // boolean visible
        end local 2 // java.lang.String descriptor
        end local 1 // int parameter
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    4     1          parameter  I
            0    4     2         descriptor  Ljava/lang/String;
            0    4     3            visible  Z
            1    4     4  annotationPrinter  Ljdk/internal/org/objectweb/asm/util/Printer;
    MethodParameters:
            Name  Flags
      parameter   final
      descriptor  final
      visible     final

  public void visitCode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
         0: .line 149
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitCode:()V
         1: .line 150
            aload 0 /* this */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitCode:()V
         2: .line 151
            return
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;

  public void visitFrame(int, int, java.lang.Object[], int, java.lang.Object[]);
    descriptor: (II[Ljava/lang/Object;I[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int type
        start local 2 // int numLocal
        start local 3 // java.lang.Object[] local
        start local 4 // int numStack
        start local 5 // java.lang.Object[] stack
         0: .line 160
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* type */
            iload 2 /* numLocal */
            aload 3 /* local */
            iload 4 /* numStack */
            aload 5 /* stack */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
         1: .line 161
            aload 0 /* this */
            iload 1 /* type */
            iload 2 /* numLocal */
            aload 3 /* local */
            iload 4 /* numStack */
            aload 5 /* stack */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
         2: .line 162
            return
        end local 5 // java.lang.Object[] stack
        end local 4 // int numStack
        end local 3 // java.lang.Object[] local
        end local 2 // int numLocal
        end local 1 // int type
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1      type  I
            0    3     2  numLocal  I
            0    3     3     local  [Ljava/lang/Object;
            0    3     4  numStack  I
            0    3     5     stack  [Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      type      final
      numLocal  final
      local     final
      numStack  final
      stack     final

  public void visitInsn(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int opcode
         0: .line 166
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitInsn:(I)V
         1: .line 167
            aload 0 /* this */
            iload 1 /* opcode */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 168
            return
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  opcode  I
    MethodParameters:
        Name  Flags
      opcode  final

  public void visitIntInsn(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.util.TraceMethodVisitor this
        start local 1 // int opcode
        start local 2 // int operand
         0: .line 172
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            iload 2 /* operand */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitIntInsn:(II)V
         1: .line 173
            aload 0 /* this */
            iload 1 /* opcode */
            iload 2 /* operand */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
         2: .line 174
            return
        end local 2 // int operand
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1   opcode  I
            0    3     2  operand  I
    MethodParameters:
         Name  Flags
      opcode   final
      operand  final

  public void visitVarInsn(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.util.TraceMethodVisitor this
        start local 1 // int opcode
        start local 2 // int var
         0: .line 178
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            iload 2 /* var */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitVarInsn:(II)V
         1: .line 179
            aload 0 /* this */
            iload 1 /* opcode */
            iload 2 /* var */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         2: .line 180
            return
        end local 2 // int var
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  opcode  I
            0    3     2     var  I
    MethodParameters:
        Name  Flags
      opcode  final
      var     final

  public void visitTypeInsn(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int opcode
        start local 2 // java.lang.String type
         0: .line 184
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            aload 2 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitTypeInsn:(ILjava/lang/String;)V
         1: .line 185
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* type */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitTypeInsn:(ILjava/lang/String;)V
         2: .line 186
            return
        end local 2 // java.lang.String type
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  opcode  I
            0    3     2    type  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      opcode  final
      type    final

  public void visitFieldInsn(int, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int opcode
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
         0: .line 191
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 192
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 193
            return
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1      opcode  I
            0    3     2       owner  Ljava/lang/String;
            0    3     3        name  Ljava/lang/String;
            0    3     4  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      opcode      final
      owner       final
      name        final
      descriptor  final

  public void visitMethodInsn(int, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int opcode
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
         0: .line 204
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.api:I
            ldc 327680
            if_icmplt 3
         1: .line 205
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 206
            return
         3: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         4: .line 209
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            ifnull 6
         5: .line 210
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         6: .line 212
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    7     1      opcode  I
            0    7     2       owner  Ljava/lang/String;
            0    7     3        name  Ljava/lang/String;
            0    7     4  descriptor  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      opcode      final
      owner       final
      name        final
      descriptor  final

  public void visitMethodInsn(int, java.lang.String, java.lang.String, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int opcode
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // boolean isInterface
         0: .line 221
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.api:I
            ldc 327680
            if_icmpge 3
         1: .line 222
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 5 /* isInterface */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         2: .line 223
            return
         3: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 5 /* isInterface */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         4: .line 226
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            ifnull 6
         5: .line 227
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 5 /* isInterface */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         6: .line 229
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean isInterface
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    7     1       opcode  I
            0    7     2        owner  Ljava/lang/String;
            0    7     3         name  Ljava/lang/String;
            0    7     4   descriptor  Ljava/lang/String;
            0    7     5  isInterface  Z
    MethodParameters:
             Name  Flags
      opcode       final
      owner        final
      name         final
      descriptor   final
      isInterface  final

  public void visitInvokeDynamicInsn(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.util.TraceMethodVisitor this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // jdk.internal.org.objectweb.asm.Handle bootstrapMethodHandle
        start local 4 // java.lang.Object[] bootstrapMethodArguments
         0: .line 237
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* bootstrapMethodHandle */
            aload 4 /* bootstrapMethodArguments */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Handle;[Ljava/lang/Object;)V
         1: .line 238
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* bootstrapMethodHandle */
            aload 4 /* bootstrapMethodArguments */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Handle;[Ljava/lang/Object;)V
         2: .line 239
            return
        end local 4 // java.lang.Object[] bootstrapMethodArguments
        end local 3 // jdk.internal.org.objectweb.asm.Handle bootstrapMethodHandle
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    3     0                      this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1                      name  Ljava/lang/String;
            0    3     2                descriptor  Ljava/lang/String;
            0    3     3     bootstrapMethodHandle  Ljdk/internal/org/objectweb/asm/Handle;
            0    3     4  bootstrapMethodArguments  [Ljava/lang/Object;
    MethodParameters:
                          Name  Flags
      name                      final
      descriptor                final
      bootstrapMethodHandle     final
      bootstrapMethodArguments  final

  public void visitJumpInsn(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.util.TraceMethodVisitor this
        start local 1 // int opcode
        start local 2 // jdk.internal.org.objectweb.asm.Label label
         0: .line 243
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            aload 2 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitJumpInsn:(ILjdk/internal/org/objectweb/asm/Label;)V
         1: .line 244
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* label */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILjdk/internal/org/objectweb/asm/Label;)V
         2: .line 245
            return
        end local 2 // jdk.internal.org.objectweb.asm.Label label
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  opcode  I
            0    3     2   label  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      opcode  final
      label   final

  public void visitLabel(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.util.TraceMethodVisitor this
        start local 1 // jdk.internal.org.objectweb.asm.Label label
         0: .line 249
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            aload 1 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitLabel:(Ljdk/internal/org/objectweb/asm/Label;)V
         1: .line 250
            aload 0 /* this */
            aload 1 /* label */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitLabel:(Ljdk/internal/org/objectweb/asm/Label;)V
         2: .line 251
            return
        end local 1 // jdk.internal.org.objectweb.asm.Label label
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  label  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public void visitLdcInsn(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // java.lang.Object value
         0: .line 255
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            aload 1 /* value */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitLdcInsn:(Ljava/lang/Object;)V
         1: .line 256
            aload 0 /* this */
            aload 1 /* value */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         2: .line 257
            return
        end local 1 // java.lang.Object value
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  final

  public void visitIincInsn(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.util.TraceMethodVisitor this
        start local 1 // int var
        start local 2 // int increment
         0: .line 261
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* var */
            iload 2 /* increment */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitIincInsn:(II)V
         1: .line 262
            aload 0 /* this */
            iload 1 /* var */
            iload 2 /* increment */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitIincInsn:(II)V
         2: .line 263
            return
        end local 2 // int increment
        end local 1 // int var
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1        var  I
            0    3     2  increment  I
    MethodParameters:
           Name  Flags
      var        final
      increment  final

  public void visitTableSwitchInsn(int, int, jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label[]);
    descriptor: (IILjdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int min
        start local 2 // int max
        start local 3 // jdk.internal.org.objectweb.asm.Label dflt
        start local 4 // jdk.internal.org.objectweb.asm.Label[] labels
         0: .line 268
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* min */
            iload 2 /* max */
            aload 3 /* dflt */
            aload 4 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitTableSwitchInsn:(IILjdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;)V
         1: .line 269
            aload 0 /* this */
            iload 1 /* min */
            iload 2 /* max */
            aload 3 /* dflt */
            aload 4 /* labels */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitTableSwitchInsn:(IILjdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;)V
         2: .line 270
            return
        end local 4 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 3 // jdk.internal.org.objectweb.asm.Label dflt
        end local 2 // int max
        end local 1 // int min
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1     min  I
            0    3     2     max  I
            0    3     3    dflt  Ljdk/internal/org/objectweb/asm/Label;
            0    3     4  labels  [Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      min     final
      max     final
      dflt    final
      labels  final

  public void visitLookupSwitchInsn(jdk.internal.org.objectweb.asm.Label, int[], jdk.internal.org.objectweb.asm.Label[]);
    descriptor: (Ljdk/internal/org/objectweb/asm/Label;[I[Ljdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // jdk.internal.org.objectweb.asm.Label dflt
        start local 2 // int[] keys
        start local 3 // jdk.internal.org.objectweb.asm.Label[] labels
         0: .line 274
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            aload 1 /* dflt */
            aload 2 /* keys */
            aload 3 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitLookupSwitchInsn:(Ljdk/internal/org/objectweb/asm/Label;[I[Ljdk/internal/org/objectweb/asm/Label;)V
         1: .line 275
            aload 0 /* this */
            aload 1 /* dflt */
            aload 2 /* keys */
            aload 3 /* labels */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitLookupSwitchInsn:(Ljdk/internal/org/objectweb/asm/Label;[I[Ljdk/internal/org/objectweb/asm/Label;)V
         2: .line 276
            return
        end local 3 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 2 // int[] keys
        end local 1 // jdk.internal.org.objectweb.asm.Label dflt
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1    dflt  Ljdk/internal/org/objectweb/asm/Label;
            0    3     2    keys  [I
            0    3     3  labels  [Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      dflt    final
      keys    final
      labels  final

  public void visitMultiANewArrayInsn(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // java.lang.String descriptor
        start local 2 // int numDimensions
         0: .line 280
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            aload 1 /* descriptor */
            iload 2 /* numDimensions */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitMultiANewArrayInsn:(Ljava/lang/String;I)V
         1: .line 281
            aload 0 /* this */
            aload 1 /* descriptor */
            iload 2 /* numDimensions */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitMultiANewArrayInsn:(Ljava/lang/String;I)V
         2: .line 282
            return
        end local 2 // int numDimensions
        end local 1 // java.lang.String descriptor
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1     descriptor  Ljava/lang/String;
            0    3     2  numDimensions  I
    MethodParameters:
               Name  Flags
      descriptor     final
      numDimensions  final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitInsnAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int typeRef
        start local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String descriptor
        start local 4 // boolean visible
         0: .line 287
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitInsnAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/util/Printer;
            astore 5 /* annotationPrinter */
        start local 5 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
         1: .line 288
            new jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor
            dup
         2: .line 289
            aload 0 /* this */
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitInsnAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            aload 5 /* annotationPrinter */
         3: .line 288
            invokespecial jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor.<init>:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;Ljdk/internal/org/objectweb/asm/util/Printer;)V
            areturn
        end local 5 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
        end local 4 // boolean visible
        end local 3 // java.lang.String descriptor
        end local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    4     1            typeRef  I
            0    4     2           typePath  Ljdk/internal/org/objectweb/asm/TypePath;
            0    4     3         descriptor  Ljava/lang/String;
            0    4     4            visible  Z
            1    4     5  annotationPrinter  Ljdk/internal/org/objectweb/asm/util/Printer;
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public void visitTryCatchBlock(jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label, java.lang.String);
    descriptor: (Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor 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.Label handler
        start local 4 // java.lang.String type
         0: .line 295
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            aload 1 /* start */
            aload 2 /* end */
            aload 3 /* handler */
            aload 4 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitTryCatchBlock:(Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljava/lang/String;)V
         1: .line 296
            aload 0 /* this */
            aload 1 /* start */
            aload 2 /* end */
            aload 3 /* handler */
            aload 4 /* type */
            invokespecial 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
         2: .line 297
            return
        end local 4 // java.lang.String type
        end local 3 // jdk.internal.org.objectweb.asm.Label handler
        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.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1    start  Ljdk/internal/org/objectweb/asm/Label;
            0    3     2      end  Ljdk/internal/org/objectweb/asm/Label;
            0    3     3  handler  Ljdk/internal/org/objectweb/asm/Label;
            0    3     4     type  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      start    final
      end      final
      handler  final
      type     final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitTryCatchAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int typeRef
        start local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String descriptor
        start local 4 // boolean visible
         0: .line 302
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitTryCatchAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/util/Printer;
            astore 5 /* annotationPrinter */
        start local 5 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
         1: .line 303
            new jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor
            dup
         2: .line 304
            aload 0 /* this */
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitTryCatchAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            aload 5 /* annotationPrinter */
         3: .line 303
            invokespecial jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor.<init>:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;Ljdk/internal/org/objectweb/asm/util/Printer;)V
            areturn
        end local 5 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
        end local 4 // boolean visible
        end local 3 // java.lang.String descriptor
        end local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    4     1            typeRef  I
            0    4     2           typePath  Ljdk/internal/org/objectweb/asm/TypePath;
            0    4     3         descriptor  Ljava/lang/String;
            0    4     4            visible  Z
            1    4     5  annotationPrinter  Ljdk/internal/org/objectweb/asm/util/Printer;
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public void visitLocalVariable(java.lang.String, java.lang.String, java.lang.String, jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // java.lang.String signature
        start local 4 // jdk.internal.org.objectweb.asm.Label start
        start local 5 // jdk.internal.org.objectweb.asm.Label end
        start local 6 // int index
         0: .line 315
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* signature */
            aload 4 /* start */
            aload 5 /* end */
            iload 6 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitLocalVariable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;I)V
         1: .line 316
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* signature */
            aload 4 /* start */
            aload 5 /* end */
            iload 6 /* index */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitLocalVariable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;I)V
         2: .line 317
            return
        end local 6 // int index
        end local 5 // jdk.internal.org.objectweb.asm.Label end
        end local 4 // jdk.internal.org.objectweb.asm.Label start
        end local 3 // java.lang.String signature
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1        name  Ljava/lang/String;
            0    3     2  descriptor  Ljava/lang/String;
            0    3     3   signature  Ljava/lang/String;
            0    3     4       start  Ljdk/internal/org/objectweb/asm/Label;
            0    3     5         end  Ljdk/internal/org/objectweb/asm/Label;
            0    3     6       index  I
    MethodParameters:
            Name  Flags
      name        final
      descriptor  final
      signature   final
      start       final
      end         final
      index       final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitLocalVariableAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, jdk.internal.org.objectweb.asm.Label[], jdk.internal.org.objectweb.asm.Label[], int[], java.lang.String, boolean);
    descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;[ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=9, args_size=8
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int typeRef
        start local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        start local 3 // jdk.internal.org.objectweb.asm.Label[] start
        start local 4 // jdk.internal.org.objectweb.asm.Label[] end
        start local 5 // int[] index
        start local 6 // java.lang.String descriptor
        start local 7 // boolean visible
         0: .line 329
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* start */
            aload 4 /* end */
            aload 5 /* index */
            aload 6 /* descriptor */
            iload 7 /* visible */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitLocalVariableAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;[ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/util/Printer;
         1: .line 328
            astore 8 /* annotationPrinter */
        start local 8 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
         2: .line 330
            new jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor
            dup
         3: .line 331
            aload 0 /* this */
         4: .line 332
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* start */
            aload 4 /* end */
            aload 5 /* index */
            aload 6 /* descriptor */
            iload 7 /* visible */
         5: .line 331
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitLocalVariableAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;[ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
         6: .line 333
            aload 8 /* annotationPrinter */
         7: .line 330
            invokespecial jdk.internal.org.objectweb.asm.util.TraceAnnotationVisitor.<init>:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;Ljdk/internal/org/objectweb/asm/util/Printer;)V
            areturn
        end local 8 // jdk.internal.org.objectweb.asm.util.Printer annotationPrinter
        end local 7 // boolean visible
        end local 6 // java.lang.String descriptor
        end local 5 // int[] index
        end local 4 // jdk.internal.org.objectweb.asm.Label[] end
        end local 3 // jdk.internal.org.objectweb.asm.Label[] start
        end local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    8     1            typeRef  I
            0    8     2           typePath  Ljdk/internal/org/objectweb/asm/TypePath;
            0    8     3              start  [Ljdk/internal/org/objectweb/asm/Label;
            0    8     4                end  [Ljdk/internal/org/objectweb/asm/Label;
            0    8     5              index  [I
            0    8     6         descriptor  Ljava/lang/String;
            0    8     7            visible  Z
            2    8     8  annotationPrinter  Ljdk/internal/org/objectweb/asm/util/Printer;
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      start       final
      end         final
      index       final
      descriptor  final
      visible     final

  public void visitLineNumber(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.util.TraceMethodVisitor this
        start local 1 // int line
        start local 2 // jdk.internal.org.objectweb.asm.Label start
         0: .line 338
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* line */
            aload 2 /* start */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitLineNumber:(ILjdk/internal/org/objectweb/asm/Label;)V
         1: .line 339
            aload 0 /* this */
            iload 1 /* line */
            aload 2 /* start */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitLineNumber:(ILjdk/internal/org/objectweb/asm/Label;)V
         2: .line 340
            return
        end local 2 // jdk.internal.org.objectweb.asm.Label start
        end local 1 // int line
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1   line  I
            0    3     2  start  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      line   final
      start  final

  public void visitMaxs(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.util.TraceMethodVisitor this
        start local 1 // int maxStack
        start local 2 // int maxLocals
         0: .line 344
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            iload 1 /* maxStack */
            iload 2 /* maxLocals */
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitMaxs:(II)V
         1: .line 345
            aload 0 /* this */
            iload 1 /* maxStack */
            iload 2 /* maxLocals */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
         2: .line 346
            return
        end local 2 // int maxLocals
        end local 1 // int maxStack
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
            0    3     1   maxStack  I
            0    3     2  maxLocals  I
    MethodParameters:
           Name  Flags
      maxStack   final
      maxLocals  final

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
         0: .line 350
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.util.TraceMethodVisitor.p:Ljdk/internal/org/objectweb/asm/util/Printer;
            invokevirtual jdk.internal.org.objectweb.asm.util.Printer.visitMethodEnd:()V
         1: .line 351
            aload 0 /* this */
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.visitEnd:()V
         2: .line 352
            return
        end local 0 // jdk.internal.org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/org/objectweb/asm/util/TraceMethodVisitor;
}
SourceFile: "TraceMethodVisitor.java"