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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DRegionNode.java33 public class RegionNode extends Node { class in inherits:Node
43 Type type = db.lookupType("RegionNode");
47 public RegionNode(Address addr) { method in class:RegionNode
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp39 class RegionNode;
60 //------------------------------RegionNode-------------------------------------
63 // below) have an input point to a RegionNode. Merged data inputs to PhiNodes
64 // correspond 1-to-1 with RegionNode inputs. The zero input of a PhiNode is
65 // the RegionNode, and the zero input of the RegionNode is itself.
66 class RegionNode : public Node { class in inherits:Node
73 RegionNode( uint required ) : Node(required) { function in class:RegionNode
116 // controlling RegionNode. Other slots map 1-for-1 with incoming control flow
117 // paths to the RegionNode
[all...]

Completed in 22 milliseconds