Home
last modified time | relevance | path

Searched refs:JVMTI_EVENT_SINGLE_STEP (Results 1 – 7 of 7) sorted by relevance

/art/test/1941-dispose-stress/
Ddispose_stress.cc40 JVMTI_EVENT_SINGLE_STEP, in Java_art_Test1941_setTracingOn()
/art/tools/jvmti-agents/titrace/
Dtitrace.cc291 JVMTI_EVENT_SINGLE_STEP, in Agent_OnLoad()
/art/test/ti-agent/
Dtrace_helper.cc566 JVMTI_EVENT_SINGLE_STEP, in Java_art_Trace_enableTracing2()
659 JVMTI_EVENT_SINGLE_STEP, in Java_art_Trace_disableTracing()
Dsuspend_event_helper.cc452 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()
/art/openjdkjvmti/
Devents.h58 kSingleStep = JVMTI_EVENT_SINGLE_STEP,
/art/test/ti-stress/
Dstress.cc899 JVMTI_EVENT_SINGLE_STEP, in Agent_OnLoad()
/art/openjdkjvmti/include/
Djvmti.h404 JVMTI_EVENT_SINGLE_STEP = 60, enumerator