Searched defs:gc_start (Results 1 - 3 of 3) 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

Completed in 44 milliseconds