Home
last modified time | relevance | path

Searched refs:SetEventNotificationMode (Results 1 – 8 of 8) sorted by relevance

/external/dexmaker/dexmaker-mockito-inline-tests/src/main/jni/multiplejvmtiagentsinterferenceagent/
Dagent.cc117 error = localJvmtiEnv->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnAttach()
157 return localJvmtiEnv->SetEventNotificationMode(JVMTI_DISABLE, in Java_com_android_dx_mockito_inline_tests_MultipleJvmtiAgentsInterference_disableRetransformHook()
/external/oj-libjdwp/src/share/back/
DclassTrack.c259 error = JVMTI_FUNC_PTR(trackingEnv,SetEventNotificationMode) in setupEvents()
DthreadControl.c501 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode) in threadSetEventNotificationMode()
2440 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode) in threadControl_setEventMode()
DdebugInit.c142 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode) in set_event_notification()
DeventHandler.c1513 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode) in eventHandler_initialize()
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/
Dagent.cc620 error = localJvmtiEnv->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnAttach()
808 error = jvmtiEnv->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_CLASS_FILE_LOAD_HOOK, in Java_com_android_dx_mockito_inline_StaticMockMethodAdvice_nativeGetCalledClassName()
817 jvmtiEnv->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_CLASS_FILE_LOAD_HOOK, in Java_com_android_dx_mockito_inline_StaticMockMethodAdvice_nativeGetCalledClassName()
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1008 jvmtiError (JNICALL *SetEventNotificationMode) (jvmtiEnv* env,
2397 jvmtiError SetEventNotificationMode(jvmtiEventMode mode, in SetEventNotificationMode() function
2401 return functions->SetEventNotificationMode(this, mode, event_type, event_thread); in SetEventNotificationMode()
/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/
Dagent.cc821 error = localJvmtiEnv->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_CLASS_FILE_LOAD_HOOK, in Agent_OnAttach()