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

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.hpp91 void clear_right() { _right = NULL; } function in class:TreeList
93 void initialize() { clearLeft(); clear_right(), clear_parent(); }
H A DbinaryTreeDictionary.cpp573 debug_only(replacementTL->clear_right();)
625 replacementTL->clear_right();
679 curTL->clear_right(); // recall, above, left child is already null

Completed in 39 milliseconds