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

/openjdk7/hotspot/src/share/vm/memory/
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 33 milliseconds