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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp145 ssize_t before_sweep() const { return _before_sweep; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp226 ssize_t before_sweep() const { function in class:VALUE_OBJ_CLASS_SPEC
227 return _allocation_stats.before_sweep();

Completed in 31 milliseconds