Home
last modified time | relevance | path

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

12

/art/test/1924-frame-pop-toggle/
Dframe_pop_toggle.cc41 jvmti_env->SetEventNotificationMode( in Java_art_Test1924_toggleFramePop()
45 jvmti_env->SetEventNotificationMode( in Java_art_Test1924_toggleFramePop()
/art/test/1926-missed-frame-pop/
Dframe_pop_missed.cc41 jvmti_env->SetEventNotificationMode( in Java_art_Test1926_disableFramePop()
49 jvmti_env->SetEventNotificationMode( in Java_art_Test1926_reenableFramePop()
/art/test/933-misc-events/
Dmisc_events.cc51 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Test933_testSigQuit()
69 ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_DATA_DUMP_REQUEST, nullptr); in Java_art_Test933_testSigQuit()
/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,
/art/test/ti-agent/
Dsuspend_event_helper.cc408 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, static_cast<jvmtiEvent>(event_num), thr)); in Java_art_SuspendEvents_setupSuspendClassEvent()
422 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_CLASS_LOAD, thr))) { in Java_art_SuspendEvents_clearSuspendClassEvent()
428 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_CLASS_PREPARE, thr))) { in Java_art_SuspendEvents_clearSuspendClassEvent()
452 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_SINGLE_STEP, thr)); in Java_art_SuspendEvents_setupSuspendSingleStepAt()
466 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_SINGLE_STEP, thr))) { in Java_art_SuspendEvents_clearSuspendSingleStepFor()
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()
514 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_FRAME_POP, thr))) { in Java_art_SuspendEvents_clearSuspendPopFrameEvent()
520 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_BREAKPOINT, thr))) { in Java_art_SuspendEvents_clearSuspendPopFrameEvent()
548 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_BREAKPOINT, thr))) { in Java_art_SuspendEvents_setupSuspendBreakpointFor()
[all …]
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()
626 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Trace_disableTracing()
[all …]
Dexceptions_helper.cc164 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Exceptions_enableExceptionCatchEvent()
173 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Exceptions_enableExceptionEvent()
182 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Exceptions_disableExceptionCatchEvent()
191 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Exceptions_disableExceptionEvent()
Dmonitors_helper.cc197 jvmti_env->SetEventNotificationMode( in Java_art_Monitors_setupMonitorEvents()
203 jvmti_env->SetEventNotificationMode( in Java_art_Monitors_setupMonitorEvents()
209 jvmti_env->SetEventNotificationMode( in Java_art_Monitors_setupMonitorEvents()
215 jvmti_env->SetEventNotificationMode( in Java_art_Monitors_setupMonitorEvents()
Dbreakpoint_helper.cc184 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Breakpoint_startBreakpointWatch()
196 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Breakpoint_stopBreakpointWatch()
Dframe_pop_helper.cc102 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_FramePop_enableFramePopEvent()
/art/test/1950-unprepared-transform/
Dunprepared_transform.cc51 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_Main_clearClassLoadHook()
71 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_Main_setupClassLoadHook()
/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/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/1959-redefine-object-instrument/
Dfake_redef_object.cc113 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_Main_forceRedefine()
125 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_Main_forceRedefine()
/art/test/980-redefine-object/
Dredef_object.cc122 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_Main_addMemoryTrackingCall()
134 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_Main_addMemoryTrackingCall()
/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/924-threads/
Dthreads.cc228 jvmtiError ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Test924_enableThreadEvents()
234 ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Test924_enableThreadEvents()
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/905-object-free/
Dtracking_free.cc78 jvmtiError ret = jvmti_env->SetEventNotificationMode( in Java_art_Test905_enableFreeTracking()
85 ret = jvmti_env2->SetEventNotificationMode( in Java_art_Test905_enableFreeTracking()
/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/1941-dispose-stress/
Ddispose_stress.cc39 jvmti_env->SetEventNotificationMode(enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test1941_setTracingOn()
/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/tools/jvmti-agents/titrace/
Dtitrace.cc290 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
296 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
/art/tools/jvmti-agents/dump-jvmti-state/
Ddump-jvmti.cc101 jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_DATA_DUMP_REQUEST, nullptr); in AgentStart()
/art/test/1974-resize-array/
Dresize_array.cc207 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_OBJECT_FREE, nullptr)); in Java_art_Test1974_StartCollectFrees()
243 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_OBJECT_FREE, nullptr))) { in Java_art_Test1974_CollectFreedTags()

12