Searched refs:gc_start (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/gctest/
H A Dgctest.c127 gc_start(jvmtiEnv* jvmti_env) function
174 callbacks.GarbageCollectionStart = &gc_start;
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.cpp349 gc_start();
353 static void gc_start() { function in class:GCTimerTest
357 assert(gc_timer.gc_start() == 1, "Incorrect");
H A DgcTimer.hpp147 jlong gc_start() { return _gc_start; } function in class:GCTimer
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp120 _gc_tracer->report_gc_start(gc_cause, _gc_timer->gc_start());
H A DpsScavenge.cpp290 _gc_tracer.report_gc_start(heap->gc_cause(), _gc_timer.gc_start());
H A DpsParallelCompact.cpp2045 _gc_tracer.report_gc_start(heap->gc_cause(), _gc_timer.gc_start());
/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.cpp482 gc_tracer->report_gc_start(gch->gc_cause(), gc_timer->gc_start());
H A DdefNewGeneration.cpp543 gc_tracer.report_gc_start(gch->gc_cause(), _gc_timer->gc_start());
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp1292 gc_tracer->report_gc_start(gc_cause(), gc_timer->gc_start());
2524 _gc_tracer_cm->report_gc_start(gc_cause(), _gc_timer_cm->gc_start());
3820 _gc_tracer_stw->report_gc_start(gc_cause(), _gc_timer_stw->gc_start());
3857 register_concurrent_cycle_start(_gc_timer_stw->gc_start());
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp958 gc_tracer.report_gc_start(gch->gc_cause(), _gc_timer->gc_start());
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp2003 gc_tracer->report_gc_start(gch->gc_cause(), gc_timer->gc_start());
2447 _gc_tracer_cm->report_gc_start(cause, _gc_timer_cm->gc_start());

Completed in 1560 milliseconds