Searched refs:sum_of_squared_block_sizes (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.hpp76 virtual double sum_of_squared_block_sizes() const = 0;
H A DbinaryTreeDictionary.hpp225 double sum_of_squared_block_sizes(TreeList<Chunk>* const tl) const;
287 double sum_of_squared_block_sizes() const { function in class:BinaryTreeDictionary
288 return sum_of_squared_block_sizes(root());
H A DbinaryTreeDictionary.cpp803 double BinaryTreeDictionary<Chunk>::sum_of_squared_block_sizes(TreeList<Chunk>* const tl) const { function in class:BinaryTreeDictionary
809 curr += sum_of_squared_block_sizes(tl->left());
810 curr += sum_of_squared_block_sizes(tl->right());
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp2160 frag = ((frag + _dictionary->sum_of_squared_block_sizes()) /

Completed in 52 milliseconds