Home
last modified time | relevance | path

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

/art/test/904-object-allocation/
Dtracking.cc81 ScopedGlobalRef<jthread> thr_; member
133 ScopedLocalRef<jthread> thr(env, ev.thr_.Get(env)); in Java_art_Test904_getTrackingEventMessages()
/art/test/ti-agent/
Dtrace_helper.cc58 : jnienv_(jnienv), env_(env), thr_(thr) { in ScopedCallbackState()
59 CHECK(!IsInCallback(jnienv_, env_, thr_)); in ScopedCallbackState()
60 SetInCallback(jnienv_, env_, thr_, true); in ScopedCallbackState()
63 CHECK(IsInCallback(jnienv_, env_, thr_)); in ~ScopedCallbackState()
64 SetInCallback(jnienv_, env_, thr_, false); in ~ScopedCallbackState()
70 jthread thr_; member in art::common_trace::ScopedCallbackState
/art/adbconnection/
Dadbconnection.cc200 jobject thr_; member
207 data->thr_); in CallbackFunction()
218 env->DeleteGlobalRef(data->thr_); in CallbackFunction()
219 data->thr_ = nullptr; in CallbackFunction()
290 soa.Env()->DeleteGlobalRef(data->thr_); in StartDebuggerThreads()