/art/test/908-gc-start-finish/ |
D | gc_callbacks.cc | 58 enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test908_enableGcTracking() 65 enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test908_enableGcTracking()
|
/art/tools/jvmti-agents/field-null-percent/ |
D | fieldnull.cc | 162 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_DEATH, nullptr)); in VMInitCb() 163 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, in VMInitCb() 190 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr)); in AgentStart() 195 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_DEATH, nullptr)); in AgentStart() 196 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, in AgentStart()
|
/art/tools/jvmti-agents/jit-load/ |
D | jitload.cc | 58 CHECK_EQ(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_CLASS_PREPARE, jit_thread), in VmInitCb() 113 CHECK_CALL_SUCCESS(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr)); in SetupJvmti() 115 jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_DATA_DUMP_REQUEST, nullptr)); in SetupJvmti()
|
/art/test/ti-agent/ |
D | monitors_helper.cc | 198 JVMTI_ENABLE, JVMTI_EVENT_MONITOR_CONTENDED_ENTER, thr))) { in Java_art_Monitors_setupMonitorEvents() 204 JVMTI_ENABLE, JVMTI_EVENT_MONITOR_CONTENDED_ENTERED, thr))) { in Java_art_Monitors_setupMonitorEvents() 210 JVMTI_ENABLE, JVMTI_EVENT_MONITOR_WAIT, thr))) { in Java_art_Monitors_setupMonitorEvents() 216 JVMTI_ENABLE, JVMTI_EVENT_MONITOR_WAITED, thr))) { in Java_art_Monitors_setupMonitorEvents()
|
D | trace_helper.cc | 344 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_watchAllFieldAccesses() 384 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_watchAllFieldModifications() 533 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2() 541 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2() 549 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2() 557 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2() 565 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2() 573 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2() 581 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2()
|
D | exceptions_helper.cc | 164 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Exceptions_enableExceptionCatchEvent() 173 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Exceptions_enableExceptionEvent()
|
D | frame_pop_helper.cc | 102 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_FramePop_enableFramePopEvent()
|
/art/test/1924-frame-pop-toggle/ |
D | frame_pop_toggle.cc | 46 JVMTI_ENABLE, JVMTI_EVENT_FRAME_POP, thr)); in Java_art_Test1924_toggleFramePop()
|
/art/test/1926-missed-frame-pop/ |
D | frame_pop_missed.cc | 50 JVMTI_ENABLE, JVMTI_EVENT_FRAME_POP, thr)); in Java_art_Test1926_reenableFramePop()
|
/art/test/ti-stress/ |
D | stress.cc | 708 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in WatchAllFields() 840 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad() 847 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad() 855 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad() 861 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad() 867 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad() 873 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad() 881 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad() 887 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad() 898 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
|
/art/test/912-classes/ |
D | classes_art.cc | 65 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, 71 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE,
|
/art/test/905-object-free/ |
D | tracking_free.cc | 79 enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test905_enableFreeTracking() 86 enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test905_enableFreeTracking()
|
/art/test/933-misc-events/ |
D | misc_events.cc | 51 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Test933_testSigQuit()
|
/art/test/1941-dispose-stress/ |
D | dispose_stress.cc | 39 jvmti_env->SetEventNotificationMode(enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test1941_setTracingOn()
|
/art/test/1950-unprepared-transform/ |
D | unprepared_transform.cc | 71 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_Main_setupClassLoadHook()
|
/art/test/1953-pop-frame/ |
D | pop_frame.cc | 427 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Test1953_setupSuspendClassEvent() 484 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Test1953_setupSuspendSingleStepAt() 534 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Test1953_setupSuspendPopFrameEvent() 541 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Test1953_setupSuspendPopFrameEvent() 612 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Test1953_setupSuspendBreakpointFor() 680 JVMTI_ENABLE, in Java_art_Test1953_setupSuspendExceptionEvent() 740 JVMTI_ENABLE, in Java_art_Test1953_setupSuspendMethodEvent() 801 JVMTI_ENABLE, in Java_art_Test1953_setupFieldSuspendFor()
|
/art/test/1962-multi-thread-events/ |
D | multi_thread_events.cc | 87 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_METHOD_EXIT, thr)); in Java_art_Test1962_setupThread()
|
/art/test/1959-redefine-object-instrument/ |
D | fake_redef_object.cc | 113 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_Main_forceRedefine()
|
/art/tools/jvmti-agents/titrace/ |
D | titrace.cc | 290 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad() 296 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
|
/art/test/980-redefine-object/ |
D | redef_object.cc | 122 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_Main_addMemoryTrackingCall()
|
/art/test/924-threads/ |
D | threads.cc | 250 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Test924_enableThreadEvents() 256 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Test924_enableThreadEvents()
|
/art/tools/jvmti-agents/dump-jvmti-state/ |
D | dump-jvmti.cc | 101 jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_DATA_DUMP_REQUEST, nullptr); in AgentStart()
|
/art/test/986-native-method-bind/ |
D | native_bind.cc | 107 jvmtiError res = jvmti_env->SetEventNotificationMode(enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test986_setNativeBindNotify()
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | forceredefine.cc | 218 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/904-object-allocation/ |
D | tracking.cc | 117 enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test904_enableAllocationTracking()
|