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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp146 void set_before_sweep(ssize_t v) { _before_sweep = v; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp229 void set_before_sweep(ssize_t v) { function in class:VALUE_OBJ_CLASS_SPEC
231 _allocation_stats.set_before_sweep(v);

Completed in 247 milliseconds