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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1133 static inline size_t percent_of_space(Space* space, HeapWord* addr) function
1187 percent_of_space(eden, _icms_start_limit),
1188 percent_of_space(eden, _icms_stop_limit));
1215 percent_of_space(space, _icms_stop_limit));
1232 percent_of_space(space, space->end()));
1246 percent_of_space(space, space->end()));

Completed in 49 milliseconds