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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsGenerationCounters.hpp36 class PSGenerationCounters: public GenerationCounters { class in inherits:GenerationCounters
43 PSGenerationCounters(const char* name, int ordinal, int spaces,
H A DpsGenerationCounters.cpp31 PSGenerationCounters::PSGenerationCounters(const char* name, function in class:PSGenerationCounters
H A DpsYoungGen.hpp62 PSGenerationCounters* _gen_counters;
H A DpsOldGen.hpp52 PSGenerationCounters* _gen_counters;
H A DpsOldGen.cpp145 _gen_counters = new PSGenerationCounters(perf_data_name, level, 1,
H A DpsYoungGen.cpp102 _gen_counters = new PSGenerationCounters("new", 0, 3, _virtual_space);

Completed in 53 milliseconds