public class org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode extends org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode
  super_class: org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode
{
  public static final org.graalvm.compiler.graph.NodeClass<org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode> TYPE;
    descriptor: Lorg/graalvm/compiler/graph/NodeClass;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/compiler/graph/NodeClass<Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;>;

  org.graalvm.compiler.nodes.ValueNode branchCondition;
    descriptor: Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$OptionalInput()

  protected int bci;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int targetBci;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            ldc Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.$assertionsDisabled:Z
         3: .line 38
            ldc Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;
            invokestatic org.graalvm.compiler.graph.NodeClass.create:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/NodeClass;
            putstatic org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(jdk.vm.ci.meta.ResolvedJavaMethod, int, int, org.graalvm.compiler.nodes.calc.ConditionalNode, int, int);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;IILorg/graalvm/compiler/nodes/calc/ConditionalNode;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 2 // int freqLog
        start local 3 // int probabilityLog
        start local 4 // org.graalvm.compiler.nodes.calc.ConditionalNode branchCondition
        start local 5 // int bci
        start local 6 // int targetBci
         0: .line 45
            aload 0 /* this */
            getstatic org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            aload 1 /* method */
            iload 2 /* freqLog */
            iload 3 /* probabilityLog */
            invokespecial org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Ljdk/vm/ci/meta/ResolvedJavaMethod;II)V
         1: .line 46
            getstatic org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.$assertionsDisabled:Z
            ifne 2
            iload 6 /* targetBci */
            iload 5 /* bci */
            if_icmple 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 47
      StackMap locals: org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode jdk.vm.ci.meta.ResolvedJavaMethod int int org.graalvm.compiler.nodes.calc.ConditionalNode int int
      StackMap stack:
            aload 0 /* this */
            aload 4 /* branchCondition */
            putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.branchCondition:Lorg/graalvm/compiler/nodes/ValueNode;
         3: .line 48
            aload 0 /* this */
            iload 5 /* bci */
            putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.bci:I
         4: .line 49
            aload 0 /* this */
            iload 6 /* targetBci */
            putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.targetBci:I
         5: .line 50
            return
        end local 6 // int targetBci
        end local 5 // int bci
        end local 4 // org.graalvm.compiler.nodes.calc.ConditionalNode branchCondition
        end local 3 // int probabilityLog
        end local 2 // int freqLog
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;
            0    6     1           method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    6     2          freqLog  I
            0    6     3   probabilityLog  I
            0    6     4  branchCondition  Lorg/graalvm/compiler/nodes/calc/ConditionalNode;
            0    6     5              bci  I
            0    6     6        targetBci  I
    MethodParameters:
                 Name  Flags
      method           
      freqLog          
      probabilityLog   
      branchCondition  
      bci              
      targetBci        

  public void <init>(jdk.vm.ci.meta.ResolvedJavaMethod, int, int, int, int);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 2 // int freqLog
        start local 3 // int probabilityLog
        start local 4 // int bci
        start local 5 // int targetBci
         0: .line 53
            aload 0 /* this */
            getstatic org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            aload 1 /* method */
            iload 2 /* freqLog */
            iload 3 /* probabilityLog */
            invokespecial org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Ljdk/vm/ci/meta/ResolvedJavaMethod;II)V
         1: .line 54
            getstatic org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.$assertionsDisabled:Z
            ifne 2
            iload 5 /* targetBci */
            iload 4 /* bci */
            if_icmple 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 55
      StackMap locals: org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode jdk.vm.ci.meta.ResolvedJavaMethod int int int int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.branchCondition:Lorg/graalvm/compiler/nodes/ValueNode;
         3: .line 56
            aload 0 /* this */
            iload 4 /* bci */
            putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.bci:I
         4: .line 57
            aload 0 /* this */
            iload 5 /* targetBci */
            putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.targetBci:I
         5: .line 58
            return
        end local 5 // int targetBci
        end local 4 // int bci
        end local 3 // int probabilityLog
        end local 2 // int freqLog
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;
            0    6     1          method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    6     2         freqLog  I
            0    6     3  probabilityLog  I
            0    6     4             bci  I
            0    6     5       targetBci  I
    MethodParameters:
                Name  Flags
      method          
      freqLog         
      probabilityLog  
      bci             
      targetBci       

  public int bci();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
         0: .line 61
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.bci:I
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;

  public int targetBci();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
         0: .line 65
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.targetBci:I
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;

  public org.graalvm.compiler.nodes.ValueNode branchCondition();
    descriptor: ()Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
         0: .line 69
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.branchCondition:Lorg/graalvm/compiler/nodes/ValueNode;
            areturn
        end local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;

  public boolean hasCondition();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
         0: .line 73
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.branchCondition:Lorg/graalvm/compiler/nodes/ValueNode;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;

  protected boolean canBeMergedWith(org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode);
    descriptor: (Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileNode;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
        start local 1 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode p
         0: .line 78
            aload 1 /* p */
            instanceof org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode
            ifeq 4
         1: .line 79
            aload 1 /* p */
            checkcast org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode
            astore 2 /* that */
        start local 2 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode that
         2: .line 80
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.method:Ljdk/vm/ci/meta/ResolvedJavaMethod;
            aload 2 /* that */
            getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.method:Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 3
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.bci:I
            aload 2 /* that */
            getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.bci:I
            if_icmpne 3
            iconst_1
            ireturn
      StackMap locals: org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode that
         4: .line 82
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode p
        end local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;
            0    5     1     p  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileNode;
            2    4     2  that  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;
    MethodParameters:
      Name  Flags
      p     

  public static org.graalvm.compiler.graph.iterators.NodeIterable<org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode> getProfileBranchNodes(org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.StructuredGraph graph
         0: .line 90
            aload 0 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            ldc Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.filter:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            areturn
        end local 0 // org.graalvm.compiler.nodes.StructuredGraph graph
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
    Signature: (Lorg/graalvm/compiler/nodes/StructuredGraph;)Lorg/graalvm/compiler/graph/iterators/NodeIterable<Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;>;
    MethodParameters:
       Name  Flags
      graph  
}
SourceFile: "ProfileBranchNode.java"
InnerClasses:
  public abstract OptionalInput = org.graalvm.compiler.graph.Node$OptionalInput of org.graalvm.compiler.graph.Node
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.nodeinfo.NodeInfo()