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

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

  java.util.List<jdk.internal.org.objectweb.asm.tree.JumpInsnNode> callers;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/JumpInsnNode;>;

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

  void <init>(jdk.internal.org.objectweb.asm.tree.LabelNode, int, jdk.internal.org.objectweb.asm.tree.JumpInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/LabelNode;ILjdk/internal/org/objectweb/asm/tree/JumpInsnNode;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine this
        start local 1 // jdk.internal.org.objectweb.asm.tree.LabelNode start
        start local 2 // int maxLocals
        start local 3 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode caller
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 0 /* this */
            aload 1 /* start */
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.start:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
         2: .line 86
            aload 0 /* this */
            iload 2 /* maxLocals */
            newarray 4
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.access:[Z
         3: .line 87
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
         4: .line 88
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            aload 3 /* caller */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 89
            return
        end local 3 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode caller
        end local 2 // int maxLocals
        end local 1 // jdk.internal.org.objectweb.asm.tree.LabelNode start
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            0    6     1      start  Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            0    6     2  maxLocals  I
            0    6     3     caller  Ljdk/internal/org/objectweb/asm/tree/JumpInsnNode;
    MethodParameters:
           Name  Flags
      start      final
      maxLocals  final
      caller     final

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

  public boolean merge(jdk.internal.org.objectweb.asm.tree.analysis.Subroutine);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine this
        start local 1 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutine
         0: .line 101
            iconst_0
            istore 2 /* changes */
        start local 2 // boolean changes
         1: .line 102
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 103
      StackMap locals: int int
      StackMap stack:
            aload 1 /* subroutine */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.access:[Z
            iload 3 /* i */
            baload
            ifeq 6
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.access:[Z
            iload 3 /* i */
            baload
            ifne 6
         4: .line 104
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.access:[Z
            iload 3 /* i */
            iconst_1
            bastore
         5: .line 105
            iconst_1
            istore 2 /* changes */
         6: .line 102
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.access:[Z
            arraylength
            if_icmplt 3
        end local 3 // int i
         8: .line 108
            aload 1 /* subroutine */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.start:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.start:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            if_acmpne 17
         9: .line 109
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: goto 16
        11: .line 110
      StackMap locals:
      StackMap stack:
            aload 1 /* subroutine */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.JumpInsnNode
            astore 4 /* caller */
        start local 4 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode caller
        12: .line 111
            aload 0 /* this */
            getfield jdk.internal.org.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 112
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            aload 4 /* caller */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        14: .line 113
            iconst_1
            istore 2 /* changes */
        end local 4 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode caller
        15: .line 109
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            aload 1 /* subroutine */
            getfield jdk.internal.org.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 117
      StackMap locals:
      StackMap stack:
            iload 2 /* changes */
            ireturn
        end local 2 // boolean changes
        end local 1 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            0   18     1  subroutine  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            1   18     2     changes  Z
            2    8     3           i  I
           10   17     3           i  I
           12   15     4      caller  Ljdk/internal/org/objectweb/asm/tree/JumpInsnNode;
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
            Name  Flags
      subroutine  final
}
SourceFile: "Subroutine.java"