Searched refs:TraceMemoryManagerStats (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryService.hpp187 class TraceMemoryManagerStats : public StackObj { class in inherits:StackObj
199 TraceMemoryManagerStats() {} function in class:TraceMemoryManagerStats
200 TraceMemoryManagerStats(bool fullGC,
220 TraceMemoryManagerStats(Generation::Name kind, GCCause::Cause cause);
221 ~TraceMemoryManagerStats();
H A DmemoryService.cpp637 TraceMemoryManagerStats::TraceMemoryManagerStats(Generation::Name kind, GCCause::Cause cause) { function in class:TraceMemoryManagerStats
660 TraceMemoryManagerStats::TraceMemoryManagerStats(bool fullGC, function in class:TraceMemoryManagerStats
676 void TraceMemoryManagerStats::initialize(bool fullGC,
699 TraceMemoryManagerStats::~TraceMemoryManagerStats() {
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp176 TraceMemoryManagerStats tms(true /* Full GC */,gc_cause);
H A DpsScavenge.cpp339 TraceMemoryManagerStats tms(false /* not full GC */,gc_cause);
H A DpsParallelCompact.cpp2095 TraceMemoryManagerStats tms(true /* Full GC */,gc_cause);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp1923 class TraceCMSMemoryManagerStats : public TraceMemoryManagerStats {
H A DconcurrentMarkSweepGeneration.cpp9392 TraceCMSMemoryManagerStats::TraceCMSMemoryManagerStats(CMSCollector::CollectorState phase, GCCause::Cause cause): TraceMemoryManagerStats() {
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp516 TraceMemoryManagerStats tmms(_gens[i]->kind(),gc_cause());
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp1318 TraceMemoryManagerStats tms(true /* fullGC */, gc_cause());
1531 // as an active TraceMemoryManagerStats object (i.e. before the destructor for the
1532 // TraceMemoryManagerStats is called) so that the G1 memory pools are updated
3871 TraceMemoryManagerStats tms(false /* fullGC */, gc_cause());
4189 // as an active TraceMemoryManagerStats object (i.e. before the destructor for the
4190 // TraceMemoryManagerStats is called) so that the G1 memory pools are updated

Completed in 344 milliseconds