Searched refs:birth (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.hpp65 virtual void dict_census_udpate(size_t size, bool split, bool birth) = 0;
H A DbinaryTreeDictionary.hpp295 // split or coalesce) and "birth" (chunk was added or removed).
296 void dict_census_udpate(size_t size, bool split, bool birth);
H A DbinaryTreeDictionary.cpp858 void BinaryTreeDictionary<Chunk>::dict_census_udpate(size_t size, bool split, bool birth){ argument
862 if (birth) {
870 if (birth) {
882 // This is a birth associated with a LinAB. The chunk

Completed in 34 milliseconds