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

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp943 float _intra_sweep_estimate; member in class:BeginSweepClosure
952 _intra_sweep_estimate(intra_sweep_estimate) { }
956 fl->compute_desired(_inter_sweep_current, _inter_sweep_estimate, _intra_sweep_estimate);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp615 AdaptivePaddedAverage _intra_sweep_estimate; member in class:CMSCollector
H A DconcurrentMarkSweepGeneration.cpp605 _intra_sweep_estimate(CMS_SweepWeight, CMS_SweepPadding),
2049 _intra_sweep_estimate.padded_average());
6158 _intra_sweep_estimate.sample(_intra_sweep_timer.seconds());
6301 _intra_sweep_estimate.padded_average());

Completed in 49 milliseconds