Home
last modified time | relevance | path

Searched refs:SetEventNotificationMode (Results 26 – 38 of 38) sorted by relevance

12

/art/test/986-native-method-bind/
Dnative_bind.cc107 jvmtiError res = jvmti_env->SetEventNotificationMode(enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test986_setNativeBindNotify()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc218 jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_CLASS_FILE_LOAD_HOOK, nullptr); in AgentMain()
296 jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr); in AgentStart()
/art/test/912-classes/
Dclasses.cc245 jvmtiError ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
251 ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
267 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE,
273 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE,
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc408 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in AgentStart()
425 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in AgentStart()
/art/test/901-hello-ti-agent/
Dbasics.cc35 jvmtiError error = env->SetEventNotificationMode(JVMTI_ENABLE, evt, nullptr); in EnableEvent()
/art/test/904-object-allocation/
Dtracking.cc114 jvmtiError ret = jvmti_env->SetEventNotificationMode( in Java_art_Test904_enableAllocationTracking()
/art/test/1919-vminit-thread-start-timing/
Dvminit.cc52 jvmtiError error = env->SetEventNotificationMode(JVMTI_ENABLE, evt, nullptr); in EnableEvent()
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc437 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in AgentStart()
/art/test/ti-agent/
Dredefinition_helper.cc376 jvmtiError res = jvmti_env->SetEventNotificationMode(enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Redefinition_enableCommonRetransformation()
/art/test/913-heaps/
Dheaps.cc841 jvmtiError ret = jvmti_env->SetEventNotificationMode( in Java_art_Test913_enableGcTracking()
848 ret = jvmti_env->SetEventNotificationMode( in Java_art_Test913_enableGcTracking()
/art/openjdkjvmti/include/
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()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc1028 static jvmtiError SetEventNotificationMode(jvmtiEnv* env, in SetEventNotificationMode() function in openjdkjvmti::JvmtiFunctions
1506 JvmtiFunctions::SetEventNotificationMode,
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc714 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in AgentStart()

12