Searched refs:set_coal_deaths (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/cms/
H A DadaptiveFreeList.hpp182 void set_coal_deaths(ssize_t v) { function in class:AdaptiveFreeList
184 _allocation_stats.set_coal_deaths(v);
H A DallocationStats.hpp152 void set_coal_deaths(ssize_t v) { _coal_deaths = v; } function in class:VALUE_OBJ_CLASS_SPEC
H A DcompactibleFreeListSpace.cpp2043 fl->set_coal_deaths(0);
2391 total.set_coal_deaths( total.coal_deaths() + fl->coal_deaths() );
/openjdk10/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp1189 fl->set_coal_deaths(0);
1278 total()->set_coal_deaths( total()->coal_deaths() + fl->coal_deaths() );

Completed in 104 milliseconds