Home
last modified time | relevance | path

Searched refs:SingleStep (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/tools/jvmti-agents/titrace/
H A Dtitrace.cc209 static void SingleStep(jvmtiEnv* jvmti_env, in SingleStep() function
280 callbacks.SingleStep = &EventCallbacks::SingleStep; in Agent_OnLoad()
/aosp12/art/tools/jvmti-agents/ti-fast/
H A DREADME.md43 * `SingleStep`
H A Dtifast.cc85 …jni_fun(SingleStep, EVENT(SINGLE_STEP), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread, jmethodID m…
/aosp12/art/test/ti-agent/
H A Dtrace_helper.cc521 current_callbacks.SingleStep = singleStepCB; in Java_art_Trace_enableTracing2()
H A Dsuspend_event_helper.cc308 cb.SingleStep = cbSingleStep; in Java_art_SuspendEvents_setupTest()
/aosp12/art/openjdkjvmti/
H A Devents-inl.h105 fn(SingleStep, ArtJvmtiEvent::kSingleStep) \
/aosp12/art/test/ti-stress/
H A Dstress.cc835 cb.SingleStep = SingleStepHook; in Agent_OnLoad()
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h948 jvmtiEventSingleStep SingleStep; member