Searched refs:clear_parent (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.hpp92 void clear_parent() { _parent = NULL; } function in class:TreeList
93 void initialize() { clearLeft(); clear_right(), clear_parent(); }
H A DbinaryTreeDictionary.cpp597 newTL->clear_parent();
606 debug_only(replacementTL->clear_parent();)
678 curTL->clear_parent(); // Test if this needs to be cleared

Completed in 84 milliseconds