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

/openjdk10/hotspot/src/share/vm/gc/cms/
H A DadaptiveFreeList.hpp162 void set_before_sweep(ssize_t v) { function in class:AdaptiveFreeList
164 _allocation_stats.set_before_sweep(v);
H A DallocationStats.hpp145 void set_before_sweep(ssize_t v) { _before_sweep = v; } function in class:VALUE_OBJ_CLASS_SPEC
H A DcompactibleFreeListSpace.cpp2004 fl->set_before_sweep(fl->count());
2388 total.set_before_sweep(total.before_sweep() + fl->before_sweep());
/openjdk10/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp968 fl->set_before_sweep(fl->count());
1276 total()->set_before_sweep(total()->before_sweep() + fl->before_sweep());

Completed in 114 milliseconds