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

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.hpp83 virtual size_t sum_dict_returned_bytes() = 0;
H A DbinaryTreeDictionary.hpp323 size_t sum_dict_returned_bytes() PRODUCT_RETURN0;
H A DbinaryTreeDictionary.cpp1074 size_t BinaryTreeDictionary<Chunk>::sum_dict_returned_bytes() { function in class:BinaryTreeDictionary
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp8026 size_t dict_returned_bytes = _sp->dictionary()->sum_dict_returned_bytes();

Completed in 53 milliseconds