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: 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: 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
getstatic org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
aload 1
iload 2
iload 3
invokespecial org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Ljdk/vm/ci/meta/ResolvedJavaMethod;II)V
1: getstatic org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.$assertionsDisabled:Z
ifne 2
iload 6
iload 5
if_icmple 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: 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
aload 4
putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.branchCondition:Lorg/graalvm/compiler/nodes/ValueNode;
3: aload 0
iload 5
putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.bci:I
4: aload 0
iload 6
putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.targetBci:I
5: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getstatic org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
aload 1
iload 2
iload 3
invokespecial org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Ljdk/vm/ci/meta/ResolvedJavaMethod;II)V
1: getstatic org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.$assertionsDisabled:Z
ifne 2
iload 5
iload 4
if_icmple 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals: org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode jdk.vm.ci.meta.ResolvedJavaMethod int int int int
StackMap stack:
aload 0
aconst_null
putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.branchCondition:Lorg/graalvm/compiler/nodes/ValueNode;
3: aload 0
iload 4
putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.bci:I
4: aload 0
iload 5
putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.targetBci:I
5: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.bci:I
ireturn
end local 0 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 0: aload 0
getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.targetBci:I
ireturn
end local 0 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 0: aload 0
getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.branchCondition:Lorg/graalvm/compiler/nodes/ValueNode;
areturn
end local 0 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 0: aload 0
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 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 start local 1 0: aload 1
instanceof org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode
ifeq 4
1: aload 1
checkcast org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode
astore 2
start local 2 2: aload 0
getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.method:Ljdk/vm/ci/meta/ResolvedJavaMethod;
aload 2
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
getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.bci:I
aload 2
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 4: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 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 0: aload 0
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 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()