Searched refs:update_survived (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcAdaptivePolicyCounters.hpp172 inline void update_survived(size_t survived) { function in class:GCAdaptivePolicyCounters
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsGCAdaptivePolicyCounters.cpp256 update_survived((size_t) cms_size_policy()->avg_survived()->last_sample());
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsScavenge.cpp534 counters->update_survived(survived);

Completed in 68 milliseconds