Searched defs:PiNode (Results 1 - 1 of 1) sorted by relevance

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DPiNode.java65 public class PiNode extends FloatingGuardedNode implements LIRLowerable, Virtualizable, IterableNodeType, Canonicalizable, ValueProxy { class in inherits:FloatingGuardedNode,LIRLowerable,Virtualizable,IterableNodeType,Canonicalizable,ValueProxy
75 protected PiNode(NodeClass<? extends PiNode> c, ValueNode object, Stamp stamp, GuardingNode guard) { method in class:PiNode
83 public PiNode(ValueNod method in class:PiNode
87 public PiNode(ValueNode object, Stamp stamp, ValueNode anchor) { method in class:PiNode
91 public PiNode(ValueNode object, ValueNode anchor) { method in class:PiNode
95 public PiNode(ValueNode object, ResolvedJavaType toType, boolean exactType, boolean nonNull) { method in class:PiNode
[all...]

Completed in 48 milliseconds