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

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.cpp184 void FreeList<Chunk>::return_chunk_at_head(Chunk* chunk, bool record_return) { function in class:FreeList
212 void FreeList<Chunk>::return_chunk_at_head(Chunk* chunk) { function in class:FreeList
214 return_chunk_at_head(chunk, true);
H A DfreeList.hpp305 void return_chunk_at_head(Chunk* fc);
310 void return_chunk_at_head(Chunk* fc, bool record_return);
H A DbinaryTreeDictionary.hpp120 void return_chunk_at_head(TreeChunk<Chunk>* tc);
H A DbinaryTreeDictionary.cpp244 void TreeList<Chunk>::return_chunk_at_head(TreeChunk<Chunk>* chunk) { function in class:TreeList
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp286 _indexedFreeList[mr.word_size()].return_chunk_at_head(fc);
1737 _indexedFreeList[size].return_chunk_at_head(fc);
2827 fl->return_chunk_at_head(ffc);
2919 _indexedFreeList[rem].return_chunk_at_head(rem_fc);
2943 fl->return_chunk_at_head(ffc);
2953 fl->return_chunk_at_head(fc);

Completed in 50 milliseconds