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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp91 float inter_sweep_estimate,
122 _desired = (ssize_t)(new_rate * (inter_sweep_estimate + delta_ise));
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.hpp180 float inter_sweep_estimate,
185 inter_sweep_estimate,
179 compute_desired(float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) argument
H A DbinaryTreeDictionary.cpp947 float inter_sweep_estimate,
951 _inter_sweep_estimate(inter_sweep_estimate),
1038 float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) {
1040 inter_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.cpp2171 float inter_sweep_estimate,
2180 fl->compute_desired(inter_sweep_current, inter_sweep_estimate, intra_sweep_estimate);
2187 inter_sweep_estimate,
2169 beginSweepFLCensus( float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) argument

Completed in 60 milliseconds