Searched refs:gc_end (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.cpp350 gc_end();
360 static void gc_end() { function in class:GCTimerTest
365 assert(gc_timer.gc_end() == 2, "Incorrect");
H A DgcTimer.hpp148 jlong gc_end() { return _gc_end; } function in class:GCTimer
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp184 void gc_end(bool recordPostGCUsage, bool recordAccumulatedGCTime,
H A DmemoryService.hpp164 static void gc_end(bool fullGC, bool recordPostGCUsage,
H A DmemoryService.cpp566 void MemoryService::gc_end(bool fullGC, bool recordPostGCUsage, function in class:MemoryService
580 mgr->gc_end(recordPostGCUsage, recordAccumulatedGCTime, recordGCEndTime,
700 MemoryService::gc_end(_fullGC, _recordPostGCUsage, _recordAccumulatedGCTime,
H A DmemoryManager.cpp229 // _num_collections now increases in gc_end, to count completed collections
261 void GCMemoryManager::gc_end(bool recordPostGCUsage, function in class:GCMemoryManager
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp391 _gc_tracer->report_gc_end(_gc_timer->gc_end(), _gc_timer->time_partitions());
H A DpsScavenge.cpp694 _gc_tracer.report_gc_end(_gc_timer.gc_end(), _gc_timer.time_partitions());
H A DpsParallelCompact.cpp2291 _gc_tracer.report_gc_end(_gc_timer.gc_end(), _gc_timer.time_partitions());
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp687 gc_tracer.report_gc_end(_gc_timer->gc_end(), _gc_timer->time_partitions());
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp1105 gc_tracer.report_gc_end(_gc_timer->gc_end(), _gc_timer->time_partitions());
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp1551 gc_tracer->report_gc_end(gc_timer->gc_end(), gc_timer->time_partitions());
2535 _gc_tracer_cm->report_gc_end(_gc_timer_cm->gc_end(), _gc_timer_cm->time_partitions());
4197 _gc_tracer_stw->report_gc_end(_gc_timer_stw->gc_end(), _gc_timer_stw->time_partitions());
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp2099 gc_tracer->report_gc_end(gc_timer->gc_end(), gc_timer->time_partitions());
2455 _gc_tracer_cm->report_gc_end(_gc_timer_cm->gc_end(), _gc_timer_cm->time_partitions());

Completed in 83 milliseconds