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

/openjdk7/hotspot/src/share/vm/runtime/
H A DjniPeriodicChecker.hpp46 static void engage();
H A Dmemprofiler.hpp41 static void engage() PRODUCT_RETURN;
H A DjniPeriodicChecker.cpp37 static void engage();
48 * The engage() method is called at initialization time via
52 void JniPeriodicChecker::engage() { function in class:JniPeriodicChecker
H A DstatSampler.hpp59 static void engage();
H A Daprofiler.hpp63 static void engage();
H A Dfprofiler.hpp131 void engage();
230 static void engage(JavaThread* mainThread, bool fullProfile) ;
H A Dmemprofiler.cpp84 void MemProfiler::engage() { function in class:MemProfiler
H A Daprofiler.cpp75 void AllocationProfiler::engage() { function in class:AllocationProfiler
H A DstatSampler.cpp69 * the initialize method is called from the engage() method
87 * The engage() method is called at initialization time via
91 void StatSampler::engage() { function in class:StatSampler
H A Dfprofiler.cpp1156 void ThreadProfiler::engage() { function in class:ThreadProfiler
1214 void FlatProfiler::engage(JavaThread* mainThread, bool fullProfile) { function in class:FlatProfiler
1235 mainThread->get_thread_profiler()->engage();
H A Dthread.cpp1449 pp->engage();
3645 if (Arguments::has_profile()) FlatProfiler::engage(main_thread, true);
3646 if (Arguments::has_alloc_profile()) AllocationProfiler::engage();
3647 if (MemProfiling) MemProfiler::engage();
3648 StatSampler::engage();
3649 if (CheckJNICalls) JniPeriodicChecker::engage();

Completed in 178 milliseconds