Searched refs:find_largest_dict (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.hpp71 virtual Chunk* find_largest_dict() const = 0;
H A DbinaryTreeDictionary.hpp310 Chunk* find_largest_dict() const;
H A DbinaryTreeDictionary.cpp499 Chunk* BinaryTreeDictionary<Chunk>::find_largest_dict() const { function in class:BinaryTreeDictionary
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp305 FreeChunk* fc = dictionary()->find_largest_dict();
1765 ec = dictionary()->find_largest_dict(); // get largest block
2229 HeapWord* largestAddr = (HeapWord*) dictionary()->find_largest_dict();
H A DconcurrentMarkSweepGeneration.cpp6202 (HeapWord*) _cmsSpace->dictionary()->find_largest_dict();

Completed in 76 milliseconds