/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/1924-frame-pop-toggle/ |
D | frame_pop_toggle.cc | 46 JVMTI_ENABLE, JVMTI_EVENT_FRAME_POP, thr)); in Java_art_Test1924_toggleFramePop()
|
/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 | suspend_event_helper.cc | 408 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, static_cast<jvmtiEvent>(event_num), thr)); in Java_art_SuspendEvents_setupSuspendClassEvent() 452 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_SINGLE_STEP, thr)); in Java_art_SuspendEvents_setupSuspendSingleStepAt() 488 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_FRAME_POP, thr))) { in Java_art_SuspendEvents_setupSuspendPopFrameEvent() 494 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_BREAKPOINT, thr))) { in Java_art_SuspendEvents_setupSuspendPopFrameEvent() 548 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_BREAKPOINT, thr))) { in Java_art_SuspendEvents_setupSuspendBreakpointFor() 598 JVMTI_ENABLE, is_catch ? JVMTI_EVENT_EXCEPTION_CATCH : JVMTI_EVENT_EXCEPTION, thr)); in Java_art_SuspendEvents_setupSuspendExceptionEvent() 643 JVMTI_ENABLE, enter ? JVMTI_EVENT_METHOD_ENTRY : JVMTI_EVENT_METHOD_EXIT, thr)); in Java_art_SuspendEvents_setupSuspendMethodEvent() 692 JVMTI_ENABLE, in Java_art_SuspendEvents_setupFieldSuspendFor()
|
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/1926-missed-frame-pop/ |
D | frame_pop_missed.cc | 50 JVMTI_ENABLE, JVMTI_EVENT_FRAME_POP, thr)); in Java_art_Test1926_reenableFramePop()
|
/art/tools/jvmti-agents/field-counts/ |
D | fieldcount.cc | 219 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_DEATH, nullptr)); in VMInitCb() 221 jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_DATA_DUMP_REQUEST, nullptr)); in VMInitCb() 248 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr)); in AgentStart() 253 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_DEATH, nullptr)); in AgentStart() 255 jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_DATA_DUMP_REQUEST, nullptr)); in AgentStart()
|
/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/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/test/980-redefine-object/ |
D | redef_object.cc | 122 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_Main_addMemoryTrackingCall()
|
/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/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/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/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()
|