Home
last modified time | relevance | path

Searched refs:JVMTI_ENABLE (Results 1 – 25 of 41) sorted by relevance

12

/art/test/908-gc-start-finish/
Dgc_callbacks.cc58 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/
Dfieldnull.cc162 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/
Djitload.cc58 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/
Dmonitors_helper.cc198 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()
Dtrace_helper.cc344 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()
Dsuspend_event_helper.cc408 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()
Dexceptions_helper.cc164 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Exceptions_enableExceptionCatchEvent()
173 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Exceptions_enableExceptionEvent()
Dframe_pop_helper.cc102 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_FramePop_enableFramePopEvent()
/art/test/1924-frame-pop-toggle/
Dframe_pop_toggle.cc46 JVMTI_ENABLE, JVMTI_EVENT_FRAME_POP, thr)); in Java_art_Test1924_toggleFramePop()
/art/tools/jvmti-agents/field-counts/
Dfieldcount.cc219 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/1926-missed-frame-pop/
Dframe_pop_missed.cc50 JVMTI_ENABLE, JVMTI_EVENT_FRAME_POP, thr)); in Java_art_Test1926_reenableFramePop()
/art/test/ti-stress/
Dstress.cc708 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/
Dclasses_art.cc65 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE,
71 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE,
/art/test/905-object-free/
Dtracking_free.cc79 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/
Dmisc_events.cc51 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Test933_testSigQuit()
/art/test/1941-dispose-stress/
Ddispose_stress.cc39 jvmti_env->SetEventNotificationMode(enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test1941_setTracingOn()
/art/test/1950-unprepared-transform/
Dunprepared_transform.cc71 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_Main_setupClassLoadHook()
/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc201 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_METHOD_ENTRY, nullptr)); in FinishInitialization()
203 jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_DATA_DUMP_REQUEST, nullptr)); in FinishInitialization()
205 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_THREAD_END, cur)); in FinishInitialization()
207 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_DEATH, nullptr)); in FinishInitialization()
504 JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr /* all threads */); in AgentStart()
/art/test/1962-multi-thread-events/
Dmulti_thread_events.cc87 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_METHOD_EXIT, thr)); in Java_art_Test1962_setupThread()
/art/test/1959-redefine-object-instrument/
Dfake_redef_object.cc113 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_Main_forceRedefine()
/art/tools/jvmti-agents/titrace/
Dtitrace.cc290 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
296 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
/art/test/980-redefine-object/
Dredef_object.cc122 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_Main_addMemoryTrackingCall()
/art/test/924-threads/
Dthreads.cc250 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/
Ddump-jvmti.cc101 jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_DATA_DUMP_REQUEST, nullptr); in AgentStart()
/art/test/986-native-method-bind/
Dnative_bind.cc107 jvmtiError res = jvmti_env->SetEventNotificationMode(enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test986_setNativeBindNotify()

12