Home
last modified time | relevance | path

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

/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/test/1924-frame-pop-toggle/
Dframe_pop_toggle.cc42 JVMTI_DISABLE, JVMTI_EVENT_FRAME_POP, thr)); in Java_art_Test1924_toggleFramePop()
/art/test/1926-missed-frame-pop/
Dframe_pop_missed.cc42 JVMTI_DISABLE, JVMTI_EVENT_FRAME_POP, thr)); in Java_art_Test1926_disableFramePop()
/art/test/ti-agent/
Dsuspend_event_helper.cc422 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()
466 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_SINGLE_STEP, thr))) { in Java_art_SuspendEvents_clearSuspendSingleStepFor()
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()
566 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_BREAKPOINT, thr))) { in Java_art_SuspendEvents_clearSuspendBreakpointFor()
612 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_EXCEPTION_CATCH, thr))) { in Java_art_SuspendEvents_clearSuspendExceptionEvent()
618 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_EXCEPTION, thr))) { in Java_art_SuspendEvents_clearSuspendExceptionEvent()
657 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_METHOD_EXIT, thr))) { in Java_art_SuspendEvents_clearSuspendMethodEvent()
663 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_METHOD_ENTRY, thr))) { in Java_art_SuspendEvents_clearSuspendMethodEvent()
[all …]
Dexceptions_helper.cc182 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Exceptions_disableExceptionCatchEvent()
191 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Exceptions_disableExceptionEvent()
Dtrace_helper.cc626 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Trace_disableTracing()
634 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Trace_disableTracing()
642 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Trace_disableTracing()
650 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Trace_disableTracing()
658 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Trace_disableTracing()
Dbreakpoint_helper.cc196 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_art_Breakpoint_stopBreakpointWatch()
Dredefinition_helper.cc376 jvmtiError res = jvmti_env->SetEventNotificationMode(enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Redefinition_enableCommonRetransformation()
/art/test/933-misc-events/
Dmisc_events.cc69 ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_DATA_DUMP_REQUEST, nullptr); in Java_art_Test933_testSigQuit()
/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/912-classes/
Dclasses_art.cc43 jvmtiError ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
49 ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
Dclasses.cc245 jvmtiError ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
251 ret = jvmti_env->SetEventNotificationMode(JVMTI_DISABLE,
/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.cc51 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_Main_clearClassLoadHook()
/art/test/1959-redefine-object-instrument/
Dfake_redef_object.cc125 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_Main_forceRedefine()
/art/test/980-redefine-object/
Dredef_object.cc134 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, in Java_Main_addMemoryTrackingCall()
/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()
/art/test/986-native-method-bind/
Dnative_bind.cc107 jvmtiError res = jvmti_env->SetEventNotificationMode(enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test986_setNativeBindNotify()
/art/test/904-object-allocation/
Dtracking.cc115 enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test904_enableAllocationTracking()
/art/test/1974-resize-array/
Dresize_array.cc243 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_OBJECT_FREE, nullptr))) { in Java_art_Test1974_CollectFreedTags()
/art/openjdkjvmti/
Devents.cc676 thr.get(), ArtJvmtiEvent::kForceEarlyReturnUpdateReturnValue, JVMTI_DISABLE); in MethodExited()
725 thr.get(), ArtJvmtiEvent::kForceEarlyReturnUpdateReturnValue, JVMTI_DISABLE); in MethodExited()
1515 if (mode != JVMTI_ENABLE && mode != JVMTI_DISABLE) { in SetEvent()
1572 DCHECK_EQ(mode, JVMTI_DISABLE); in SetEvent()
Dti_extension.cc714 jvmtiEventMode mode = callback == nullptr ? JVMTI_DISABLE : JVMTI_ENABLE; in SetExtensionEventCallback()
Dti_stack.cc1271 target_, ArtJvmtiEvent::kForceEarlyReturnUpdateReturnValue, JVMTI_DISABLE);
/art/test/913-heaps/
Dheaps.cc842 enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test913_enableGcTracking()
849 enable ? JVMTI_ENABLE : JVMTI_DISABLE, in Java_art_Test913_enableGcTracking()
/art/openjdkjvmti/include/
Djvmti.h231 JVMTI_DISABLE = 0 enumerator