Searched refs:SetEventNotificationMode (Results 1 – 8 of 8) sorted by relevance
/external/dexmaker/dexmaker-mockito-inline-tests/src/main/jni/multiplejvmtiagentsinterferenceagent/ |
D | agent.cc | 117 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/ |
D | classTrack.c | 259 error = JVMTI_FUNC_PTR(trackingEnv,SetEventNotificationMode) in setupEvents()
|
D | threadControl.c | 501 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode) in threadSetEventNotificationMode() 2440 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode) in threadControl_setEventMode()
|
D | debugInit.c | 142 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode) in set_event_notification()
|
D | eventHandler.c | 1513 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode) in eventHandler_initialize()
|
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/ |
D | agent.cc | 620 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/ |
D | jvmti.h | 1008 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/ |
D | agent.cc | 821 error = localJvmtiEnv->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_CLASS_FILE_LOAD_HOOK, in Agent_OnAttach()
|