Searched defs:decrease_for_footprint (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/ | ||
H A D | psAdaptiveSizePolicy.hpp | 310 int decrease_for_footprint() { return _decrease_for_footprint; } function in class:PSAdaptiveSizePolicy |
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/ | ||
H A D | adaptiveSizePolicy.hpp | 476 int decrease_for_footprint() const { return _decrease_for_footprint; } function in class:AdaptiveSizePolicy |
Completed in 31 milliseconds