Searched defs:intra_sweep_estimate (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp92 float intra_sweep_estimate) {
121 float delta_ise = (CMSExtrapolateSweep ? intra_sweep_estimate : 0.0);
89 compute_desired(size_t count, float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) argument
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp181 float intra_sweep_estimate) {
186 intra_sweep_estimate);
179 compute_desired(float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) argument
H A DbinaryTreeDictionary.cpp948 float intra_sweep_estimate) :
952 _intra_sweep_estimate(intra_sweep_estimate) { }
1038 float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) {
1041 intra_sweep_estimate);
946 BeginSweepClosure(double p, float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) argument
1037 begin_sweep_dict_census(double coalSurplusPercent, float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp2172 float intra_sweep_estimate) {
2180 fl->compute_desired(inter_sweep_current, inter_sweep_estimate, intra_sweep_estimate);
2188 intra_sweep_estimate);
2169 beginSweepFLCensus( float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) argument

Completed in 34 milliseconds