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

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.hpp203 TreeList<Chunk>* remove_tree_minimum(TreeList<Chunk>* tl);
H A DbinaryTreeDictionary.cpp581 newTL = remove_tree_minimum(replacementTL->right());
654 TreeList<Chunk>* BinaryTreeDictionary<Chunk>::remove_tree_minimum(TreeList<Chunk>* tl) { function in class:BinaryTreeDictionary

Completed in 72 milliseconds