Searched defs:prev_sweep (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
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()
143 ssize_t prev_sweep() const { return _prev_sweep; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp219 ssize_t prev_sweep() const { function in class:VALUE_OBJ_CLASS_SPEC
220 return _allocation_stats.prev_sweep();

Completed in 22 milliseconds