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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp90 float inter_sweep_current,
95 // inter_sweep_current == 0. However, even for suitably small
105 if (inter_sweep_current > _threshold) {
117 float rate = ((float)demand)/inter_sweep_current;
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.hpp179 void compute_desired(float inter_sweep_current, argument
184 inter_sweep_current,
H A DbinaryTreeDictionary.cpp946 BeginSweepClosure(double p, float inter_sweep_current, argument
950 _inter_sweep_current(inter_sweep_current),
1038 float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) {
1039 BeginSweepClosure<Chunk> bsc(coalSurplusPercent, inter_sweep_current,
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.cpp2170 float inter_sweep_current,
2180 fl->compute_desired(inter_sweep_current, inter_sweep_estimate, intra_sweep_estimate);
2186 inter_sweep_current,
2169 beginSweepFLCensus( float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) argument

Completed in 34 milliseconds