Searched refs:register_gc_end (Results 1 - 12 of 12) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/shared/
H A DgcTimer.hpp141 virtual void register_gc_end(const Ticks& time = Ticks::now());
159 virtual void register_gc_end(const Ticks& time = Ticks::now());
H A DgcTimer.cpp38 void GCTimer::register_gc_end(const Ticks& time) { function in class:GCTimer
66 void STWGCTimer::register_gc_end(const Ticks& time) { function in class:STWGCTimer
68 GCTimer::register_gc_end(time);
385 gc_timer.register_gc_end(2);
/openjdk9/hotspot/src/share/vm/gc/serial/
H A DtenuredGeneration.cpp185 gc_timer->register_gc_end();
H A DdefNewGeneration.cpp730 _gc_timer->register_gc_end();
/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DpsMarkSweep.cpp380 _gc_timer->register_gc_end();
H A DpsScavenge.cpp642 _gc_timer.register_gc_end();
H A DpsParallelCompact.cpp1950 _gc_timer.register_gc_end();
/openjdk9/hotspot/src/share/vm/gc/cms/
H A DconcurrentMarkSweepGeneration.hpp614 void register_gc_end();
H A DparNewGeneration.cpp1057 _gc_timer->register_gc_end();
H A DconcurrentMarkSweepGeneration.cpp1613 gc_timer->register_gc_end();
1917 void CMSCollector::register_gc_end() { function in class:CMSCollector
1921 _gc_timer_cm->register_gc_end();
5547 register_gc_end();
5558 register_gc_end();
/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1CollectedHeap.cpp1407 gc_timer->register_gc_end();
3352 _gc_timer_stw->register_gc_end();
H A Dg1ConcurrentMark.cpp1065 _gc_timer_cm->register_gc_end();

Completed in 230 milliseconds