Searched refs:_avg_base_footprint (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsGCAdaptivePolicyCounters.hpp53 PerfVariable* _avg_base_footprint; member in class:PSGCAdaptivePolicyCounters
154 _avg_base_footprint->set_value(
H A DpsAdaptiveSizePolicy.hpp73 AdaptiveWeightedAverage* _avg_base_footprint; member in class:PSAdaptiveSizePolicy
219 return _avg_base_footprint;
H A DpsAdaptiveSizePolicy.cpp64 _avg_base_footprint = new AdaptiveWeightedAverage(AdaptiveSizePolicyWeight);
211 _avg_base_footprint->sample(BaseFootPrintEstimate + perm_live);
451 (size_t)_avg_base_footprint->average(),
H A DpsGCAdaptivePolicyCounters.cpp118 _avg_base_footprint = PerfDataManager::create_variable(SUN_GC, cname,

Completed in 396 milliseconds