class net.sf.cglib.util.ParallelSorterEmitter extends net.sf.cglib.core.ClassEmitter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.util.ParallelSorterEmitter
  super_class: net.sf.cglib.core.ClassEmitter
{
  private static final org.objectweb.asm.Type PARALLEL_SORTER;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature CSTRUCT_OBJECT_ARRAY;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature NEW_INSTANCE;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature SWAP;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=0, args_size=0
         0: .line 26
            ldc "net.sf.cglib.util.ParallelSorter"
            invokestatic net.sf.cglib.core.TypeUtils.parseType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
         1: .line 25
            putstatic net.sf.cglib.util.ParallelSorterEmitter.PARALLEL_SORTER:Lorg/objectweb/asm/Type;
         2: .line 28
            ldc "Object[]"
            invokestatic net.sf.cglib.core.TypeUtils.parseConstructor:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
         3: .line 27
            putstatic net.sf.cglib.util.ParallelSorterEmitter.CSTRUCT_OBJECT_ARRAY:Lnet/sf/cglib/core/Signature;
         4: .line 30
            new net.sf.cglib.core.Signature
            dup
            ldc "newInstance"
            getstatic net.sf.cglib.util.ParallelSorterEmitter.PARALLEL_SORTER:Lorg/objectweb/asm/Type;
            iconst_1
            anewarray org.objectweb.asm.Type
            dup
            iconst_0
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT_ARRAY:Lorg/objectweb/asm/Type;
            aastore
            invokespecial net.sf.cglib.core.Signature.<init>:(Ljava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;)V
         5: .line 29
            putstatic net.sf.cglib.util.ParallelSorterEmitter.NEW_INSTANCE:Lnet/sf/cglib/core/Signature;
         6: .line 32
            ldc "void swap(int, int)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
         7: .line 31
            putstatic net.sf.cglib.util.ParallelSorterEmitter.SWAP:Lnet/sf/cglib/core/Signature;
         8: .line 32
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.objectweb.asm.ClassVisitor, java.lang.String, java.lang.Object[]);
    descriptor: (Lorg/objectweb/asm/ClassVisitor;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // net.sf.cglib.util.ParallelSorterEmitter this
        start local 1 // org.objectweb.asm.ClassVisitor v
        start local 2 // java.lang.String className
        start local 3 // java.lang.Object[] arrays
         0: .line 35
            aload 0 /* this */
            aload 1 /* v */
            invokespecial net.sf.cglib.core.ClassEmitter.<init>:(Lorg/objectweb/asm/ClassVisitor;)V
         1: .line 36
            aload 0 /* this */
            bipush 52
            iconst_1
            aload 2 /* className */
            getstatic net.sf.cglib.util.ParallelSorterEmitter.PARALLEL_SORTER:Lorg/objectweb/asm/Type;
            aconst_null
            ldc "<generated>"
            invokevirtual net.sf.cglib.util.ParallelSorterEmitter.begin_class:(IILjava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;Ljava/lang/String;)V
         2: .line 37
            aload 0 /* this */
            invokestatic net.sf.cglib.core.EmitUtils.null_constructor:(Lnet/sf/cglib/core/ClassEmitter;)V
         3: .line 38
            aload 0 /* this */
            getstatic net.sf.cglib.util.ParallelSorterEmitter.NEW_INSTANCE:Lnet/sf/cglib/core/Signature;
            invokestatic net.sf.cglib.core.EmitUtils.factory_method:(Lnet/sf/cglib/core/ClassEmitter;Lnet/sf/cglib/core/Signature;)V
         4: .line 39
            aload 0 /* this */
            aload 3 /* arrays */
            invokevirtual net.sf.cglib.util.ParallelSorterEmitter.generateConstructor:([Ljava/lang/Object;)V
         5: .line 40
            aload 0 /* this */
            aload 3 /* arrays */
            invokevirtual net.sf.cglib.util.ParallelSorterEmitter.generateSwap:([Ljava/lang/Object;)V
         6: .line 41
            aload 0 /* this */
            invokevirtual net.sf.cglib.util.ParallelSorterEmitter.end_class:()V
         7: .line 42
            return
        end local 3 // java.lang.Object[] arrays
        end local 2 // java.lang.String className
        end local 1 // org.objectweb.asm.ClassVisitor v
        end local 0 // net.sf.cglib.util.ParallelSorterEmitter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lnet/sf/cglib/util/ParallelSorterEmitter;
            0    8     1          v  Lorg/objectweb/asm/ClassVisitor;
            0    8     2  className  Ljava/lang/String;
            0    8     3     arrays  [Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      v          
      className  
      arrays     

  private java.lang.String getFieldName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.sf.cglib.util.ParallelSorterEmitter this
        start local 1 // int index
         0: .line 45
            new java.lang.StringBuilder
            dup
            ldc "FIELD_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // net.sf.cglib.util.ParallelSorterEmitter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/sf/cglib/util/ParallelSorterEmitter;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private void generateConstructor(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // net.sf.cglib.util.ParallelSorterEmitter this
        start local 1 // java.lang.Object[] arrays
         0: .line 49
            aload 0 /* this */
            iconst_1
            getstatic net.sf.cglib.util.ParallelSorterEmitter.CSTRUCT_OBJECT_ARRAY:Lnet/sf/cglib/core/Signature;
            aconst_null
            invokevirtual net.sf.cglib.util.ParallelSorterEmitter.begin_method:(ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/CodeEmitter;
            astore 2 /* e */
        start local 2 // net.sf.cglib.core.CodeEmitter e
         1: .line 50
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
         2: .line 51
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.super_invoke_constructor:()V
         3: .line 52
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
         4: .line 53
            aload 2 /* e */
            iconst_0
            invokevirtual net.sf.cglib.core.CodeEmitter.load_arg:(I)V
         5: .line 54
            aload 2 /* e */
            ldc "a"
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT_ARRAY:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.super_putfield:(Ljava/lang/String;Lorg/objectweb/asm/Type;)V
         6: .line 55
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 17
         8: .line 56
      StackMap locals: net.sf.cglib.core.CodeEmitter int
      StackMap stack:
            aload 1 /* arrays */
            iload 3 /* i */
            aaload
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/Class;)Lorg/objectweb/asm/Type;
            astore 4 /* type */
        start local 4 // org.objectweb.asm.Type type
         9: .line 57
            aload 0 /* this */
            iconst_2
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual net.sf.cglib.util.ParallelSorterEmitter.getFieldName:(I)Ljava/lang/String;
            aload 4 /* type */
            aconst_null
            invokevirtual net.sf.cglib.util.ParallelSorterEmitter.declare_field:(ILjava/lang/String;Lorg/objectweb/asm/Type;Ljava/lang/Object;)V
        10: .line 58
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
        11: .line 59
            aload 2 /* e */
            iconst_0
            invokevirtual net.sf.cglib.core.CodeEmitter.load_arg:(I)V
        12: .line 60
            aload 2 /* e */
            iload 3 /* i */
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
        13: .line 61
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.aaload:()V
        14: .line 62
            aload 2 /* e */
            aload 4 /* type */
            invokevirtual net.sf.cglib.core.CodeEmitter.checkcast:(Lorg/objectweb/asm/Type;)V
        15: .line 63
            aload 2 /* e */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual net.sf.cglib.util.ParallelSorterEmitter.getFieldName:(I)Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.putfield:(Ljava/lang/String;)V
        end local 4 // org.objectweb.asm.Type type
        16: .line 55
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 3 /* i */
            aload 1 /* arrays */
            arraylength
            if_icmplt 8
        end local 3 // int i
        18: .line 65
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        19: .line 66
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
        20: .line 67
            return
        end local 2 // net.sf.cglib.core.CodeEmitter e
        end local 1 // java.lang.Object[] arrays
        end local 0 // net.sf.cglib.util.ParallelSorterEmitter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lnet/sf/cglib/util/ParallelSorterEmitter;
            0   21     1  arrays  [Ljava/lang/Object;
            1   21     2       e  Lnet/sf/cglib/core/CodeEmitter;
            7   18     3       i  I
            9   16     4    type  Lorg/objectweb/asm/Type;
    MethodParameters:
        Name  Flags
      arrays  

  private void generateSwap(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // net.sf.cglib.util.ParallelSorterEmitter this
        start local 1 // java.lang.Object[] arrays
         0: .line 70
            aload 0 /* this */
            iconst_1
            getstatic net.sf.cglib.util.ParallelSorterEmitter.SWAP:Lnet/sf/cglib/core/Signature;
            aconst_null
            invokevirtual net.sf.cglib.util.ParallelSorterEmitter.begin_method:(ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/CodeEmitter;
            astore 2 /* e */
        start local 2 // net.sf.cglib.core.CodeEmitter e
         1: .line 71
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 22
         3: .line 72
      StackMap locals: net.sf.cglib.core.CodeEmitter int
      StackMap stack:
            aload 1 /* arrays */
            iload 3 /* i */
            aaload
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/Class;)Lorg/objectweb/asm/Type;
            astore 4 /* type */
        start local 4 // org.objectweb.asm.Type type
         4: .line 73
            aload 4 /* type */
            invokestatic net.sf.cglib.core.TypeUtils.getComponentType:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
            astore 5 /* component */
        start local 5 // org.objectweb.asm.Type component
         5: .line 74
            aload 2 /* e */
            aload 4 /* type */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_local:(Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/Local;
            astore 6 /* T */
        start local 6 // net.sf.cglib.core.Local T
         6: .line 76
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
         7: .line 77
            aload 2 /* e */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual net.sf.cglib.util.ParallelSorterEmitter.getFieldName:(I)Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.getfield:(Ljava/lang/String;)V
         8: .line 78
            aload 2 /* e */
            aload 6 /* T */
            invokevirtual net.sf.cglib.core.CodeEmitter.store_local:(Lnet/sf/cglib/core/Local;)V
         9: .line 80
            aload 2 /* e */
            aload 6 /* T */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        10: .line 81
            aload 2 /* e */
            iconst_0
            invokevirtual net.sf.cglib.core.CodeEmitter.load_arg:(I)V
        11: .line 83
            aload 2 /* e */
            aload 6 /* T */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        12: .line 84
            aload 2 /* e */
            iconst_1
            invokevirtual net.sf.cglib.core.CodeEmitter.load_arg:(I)V
        13: .line 85
            aload 2 /* e */
            aload 5 /* component */
            invokevirtual net.sf.cglib.core.CodeEmitter.array_load:(Lorg/objectweb/asm/Type;)V
        14: .line 87
            aload 2 /* e */
            aload 6 /* T */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        15: .line 88
            aload 2 /* e */
            iconst_1
            invokevirtual net.sf.cglib.core.CodeEmitter.load_arg:(I)V
        16: .line 90
            aload 2 /* e */
            aload 6 /* T */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        17: .line 91
            aload 2 /* e */
            iconst_0
            invokevirtual net.sf.cglib.core.CodeEmitter.load_arg:(I)V
        18: .line 92
            aload 2 /* e */
            aload 5 /* component */
            invokevirtual net.sf.cglib.core.CodeEmitter.array_load:(Lorg/objectweb/asm/Type;)V
        19: .line 94
            aload 2 /* e */
            aload 5 /* component */
            invokevirtual net.sf.cglib.core.CodeEmitter.array_store:(Lorg/objectweb/asm/Type;)V
        20: .line 95
            aload 2 /* e */
            aload 5 /* component */
            invokevirtual net.sf.cglib.core.CodeEmitter.array_store:(Lorg/objectweb/asm/Type;)V
        end local 6 // net.sf.cglib.core.Local T
        end local 5 // org.objectweb.asm.Type component
        end local 4 // org.objectweb.asm.Type type
        21: .line 71
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 3 /* i */
            aload 1 /* arrays */
            arraylength
            if_icmplt 3
        end local 3 // int i
        23: .line 97
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        24: .line 98
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
        25: .line 99
            return
        end local 2 // net.sf.cglib.core.CodeEmitter e
        end local 1 // java.lang.Object[] arrays
        end local 0 // net.sf.cglib.util.ParallelSorterEmitter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   26     0       this  Lnet/sf/cglib/util/ParallelSorterEmitter;
            0   26     1     arrays  [Ljava/lang/Object;
            1   26     2          e  Lnet/sf/cglib/core/CodeEmitter;
            2   23     3          i  I
            4   21     4       type  Lorg/objectweb/asm/Type;
            5   21     5  component  Lorg/objectweb/asm/Type;
            6   21     6          T  Lnet/sf/cglib/core/Local;
    MethodParameters:
        Name  Flags
      arrays  final
}
SourceFile: "ParallelSorterEmitter.java"