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

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.hpp219 size_t total_list_length(TreeList<Chunk>* tl) const;
H A DbinaryTreeDictionary.cpp781 size_t BinaryTreeDictionary<Chunk>::total_list_length(TreeList<Chunk>* tl) const { function in class:BinaryTreeDictionary
797 return (tl->size() * total_list_length(tl)) +
808 double curr = size * size * total_list_length(tl);
818 return total_list_length(tl) +

Completed in 32 milliseconds