Searched refs:SetEventNotificationMode (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A Dwaiters.cpp125 err = jvmti->SetEventNotificationMode(JVMTI_ENABLE,
128 err = jvmti->SetEventNotificationMode(JVMTI_ENABLE,
131 err = jvmti->SetEventNotificationMode(JVMTI_ENABLE,
134 err = jvmti->SetEventNotificationMode(JVMTI_ENABLE,
137 err = jvmti->SetEventNotificationMode(JVMTI_ENABLE,
140 err = jvmti->SetEventNotificationMode(JVMTI_ENABLE,
143 err = jvmti->SetEventNotificationMode(JVMTI_ENABLE,
146 err = jvmti->SetEventNotificationMode(JVMTI_ENABLE,
283 err = jvmti->SetEventNotificationMode(JVMTI_ENABLE,
/openjdk7/jdk/src/share/demo/jvmti/gctest/
H A Dgctest.c178 err = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
181 err = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
184 err = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
/openjdk7/jdk/src/share/demo/jvmti/heapViewer/
H A DheapViewer.c208 err = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
226 err = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_DISABLE,
275 err = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
278 err = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
/openjdk7/jdk/src/share/demo/jvmti/minst/
H A Dminst.c440 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
443 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
446 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
449 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
/openjdk7/jdk/src/share/demo/jvmti/versionCheck/
H A DversionCheck.c111 err = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c363 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
768 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
771 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
774 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
777 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c971 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
974 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
977 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
980 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
983 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
986 error = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
/openjdk7/jdk/src/share/demo/jvmti/compiledMethodLoad/
H A DcompiledMethodLoad.c262 err = (*jvmti)->SetEventNotificationMode(jvmti, JVMTI_ENABLE,
/openjdk7/jdk/src/share/instrument/
H A DJPLISAgent.c314 jvmtierror = (*jvmtienv)->SetEventNotificationMode(
641 jvmtierror = (*jvmtienv)->SetEventNotificationMode(
652 jvmtierror = (*jvmtienv)->SetEventNotificationMode(
1066 jvmtierror = (*retransformerEnv)->SetEventNotificationMode(
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1008 jvmtiError (JNICALL *SetEventNotificationMode) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2397 jvmtiError SetEventNotificationMode(jvmtiEventMode mode, function in struct:_jvmtiEnv
2401 return functions->SetEventNotificationMode(this, mode, event_type, event_thread);
/openjdk7/jdk/src/share/back/
H A DthreadControl.c501 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode)
2438 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode)
H A DdebugInit.c128 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode)
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c330 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp373 JvmtiEnv::SetEventNotificationMode(jvmtiEventMode mode, jvmtiEvent event_type, jthread event_thread, ...) { function in class:JvmtiEnv
412 } /* end SetEventNotificationMode */

Completed in 83 milliseconds