Searched refs:inter_sweep_estimate (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/cms/
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
H A DadaptiveFreeList.hpp113 float inter_sweep_estimate,
118 inter_sweep_estimate, local
112 compute_desired(float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) argument
H A DcompactibleFreeListSpace.hpp583 float inter_sweep_estimate,
H A DcompactibleFreeListSpace.cpp1995 float inter_sweep_estimate,
2002 fl->compute_desired(inter_sweep_current, inter_sweep_estimate, intra_sweep_estimate);
2009 inter_sweep_estimate,
1993 beginSweepFLCensus( float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) argument
/openjdk10/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.hpp312 float inter_sweep_estimate,
H A DbinaryTreeDictionary.cpp954 float inter_sweep_estimate,
958 _inter_sweep_estimate(inter_sweep_estimate),
1048 float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) {
1050 inter_sweep_estimate,
953 BeginSweepClosure(double p, float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) argument
1047 begin_sweep_dict_census(double coalSurplusPercent, float inter_sweep_current, float inter_sweep_estimate, float intra_sweep_estimate) argument

Completed in 158 milliseconds