Searched refs:RootNode (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DRootNode.java33 public class RootNode extends LoopNode { class in inherits:LoopNode
43 Type type = db.lookupType("RootNode");
47 public RootNode(Address addr) { method in class:RootNode
H A DCompile.java69 return new RootNode(rootField.getValue(this.getAddress()));
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djavax_swing_tree_DefaultTreeModel.java41 return new DefaultTreeModel(new RootNode());
49 public static final class RootNode implements TreeNode { class in class:javax_swing_tree_DefaultTreeModel
/openjdk7/hotspot/src/share/vm/opto/
H A Drootnode.hpp30 //------------------------------RootNode---------------------------------------
31 // The one-and-only before-all-else and after-all-else RootNode. The RootNode
33 // RootNode produces the initial values of I/O and memory for the program or
35 class RootNode : public LoopNode { class in inherits:LoopNode
37 RootNode( ) : LoopNode(0,0) { function in class:RootNode
H A Drootnode.cpp37 Node *RootNode::Ideal(PhaseGVN *phase, bool can_reshape) {
H A Dblock.hpp38 class RootNode;
379 PhaseCFG( Arena *a, RootNode *r, Matcher &m );
383 RootNode *_root; // Root of whole program
H A Dcompile.hpp69 class RootNode;
318 RootNode* _root; // Unique root of compilation, or NULL after bail-out.
340 // The RootNode instruction is where the whole program begins. It produces
679 RootNode* root() const { return _root; }
680 void set_root(RootNode* r) { _root = r; }
H A DgraphKit.hpp46 class RootNode;
97 RootNode* root() const { return C->root(); }
H A Dblock.cpp365 PhaseCFG::PhaseCFG( Arena *a, RootNode *r, Matcher &m ) :
395 // The RootNode both starts and ends it's own block. Do this with a recursive
H A Dnode.hpp126 class RootNode;
799 // Ideal beginning Nodes are RootNode, RegionNode and StartNode.
H A Dcompile.cpp1013 // First set TOP to NULL to give safe behavior during creation of RootNode
1015 set_root(new (this) RootNode());
/openjdk7/jdk/make/tools/src/build/tools/jdwpgen/
H A DRootNode.java31 class RootNode extends AbstractNamedNode { class in inherits:AbstractNamedNode
H A DMain.java80 RootNode root = parse.items();
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1096 c2_nonstatic_field(Compile, _root, RootNode*) \
1908 declare_c2_type(RootNode, LoopNode) \

Completed in 86 milliseconds