Searched refs:set_root (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXQueryTree.java121 public void set_root(long data) { method in class:XQueryTree
H A DXDragSourceContextPeer.java640 xmotion.set_root(xkey.get_root());
690 xmotion.set_root(xbutton.get_root());
/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp349 set_root(TreeList<Chunk>::as_TreeList(mr.start(), mr.word_size()));
362 set_root(NULL);
550 set_root(replacementTL);
595 set_root(newTL);
675 set_root(NULL);
747 set_root(newTL);
H A DbinaryTreeDictionary.hpp181 void set_root(TreeList<Chunk>* v) { _root = v; } function in class:BinaryTreeDictionary
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp680 void set_root(RootNode* r) { _root = r; } function in class:Compile
H A DphaseX.cpp1484 C->set_root( transform(C->root())->as_Root() );
H A Dmatcher.cpp378 C->set_root(xroot->is_Root() ? xroot->as_Root() : NULL);
H A Dcompile.cpp1015 set_root(new (this) RootNode());

Completed in 69 milliseconds