public class net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner extends org.objectweb.asm.ClassVisitor implements net.bytebuddy.asm.Advice$Dispatcher$Bound
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner
  super_class: org.objectweb.asm.ClassVisitor
{
  protected final net.bytebuddy.description.type.TypeDescription instrumentedType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final net.bytebuddy.description.method.MethodDescription instrumentedMethod;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.objectweb.asm.MethodVisitor methodVisitor;
    descriptor: Lorg/objectweb/asm/MethodVisitor;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final net.bytebuddy.implementation.Implementation$Context implementationContext;
    descriptor: Lnet/bytebuddy/implementation/Implementation$Context;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final net.bytebuddy.implementation.bytecode.assign.Assigner assigner;
    descriptor: Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod argumentHandler;
    descriptor: Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod methodSizeHandler;
    descriptor: Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod stackMapFrameHandler;
    descriptor: Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForInstrumentedMethod;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound suppressionHandler;
    descriptor: Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound relocationHandler;
    descriptor: Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.objectweb.asm.ClassReader classReader;
    descriptor: Lorg/objectweb/asm/ClassReader;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.util.List<org.objectweb.asm.Label> labels;
    descriptor: Ljava/util/List;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/List<Lorg/objectweb/asm/Label;>;

  final net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved this$3;
    descriptor: Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod, net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod, net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod, net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound, net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound, org.objectweb.asm.ClassReader);
    descriptor: (Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod;Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForInstrumentedMethod;Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;Lorg/objectweb/asm/ClassReader;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=13, args_size=13
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner this
        start local 2 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 4 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 5 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 6 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 7 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod argumentHandler
        start local 8 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod methodSizeHandler
        start local 9 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod stackMapFrameHandler
        start local 10 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound suppressionHandler
        start local 11 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound relocationHandler
        start local 12 // org.objectweb.asm.ClassReader classReader
         0: .line 7322
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved;
         1: .line 7323
            aload 0 /* this */
            getstatic net.bytebuddy.utility.OpenedClassReader.ASM_API:I
            invokespecial org.objectweb.asm.ClassVisitor.<init>:(I)V
         2: .line 7324
            aload 0 /* this */
            aload 2 /* instrumentedType */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         3: .line 7325
            aload 0 /* this */
            aload 3 /* instrumentedMethod */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
         4: .line 7326
            aload 0 /* this */
            aload 4 /* methodVisitor */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
         5: .line 7327
            aload 0 /* this */
            aload 5 /* implementationContext */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.implementationContext:Lnet/bytebuddy/implementation/Implementation$Context;
         6: .line 7328
            aload 0 /* this */
            aload 6 /* assigner */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
         7: .line 7329
            aload 0 /* this */
            aload 7 /* argumentHandler */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.argumentHandler:Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod;
         8: .line 7330
            aload 0 /* this */
            aload 8 /* methodSizeHandler */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodSizeHandler:Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;
         9: .line 7331
            aload 0 /* this */
            aload 9 /* stackMapFrameHandler */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.stackMapFrameHandler:Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForInstrumentedMethod;
        10: .line 7332
            aload 0 /* this */
            aload 10 /* suppressionHandler */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.suppressionHandler:Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;
        11: .line 7333
            aload 0 /* this */
            aload 12 /* classReader */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.classReader:Lorg/objectweb/asm/ClassReader;
        12: .line 7334
            aload 0 /* this */
            aload 11 /* relocationHandler */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.relocationHandler:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;
        13: .line 7335
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.labels:Ljava/util/List;
        14: .line 7336
            return
        end local 12 // org.objectweb.asm.ClassReader classReader
        end local 11 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound relocationHandler
        end local 10 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound suppressionHandler
        end local 9 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod stackMapFrameHandler
        end local 8 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod methodSizeHandler
        end local 7 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod argumentHandler
        end local 6 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 5 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 4 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 2 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   15     0                   this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
            0   15     2       instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   15     3     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0   15     4          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   15     5  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0   15     6               assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0   15     7        argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod;
            0   15     8      methodSizeHandler  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;
            0   15     9   stackMapFrameHandler  Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForInstrumentedMethod;
            0   15    10     suppressionHandler  Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;
            0   15    11      relocationHandler  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;
            0   15    12            classReader  Lorg/objectweb/asm/ClassReader;
    MethodParameters:
                       Name  Flags
      this$0                 final
      instrumentedType       
      instrumentedMethod     
      methodVisitor          
      implementationContext  
      assigner               
      argumentHandler        
      methodSizeHandler      
      stackMapFrameHandler   
      suppressionHandler     
      relocationHandler      
      classReader            

  public void prepare();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner this
         0: .line 7342
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.classReader:Lorg/objectweb/asm/ClassReader;
            new net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor
            dup
            aload 0 /* this */
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor.<init>:(Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;)V
            bipush 6
            invokevirtual org.objectweb.asm.ClassReader.accept:(Lorg/objectweb/asm/ClassVisitor;I)V
         1: .line 7343
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.suppressionHandler:Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            invokeinterface net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound.onPrepare:(Lorg/objectweb/asm/MethodVisitor;)V
         2: .line 7344
            return
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;

  public void initialize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner this
         0: .line 7350
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.argumentHandler:Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod;
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved.resolveInitializationTypes:(Lnet/bytebuddy/asm/Advice$ArgumentHandler;)Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 25
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 1 /* typeDefinition */
        start local 1 // java.util.Map$Entry typeDefinition
         2: .line 7351
            aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifne 7
         3: .line 7352
            aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifne 7
         4: .line 7353
            aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifne 7
         5: .line 7354
            aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifne 7
         6: .line 7355
            aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 10
         7: .line 7356
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner java.util.Map$Entry java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            iconst_3
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         8: .line 7357
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            bipush 54
            aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         9: .line 7358
            goto 24
      StackMap locals:
      StackMap stack:
        10: aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 14
        11: .line 7359
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            bipush 9
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        12: .line 7360
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            bipush 55
            aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        13: .line 7361
            goto 24
      StackMap locals:
      StackMap stack:
        14: aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 18
        15: .line 7362
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            bipush 11
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        16: .line 7363
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            bipush 56
            aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        17: .line 7364
            goto 24
      StackMap locals:
      StackMap stack:
        18: aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 22
        19: .line 7365
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            bipush 14
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        20: .line 7366
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            bipush 57
            aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        21: .line 7367
            goto 24
        22: .line 7368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            iconst_1
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        23: .line 7369
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            bipush 58
            aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        24: .line 7371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodSizeHandler:Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;
            aload 1 /* typeDefinition */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
            invokeinterface net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod.requireStackSize:(I)V
        end local 1 // java.util.Map$Entry typeDefinition
        25: .line 7350
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        26: .line 7373
            return
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   27     0            this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
            2   25     1  typeDefinition  Ljava/util/Map$Entry<Ljava/lang/Integer;Lnet/bytebuddy/description/type/TypeDefinition;>;

  public void apply();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner this
         0: .line 7379
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.classReader:Lorg/objectweb/asm/ClassReader;
            aload 0 /* this */
            iconst_2
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.stackMapFrameHandler:Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForInstrumentedMethod;
            invokeinterface net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod.getReaderHint:()I
            ior
            invokevirtual org.objectweb.asm.ClassReader.accept:(Lorg/objectweb/asm/ClassVisitor;I)V
         1: .line 7380
            return
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;

  public org.objectweb.asm.MethodVisitor visitMethod(int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/objectweb/asm/MethodVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=6, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner this
        start local 1 // int modifiers
        start local 2 // java.lang.String internalName
        start local 3 // java.lang.String descriptor
        start local 4 // java.lang.String signature
        start local 5 // java.lang.String[] exception
         0: .line 7384
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved;
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getInternalName:()Ljava/lang/String;
            aload 2 /* internalName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved;
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDescriptor:()Ljava/lang/String;
            aload 3 /* descriptor */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
         1: .line 7385
            new net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
         2: .line 7386
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.implementationContext:Lnet/bytebuddy/implementation/Implementation$Context;
         3: .line 7387
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
         4: .line 7388
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.argumentHandler:Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod;
         5: .line 7389
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodSizeHandler:Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;
         6: .line 7390
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.stackMapFrameHandler:Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForInstrumentedMethod;
         7: .line 7391
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         8: .line 7392
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
         9: .line 7393
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.suppressionHandler:Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;
        10: .line 7394
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.relocationHandler:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;
        11: .line 7385
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod;Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForInstrumentedMethod;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;)Lorg/objectweb/asm/MethodVisitor;
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.<init>:(Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;Lorg/objectweb/asm/MethodVisitor;)V
        12: .line 7394
            goto 14
      StackMap locals:
      StackMap stack:
        13: getstatic net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved.IGNORE_METHOD:Lorg/objectweb/asm/MethodVisitor;
        14: .line 7384
      StackMap locals:
      StackMap stack: org.objectweb.asm.MethodVisitor
            areturn
        end local 5 // java.lang.String[] exception
        end local 4 // java.lang.String signature
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String internalName
        end local 1 // int modifiers
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
            0   15     1     modifiers  I
            0   15     2  internalName  Ljava/lang/String;
            0   15     3    descriptor  Ljava/lang/String;
            0   15     4     signature  Ljava/lang/String;
            0   15     5     exception  [Ljava/lang/String;
    MethodParameters:
              Name  Flags
      modifiers     
      internalName  
      descriptor    
      signature     
      exception     

  static net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved access$0(net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner);
    descriptor: (Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;)Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 7235
            aload 0
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public abstract ArgumentHandler = net.bytebuddy.asm.Advice$ArgumentHandler of net.bytebuddy.asm.Advice
  public abstract ForInstrumentedMethod = net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod of net.bytebuddy.asm.Advice$ArgumentHandler
  protected abstract Dispatcher = net.bytebuddy.asm.Advice$Dispatcher of net.bytebuddy.asm.Advice
  public abstract Bound = net.bytebuddy.asm.Advice$Dispatcher$Bound of net.bytebuddy.asm.Advice$Dispatcher
  public Inlining = net.bytebuddy.asm.Advice$Dispatcher$Inlining of net.bytebuddy.asm.Advice$Dispatcher
  protected abstract Resolved = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved of net.bytebuddy.asm.Advice$Dispatcher$Inlining
  protected AdviceMethodInliner = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved
  protected ExceptionTableCollector = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner
  protected ExceptionTableExtractor = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner
  protected ExceptionTableSubstitutor = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner
  public abstract RelocationHandler = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler of net.bytebuddy.asm.Advice$Dispatcher
  public abstract Bound = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  public abstract SuppressionHandler = net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler of net.bytebuddy.asm.Advice$Dispatcher
  public abstract Bound = net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound of net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler
  protected abstract MethodSizeHandler = net.bytebuddy.asm.Advice$MethodSizeHandler of net.bytebuddy.asm.Advice
  public abstract ForInstrumentedMethod = net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod of net.bytebuddy.asm.Advice$MethodSizeHandler
  protected abstract StackMapFrameHandler = net.bytebuddy.asm.Advice$StackMapFrameHandler of net.bytebuddy.asm.Advice
  public abstract ForInstrumentedMethod = net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod of net.bytebuddy.asm.Advice$StackMapFrameHandler
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation