Searched refs:GCWhen (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcWhen.hpp31 class GCWhen : AllStatic { class in inherits:AllStatic
39 static const char* to_string(GCWhen::Type when) {
H A DgcTrace.hpp120 void report_gc_heap_summary(GCWhen::Type when, const GCHeapSummary& heap_summary, const PermGenSummary& perm_gen_summary) const;
133 void send_gc_heap_summary_event(GCWhen::Type when, const GCHeapSummary& heap_summary) const;
134 void send_perm_gen_summary_event(GCWhen::Type when, const PermGenSummary& perm_gen_summary) const;
H A DgcTraceSend.cpp185 GCWhen::Type _when;
187 GCHeapSummaryEventSender(GCId id, GCWhen::Type when) : _id(id), _when(when) {}
220 void GCTracer::send_gc_heap_summary_event(GCWhen::Type when, const GCHeapSummary& heap_summary) const {
225 void GCTracer::send_perm_gen_summary_event(GCWhen::Type when, const PermGenSummary& perm_gen_summary) const {
H A DgcTrace.cpp164 void GCTracer::report_gc_heap_summary(GCWhen::Type when, const GCHeapSummary& heap_summary, const PermGenSummary& perm_gen_summary) const {
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.cpp124 void CollectedHeap::trace_heap(GCWhen::Type when, GCTracer* gc_tracer) {
131 trace_heap(GCWhen::BeforeGC, gc_tracer);
135 trace_heap(GCWhen::AfterGC, gc_tracer);
H A DcollectedHeap.hpp196 virtual void trace_heap(GCWhen::Type when, GCTracer* tracer);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.hpp75 void trace_heap(GCWhen::Type when, GCTracer* tracer);
H A DparallelScavengeHeap.cpp989 void ParallelScavengeHeap::trace_heap(GCWhen::Type when, GCTracer* gc_tracer) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp629 void report_heap_summary(GCWhen::Type when);
H A DconcurrentMarkSweepGeneration.cpp2452 report_heap_summary(GCWhen::AfterGC);
2466 void CMSCollector::report_heap_summary(GCWhen::Type when) {
3542 report_heap_summary(GCWhen::BeforeGC);

Completed in 98 milliseconds