Home
last modified time | relevance | path

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

123

/aosp_15_r20/art/test/ti-agent/
H A 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 …]
H A Dtrace_helper.cc344 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_watchAllFieldAccesses()
384 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_watchAllFieldModifications()
542 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2()
550 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2()
558 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2()
566 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2()
574 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2()
582 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2()
590 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Trace_enableTracing2()
635 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Trace_disableTracing()
[all …]
H A Dexceptions_helper.cc176 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_EXCEPTION, thr)); in Java_art_Exceptions_disableExceptionTracing()
180 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_EXCEPTION_CATCH, thr)); in Java_art_Exceptions_disableExceptionTracing()
194 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Exceptions_enableExceptionCatchEvent()
203 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Exceptions_enableExceptionEvent()
212 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Exceptions_disableExceptionCatchEvent()
221 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Exceptions_disableExceptionEvent()
H A 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()
H A Dbreakpoint_helper.cc184 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_art_Breakpoint_startBreakpointWatch()
196 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Breakpoint_stopBreakpointWatch()
/aosp_15_r20/art/test/ti-stress/
H A Dstress.cc707 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in WatchAllFields()
839 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
846 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
854 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
860 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
866 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
872 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
880 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
886 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
897 if (jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
/aosp_15_r20/cts/hostsidetests/jvmti/attaching/app/jni/
H A Dcts_agent.cpp57 jvmtiError ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
63 ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
79 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE,
85 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE,
/aosp_15_r20/art/test/912-classes/
H A 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,
H A Dclasses.cc245 jvmtiError ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
251 ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
267 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE,
273 ret = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE,
/aosp_15_r20/art/tools/jvmti-agents/field-null-percent/
H A 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()
/aosp_15_r20/art/tools/jvmti-agents/field-counts/
H A 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()
/aosp_15_r20/art/test/924-threads/
H A 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()
/aosp_15_r20/art/tools/jvmti-agents/jit-load/
H A Djitload.cc58 CHECK_EQ(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_CLASS_PREPARE, jit_thread), in VmInitCb()
111 CHECK_CALL_SUCCESS(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr)); in SetupJvmti()
113 jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_DATA_DUMP_REQUEST, nullptr)); in SetupJvmti()
/aosp_15_r20/art/tools/jvmti-agents/simple-profile/
H A Dsimple_profile.cc202 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_METHOD_ENTRY, nullptr)); in FinishInitialization()
204 jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_DATA_DUMP_REQUEST, nullptr)); in FinishInitialization()
206 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_THREAD_END, cur)); in FinishInitialization()
208 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_DEATH, nullptr)); in FinishInitialization()
504 error = jvmti->SetEventNotificationMode( in AgentStart()
/aosp_15_r20/art/test/1924-frame-pop-toggle/
H A Dframe_pop_toggle.cc41 jvmti_env->SetEventNotificationMode( in Java_art_Test1924_toggleFramePop()
45 jvmti_env->SetEventNotificationMode( in Java_art_Test1924_toggleFramePop()
/aosp_15_r20/art/test/1926-missed-frame-pop/
H A Dframe_pop_missed.cc41 jvmti_env->SetEventNotificationMode( in Java_art_Test1926_disableFramePop()
49 jvmti_env->SetEventNotificationMode( in Java_art_Test1926_reenableFramePop()
/aosp_15_r20/art/test/933-misc-events/
H A 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()
/aosp_15_r20/art/test/1950-unprepared-transform/
H A Dunprepared_transform.cc51 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_Main_clearClassLoadHook()
71 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_Main_setupClassLoadHook()
/aosp_15_r20/art/test/908-gc-start-finish/
H A Dgc_callbacks.cc57 jvmtiError ret = jvmti_env->SetEventNotificationMode( in Java_art_Test908_enableGcTracking()
64 ret = jvmti_env->SetEventNotificationMode( in Java_art_Test908_enableGcTracking()
/aosp_15_r20/art/test/2243-single-step-default/
H A Dsingle_step_helper.cc39 jvmtiError err = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_SINGLE_STEP, thr); in singleStepCB()
104 jvmtiError err = jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_SINGLE_STEP, thr); in Java_art_Test2243_enableSingleStep()
/aosp_15_r20/art/test/1959-redefine-object-instrument/
H A Dfake_redef_object.cc113 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_Main_forceRedefine()
125 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_Main_forceRedefine()
/aosp_15_r20/art/test/980-redefine-object/
H A Dredef_object.cc122 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, in Java_Main_addMemoryTrackingCall()
134 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_Main_addMemoryTrackingCall()
/aosp_15_r20/external/dexmaker/dexmaker-mockito-inline-tests/src/main/jni/multiplejvmtiagentsinterferenceagent/
H A Dagent.cc117 error = localJvmtiEnv->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnAttach()
157 return localJvmtiEnv->SetEventNotificationMode(JVMTI_DISABLE, in Java_com_android_dx_mockito_inline_tests_MultipleJvmtiAgentsInterference_disableRetransformHook()
/aosp_15_r20/art/test/905-object-free/
H A Dtracking_free.cc78 jvmtiError ret = jvmti_env->SetEventNotificationMode( in Java_art_Test905_enableFreeTracking()
85 ret = jvmti_env2->SetEventNotificationMode( in Java_art_Test905_enableFreeTracking()
/aosp_15_r20/art/tools/jvmti-agents/titrace/
H A Dtitrace.cc290 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()
296 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in Agent_OnLoad()

123