Home
last modified time | relevance | path

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

/art/test/912-classes/
Dclasses_art.cc43 jvmtiError ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
49 ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
65 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE,
71 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE,
Dclasses.cc244 jvmtiError ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
250 ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
266 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE,
272 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE,
/art/test/933-misc-events/
Dmisc_events.cc50 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Test933_testSigQuit()
68 ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_DATA_DUMP_REQUEST, nullptr); in Java_art_Test933_testSigQuit()
/art/test/908-gc-start-finish/
Dgc_callbacks.cc57 jvmtiError ret = jvmti_env->SetEventNotificationMode( in Java_art_Test908_enableGcTracking()
64 ret = jvmti_env->SetEventNotificationMode( in Java_art_Test908_enableGcTracking()
/art/test/924-threads/
Dthreads.cc188 jvmtiError ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Test924_enableThreadEvents()
194 ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Test924_enableThreadEvents()
210 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Test924_enableThreadEvents()
216 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Test924_enableThreadEvents()
/art/test/905-object-free/
Dtracking_free.cc70 jvmtiError ret = jvmti_env->SetEventNotificationMode( in Java_art_Test905_enableFreeTracking()
77 ret = jvmti_env2->SetEventNotificationMode( in Java_art_Test905_enableFreeTracking()
/art/test/ti-stress/
Dstress.cc241 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
247 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
253 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
/art/test/904-object-allocation/
Dtracking.cc78 jvmtiError ret = jvmti_env->SetEventNotificationMode( in Java_art_Test904_enableAllocationTracking()
/art/test/986-native-method-bind/
Dnative_bind.cc106 jvmtiError res = jvmti_env->SetEventNotificationMode(enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test986_setNativeBindNotify()
/art/test/901-hello-ti-agent/
Dbasics.cc35 jvmtiError error = env->SetEventNotificationMode(JVMTI_ENABLE, evt, nullptr); in EnableEvent()
/art/test/ti-agent/
Dcommon_helper.cc264 jvmtiError res = jvmti_env->SetEventNotificationMode(enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Redefinition_enableCommonRetransformation()
/art/test/913-heaps/
Dheaps.cc790 jvmtiError ret = jvmti_env->SetEventNotificationMode( in Java_art_Test913_enableGcTracking()
797 ret = jvmti_env->SetEventNotificationMode( in Java_art_Test913_enableGcTracking()
/art/runtime/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/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc1047 static jvmtiError SetEventNotificationMode(jvmtiEnv* env, in SetEventNotificationMode() function in openjdkjvmti::JvmtiFunctions
1748 JvmtiFunctions::SetEventNotificationMode,