Searched refs:JvmtiUtil (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiUtil.cpp34 // class JvmtiUtil
37 ResourceArea* JvmtiUtil::_single_threaded_resource_area = NULL;
39 ResourceArea* JvmtiUtil::single_threaded_resource_area() {
H A DjvmtiUtil.hpp34 // class JvmtiUtil
39 class JvmtiUtil : AllStatic { class in inherits:AllStatic
80 return JvmtiUtil::single_threaded_resource_area();
84 return JvmtiUtil::single_threaded_resource_area();
H A DjvmtiEventController.inline.hpp66 assert(JvmtiUtil::event_threaded(event_type), "Only thread filtered events should be tested here");
81 assert(JvmtiUtil::event_threaded(event_type), "Only thread filtered events should be tested here");
92 assert(!JvmtiUtil::event_threaded(event_type), "Only non thread filtered events should be tested here");
H A DjvmtiEventController.cpp898 assert(((THREAD_FILTERED_EVENT_BITS & bit) != 0) == JvmtiUtil::event_threaded(ei),
H A DjvmtiEnv.cpp402 if (enabled && !JvmtiUtil::has_event_capability(event_type, get_capabilities())) {
620 const char *name = JvmtiUtil::error_name(error);

Completed in 486 milliseconds