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

/openjdk10/hotspot/src/share/vm/gc/cms/
H A DadaptiveFreeList.cpp44 bfr_surp(), surplus(), desired(), prev_sweep(), before_sweep(),
131 assert((_allocation_stats.prev_sweep() + _allocation_stats.split_births()
137 "prev_sweep(" SIZE_FORMAT ")"
143 p2i(this), size(), _allocation_stats.prev_sweep(), _allocation_stats.split_births(),
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()
142 ssize_t prev_sweep() const { return _prev_sweep; } function in class:VALUE_OBJ_CLASS_SPEC
H A DadaptiveFreeList.hpp152 ssize_t prev_sweep() const { function in class:AdaptiveFreeList
153 return _allocation_stats.prev_sweep();
H A DcompactibleFreeListSpace.cpp2387 total.set_prev_sweep( total.prev_sweep() + fl->prev_sweep() );
2399 (total.prev_sweep() != 0 ? (double)total.prev_sweep() : 1.0),
/openjdk10/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp1275 total()->set_prev_sweep( total()->prev_sweep() + fl->prev_sweep() );
1313 /(total->prev_sweep() != 0 ? (double)total->prev_sweep() : 1.0),

Completed in 61 milliseconds