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

/openjdk10/hotspot/src/share/vm/gc/cms/
H A DadaptiveFreeList.cpp45 count(), coal_births(), coal_deaths(), split_births(), split_deaths());
132 + _allocation_stats.coal_births() + 1) // Total Production Stock + 1
139 " + coal_births(" SIZE_FORMAT ") + 1 >= "
144 _allocation_stats.coal_births(), _allocation_stats.split_deaths(),
H A DallocationStats.hpp102 assert(prev_sweep() + split_births() + coal_births() // "Total Production Stock"
106 ssize_t demand = prev_sweep() - (ssize_t)count + split_births() + coal_births()
147 ssize_t coal_births() const { return _coal_births; } function in class:VALUE_OBJ_CLASS_SPEC
H A DadaptiveFreeList.hpp167 ssize_t coal_births() const { function in class:AdaptiveFreeList
168 return _allocation_stats.coal_births();
H A DcompactibleFreeListSpace.cpp2390 total.set_coal_births( total.coal_births() + fl->coal_births() );
2398 (double)(total.split_births()+total.coal_births()-total.split_deaths()-total.coal_deaths())/
/openjdk10/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp1277 total()->set_coal_births( total()->coal_births() + fl->coal_births() );
1311 (double)(total->split_births() + total->coal_births()

Completed in 110 milliseconds