Searched refs:dict_census_udpate (Results 1 - 4 of 4) 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.hpp296 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){ function in class:BinaryTreeDictionary
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp2271 dictionary()->dict_census_udpate(size,
2281 dictionary()->dict_census_udpate(size,
2305 dictionary()->dict_census_udpate(size,
2315 dictionary()->dict_census_udpate(size,
2856 dictionary()->dict_census_udpate(fc->size(),
2909 dictionary()->dict_census_udpate(rem, true /*split*/, true /*birth*/);

Completed in 44 milliseconds