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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp89 void compute_desired(size_t count, function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp179 void compute_desired(float inter_sweep_current, function in class:VALUE_OBJ_CLASS_SPEC
183 _allocation_stats.compute_desired(_count,
H A DbinaryTreeDictionary.cpp956 fl->compute_desired(_inter_sweep_current, _inter_sweep_estimate, _intra_sweep_estimate);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp2180 fl->compute_desired(inter_sweep_current, inter_sweep_estimate, intra_sweep_estimate);

Completed in 45 milliseconds