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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcStats.cpp35 CMSGCStats::CMSGCStats() { function in class:CMSGCStats
H A DgcStats.hpp61 class CMSGCStats : public GCStats { class in inherits:GCStats
63 CMSGCStats();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsGCAdaptivePolicyCounters.hpp252 inline void update_avg_promoted_avg(CMSGCStats* gc_stats) {
257 inline void update_avg_promoted_dev(CMSGCStats* gc_stats) {
262 inline void update_avg_promoted_padded_avg(CMSGCStats* gc_stats) {
298 void update_counters(CMSGCStats* gc_stats);
H A DcmsGCAdaptivePolicyCounters.cpp232 void CMSGCAdaptivePolicyCounters::update_counters(CMSGCStats* gc_stats) {
H A DconcurrentMarkSweepGeneration.cpp222 _gc_stats = new CMSGCStats();
9201 CMSGCStats* gc_stats_l = (CMSGCStats*) gc_stats();
9216 CMSGCStats* gc_stats_l = (CMSGCStats*) gc_stats();

Completed in 45 milliseconds