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

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.hpp66 virtual bool coal_dict_over_populated(size_t size) = 0;
H A DbinaryTreeDictionary.hpp299 bool coal_dict_over_populated(size_t size);
H A DbinaryTreeDictionary.cpp887 bool BinaryTreeDictionary<Chunk>::coal_dict_over_populated(size_t size) { function in class:BinaryTreeDictionary
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp2249 return dictionary()->coal_dict_over_populated(size);

Completed in 124 milliseconds