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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp153 void set_coal_deaths(ssize_t v) { _coal_deaths = v; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp249 void set_coal_deaths(ssize_t v) { function in class:VALUE_OBJ_CLASS_SPEC
251 _allocation_stats.set_coal_deaths(v);
H A DbinaryTreeDictionary.cpp1147 fl->set_coal_deaths(0);
1218 total()->set_coal_deaths( total()->coal_deaths() + fl->coal_deaths() );
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp2221 fl->set_coal_deaths(0);
2566 total.set_coal_deaths( total.coal_deaths() + fl->coal_deaths() );

Completed in 44 milliseconds