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

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.hpp78 virtual Chunk* find_chunk_ends_at(HeapWord* target) const = 0;
H A DbinaryTreeDictionary.hpp291 Chunk* find_chunk_ends_at(HeapWord* target) const;
H A DbinaryTreeDictionary.cpp1028 Chunk* BinaryTreeDictionary<Chunk>::find_chunk_ends_at(HeapWord* target) const { function in class:BinaryTreeDictionary
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp325 return dictionary()->find_chunk_ends_at(end());

Completed in 34 milliseconds