class org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine
  super_class: java.lang.Object
{
  org.glassfish.pfl.objectweb.asm.tree.LabelNode start;
    descriptor: Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
    flags: (0x0000) 

  boolean[] access;
    descriptor: [Z
    flags: (0x0000) 

  java.util.List callers;
    descriptor: Ljava/util/List;
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            return
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;

  void <init>(org.glassfish.pfl.objectweb.asm.tree.LabelNode, int, org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;ILorg/glassfish/pfl/objectweb/asm/tree/JumpInsnNode;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.LabelNode start
        start local 2 // int maxLocals
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode caller
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aload 1 /* start */
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.start:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
         2: .line 60
            aload 0 /* this */
            iload 2 /* maxLocals */
            newarray 4
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
         3: .line 61
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
         4: .line 62
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            aload 3 /* caller */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 63
            return
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode caller
        end local 2 // int maxLocals
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.LabelNode start
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            0    6     1      start  Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            0    6     2  maxLocals  I
            0    6     3     caller  Lorg/glassfish/pfl/objectweb/asm/tree/JumpInsnNode;
    MethodParameters:
           Name  Flags
      start      final
      maxLocals  final
      caller     final

  public org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine copy();
    descriptor: ()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine this
         0: .line 66
            new org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine
            dup
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.<init>:()V
            astore 1 /* result */
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine result
         1: .line 67
            aload 1 /* result */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.start:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.start:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
         2: .line 68
            aload 1 /* result */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
            arraylength
            newarray 4
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
         3: .line 69
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
            iconst_0
            aload 1 /* result */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 70
            aload 1 /* result */
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
         5: .line 71
            aload 1 /* result */
            areturn
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine result
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            1    6     1  result  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;

  public boolean merge(org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine subroutine
         0: .line 75
            iconst_0
            istore 2 /* changes */
        start local 2 // boolean changes
         1: .line 76
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 77
      StackMap locals: int int
      StackMap stack:
            aload 1 /* subroutine */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
            iload 3 /* i */
            baload
            ifeq 6
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
            iload 3 /* i */
            baload
            ifne 6
         4: .line 78
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
            iload 3 /* i */
            iconst_1
            bastore
         5: .line 79
            iconst_1
            istore 2 /* changes */
         6: .line 76
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
            arraylength
            if_icmplt 3
        end local 3 // int i
         8: .line 82
            aload 1 /* subroutine */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.start:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.start:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            if_acmpne 17
         9: .line 83
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: goto 16
        11: .line 84
      StackMap locals:
      StackMap stack:
            aload 1 /* subroutine */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            astore 4 /* caller */
        start local 4 // java.lang.Object caller
        12: .line 85
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            aload 4 /* caller */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifne 15
        13: .line 86
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            aload 4 /* caller */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        14: .line 87
            iconst_1
            istore 2 /* changes */
        end local 4 // java.lang.Object caller
        15: .line 83
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            aload 1 /* subroutine */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 11
        end local 3 // int i
        17: .line 91
      StackMap locals:
      StackMap stack:
            iload 2 /* changes */
            ireturn
        end local 2 // boolean changes
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            0   18     1  subroutine  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            1   18     2     changes  Z
            2    8     3           i  I
           10   17     3           i  I
           12   15     4      caller  Ljava/lang/Object;
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
            Name  Flags
      subroutine  final
}
SourceFile: "Subroutine.java"