Searched refs:RuntimeService (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DruntimeService.cpp38 TimeStamp RuntimeService::_app_timer;
39 TimeStamp RuntimeService::_safepoint_timer;
40 PerfCounter* RuntimeService::_sync_time_ticks = NULL;
41 PerfCounter* RuntimeService::_total_safepoints = NULL;
42 PerfCounter* RuntimeService::_safepoint_time_ticks = NULL;
43 PerfCounter* RuntimeService::_application_time_ticks = NULL;
44 PerfCounter* RuntimeService::_thread_interrupt_signaled_count = NULL;
45 PerfCounter* RuntimeService::_interrupted_before_count = NULL;
46 PerfCounter* RuntimeService::_interrupted_during_count = NULL;
48 void RuntimeService
[all...]
H A DruntimeService.hpp31 class RuntimeService : public AllStatic { class in inherits:AllStatic
H A Dmanagement.cpp78 RuntimeService::init();
1042 return RuntimeService::safepoint_count();
1045 return RuntimeService::safepoint_sync_time_ms();
1048 return RuntimeService::safepoint_time_ms();
1051 return RuntimeService::application_time_ms();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp139 RuntimeService::record_safepoint_begin();
400 RuntimeService::record_safepoint_synchronized();
487 RuntimeService::record_safepoint_end();
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp462 RuntimeService::record_interrupted_before_count();
466 RuntimeService::record_interrupted_during_count();
4413 RuntimeService::record_thread_interrupt_signaled_count();
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp5136 RuntimeService::record_application_start();

Completed in 86 milliseconds