Searched refs:remove_chunk_replace_if_needed (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.hpp112 // remove_chunk_replace_if_needed() removes the given "tc" from the TreeList.
114 // TreeList that is the node in the tree. remove_chunk_replace_if_needed()
118 TreeList<Chunk>* remove_chunk_replace_if_needed(TreeChunk<Chunk>* tc);
H A DbinaryTreeDictionary.cpp103 TreeList<Chunk>* TreeList<Chunk>::remove_chunk_replace_if_needed(TreeChunk<Chunk>* tc) { function in class:TreeList
542 TreeList<Chunk>* replacementTL = tl->remove_chunk_replace_if_needed(tc);

Completed in 30 milliseconds