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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.hpp246 class G1GenerationCounters: public GenerationCounters { class in inherits:GenerationCounters
251 G1GenerationCounters(G1MonitoringSupport* g1mm,
257 class G1YoungGenerationCounters: public G1GenerationCounters {
263 class G1OldGenerationCounters: public G1GenerationCounters {
H A Dg1MonitoringSupport.cpp30 G1GenerationCounters::G1GenerationCounters(G1MonitoringSupport* g1mm, function in class:G1GenerationCounters
43 : G1GenerationCounters(g1mm, name, 0 /* ordinal */, 3 /* spaces */,
54 : G1GenerationCounters(g1mm, name, 1 /* ordinal */, 1 /* spaces */,

Completed in 31 milliseconds