Searched refs:JVMTI_DISABLE (Results 1 – 7 of 7) sorted by relevance
157 return localJvmtiEnv->SetEventNotificationMode(JVMTI_DISABLE, in Java_com_android_dx_mockito_inline_tests_MultipleJvmtiAgentsInterference_disableRetransformHook()
772 error = set_event_notification(JVMTI_DISABLE, EI_EXCEPTION); in initialize()776 error = set_event_notification(JVMTI_DISABLE, EI_VM_INIT); in initialize()780 error = set_event_notification(JVMTI_DISABLE, EI_VM_DEATH); in initialize()
82 error = threadControl_setEventMode(JVMTI_DISABLE, EI_SINGLE_STEP, in disableStepping()
348 node->instructionStepMode = JVMTI_DISABLE; in insertThread()2422 mode = JVMTI_DISABLE; in threadControl_getInstructionStepMode()
1328 error2 = threadControl_setEventMode(JVMTI_DISABLE, in disableEvents()
817 jvmtiEnv->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_CLASS_FILE_LOAD_HOOK, in Java_com_android_dx_mockito_inline_StaticMockMethodAdvice_nativeGetCalledClassName()
231 JVMTI_DISABLE = 0 enumerator