Searched refs:before_sweep (Results 1 - 5 of 5) 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();
H A DfreeList.cpp363 bfr_surp(), surplus(), desired(), prev_sweep(), before_sweep(),
H A DbinaryTreeDictionary.cpp1216 total()->set_before_sweep(total()->before_sweep() + fl->before_sweep());
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp2563 total.set_before_sweep(total.before_sweep() + fl->before_sweep());

Completed in 871 milliseconds