Home
last modified time | relevance | path

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

/art/test/ti-agent/
Dtrace_helper.cc55 class ScopedCallbackState { class
57 ScopedCallbackState(JNIEnv* jnienv, jvmtiEnv* env, jthread thr) in ScopedCallbackState() function in art::common_trace::ScopedCallbackState
62 ~ScopedCallbackState() { in ~ScopedCallbackState()
147 ScopedCallbackState st(jnienv, jvmti, thread); in singleStepCB()
179 ScopedCallbackState st(jnienv, jvmti, thr); in fieldAccessCB()
217 ScopedCallbackState st(jnienv, jvmti, thr); in fieldModificationCB()
260 ScopedCallbackState st(jnienv, jvmti, thr); in methodExitCB()
295 ScopedCallbackState st(jnienv, jvmti, thr); in methodEntryCB()