Searched refs:is_enabled (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEventController.inline.hpp55 inline bool JvmtiEventEnabled::is_enabled(jvmtiEvent event_type) { function in class:JvmtiEventEnabled
65 inline bool JvmtiEnvThreadEventEnable::is_enabled(jvmtiEvent event_type) { function in class:JvmtiEnvThreadEventEnable
67 return _event_enabled.is_enabled(event_type);
80 inline bool JvmtiThreadEventEnable::is_enabled(jvmtiEvent event_type) { function in class:JvmtiThreadEventEnable
82 return _event_enabled.is_enabled(event_type);
91 inline bool JvmtiEnvEventEnable::is_enabled(jvmtiEvent event_type) { function in class:JvmtiEnvEventEnable
93 return _event_enabled.is_enabled(event_type);
106 inline bool JvmtiEventController::is_enabled(jvmtiEvent event_type) { function in class:JvmtiEventController
107 return _universal_global_event_enabled.is_enabled(event_type);
H A DjvmtiEventController.hpp94 bool is_enabled(jvmtiEvent event_type);
117 bool is_enabled(jvmtiEvent event_type);
139 bool is_enabled(jvmtiEvent event_type);
170 bool is_enabled(jvmtiEvent event_type);
198 static bool is_enabled(jvmtiEvent event_type);
H A DjvmtiEnvThreadState.hpp142 bool is_enabled(jvmtiEvent event_type) { return _event_enable.is_enabled(event_type); } function in class:JvmtiEnvThreadState
H A DjvmtiExport.cpp435 if (env->is_enabled(JVMTI_EVENT_VM_START)) {
458 if (env->is_enabled(JVMTI_EVENT_VM_INIT)) {
478 if (env->is_enabled(JVMTI_EVENT_VM_DEATH)) {
574 if (!env->is_retransformable() && env->is_enabled(JVMTI_EVENT_CLASS_FILE_LOAD_HOOK)) {
584 if (env->is_retransformable() && env->is_enabled(JVMTI_EVENT_CLASS_FILE_LOAD_HOOK)) {
751 if (env->is_enabled(JVMTI_EVENT_COMPILED_METHOD_UNLOAD)) {
787 if (!ets->breakpoint_posted() && ets->is_enabled(JVMTI_EVENT_BREAKPOINT)) {
890 if (state != NULL && state->is_enabled(JVMTI_EVENT_SINGLE_STEP)) {
910 if (ets->is_enabled(JVMTI_EVENT_CLASS_LOAD)) {
939 if (ets->is_enabled(JVMTI_EVENT_CLASS_PREPAR
[all...]
H A DjvmtiThreadState.hpp121 bool is_enabled(jvmtiEvent event_type) { function in class:JvmtiThreadState
122 return _thread_event_enable.is_enabled(event_type);
H A DjvmtiEnvBase.hpp251 bool is_enabled(jvmtiEvent event_type) { function in class:JvmtiEnvBase
252 return _env_event_enable.is_enabled(event_type);
H A DjvmtiEnvThreadState.cpp322 } else if (event_type == JVMTI_EVENT_SINGLE_STEP || !is_enabled(JVMTI_EVENT_SINGLE_STEP)) {
H A DjvmtiThreadState.cpp367 assert(!is_enabled(JVMTI_EVENT_FRAME_POP), "Must have no framepops set");
H A DjvmtiExport.hpp432 bool is_enabled() { return _enable; } function in class:JvmtiVMObjectAllocEventCollector
H A DjvmtiTagMap.cpp3345 bool post_object_free = env()->is_enabled(JVMTI_EVENT_OBJECT_FREE);
/openjdk7/hotspot/src/share/vm/trace/
H A DtraceEvent.hpp67 if (T::is_enabled()) {
75 static bool is_enabled() { function in class:TraceEvent
/openjdk7/hotspot/src/share/vm/services/
H A DlowMemoryDetector.hpp234 static bool is_enabled(MemoryPool* pool) { function in class:LowMemoryDetector
268 if (pool->is_collected_pool() && is_enabled(pool)) {
H A DdiagnosticCommand.cpp80 factory->is_enabled() ? "" : " [disabled]");
92 factory->is_enabled() ? "" : " [disabled]");
112 factory->is_enabled() ? "" : " [disabled]");
H A DdiagnosticFramework.hpp137 bool is_enabled() const { return _is_enabled; } function in class:DCmdInfo
345 bool is_enabled() const { return _enabled; } function in class:DCmdFactory
H A DlowMemoryDetector.cpp154 if (pool->is_collected_pool() && is_enabled(pool)) {
H A DmemoryService.cpp539 if (LowMemoryDetector::is_enabled(pool)) {
H A Dmanagement.cpp2191 infoArray[i].enabled = info->is_enabled();

Completed in 3121 milliseconds