Searched refs:evt (Results 1 – 2 of 2) sorted by relevance
34 static void EnableEvent(jvmtiEnv* env, jvmtiEvent evt) { in EnableEvent() argument35 jvmtiError error = env->SetEventNotificationMode(JVMTI_ENABLE, evt, nullptr); in EnableEvent()
51 static void EnableEvent(jvmtiEnv* env, jvmtiEvent evt) { in EnableEvent() argument52 jvmtiError error = env->SetEventNotificationMode(JVMTI_ENABLE, evt, nullptr); in EnableEvent()