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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.hpp61 size_t available_to_live() const;
H A DasParNewGeneration.cpp81 size_t ASParNewGeneration::available_to_live() const { function in class:ASParNewGeneration
141 bytes = MIN3(bytes, available_to_min_gen(), available_to_live());
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DasPSYoungGen.hpp41 virtual size_t available_to_live();
H A DpsYoungGen.hpp92 virtual size_t available_to_live();
H A DasPSYoungGen.cpp133 size_t ASPSYoungGen::available_to_live() { function in class:ASPSYoungGen
H A DpsYoungGen.cpp839 size_t PSYoungGen::available_to_live() {
883 bytes = MIN3(bytes, available_to_min_gen(), available_to_live());

Completed in 36 milliseconds