Searched refs:thr_ (Results 1 – 3 of 3) sorted by relevance
/art/test/904-object-allocation/ |
D | tracking.cc | 81 ScopedGlobalRef<jthread> thr_; member 133 ScopedLocalRef<jthread> thr(env, ev.thr_.Get(env)); in Java_art_Test904_getTrackingEventMessages()
|
/art/test/ti-agent/ |
D | trace_helper.cc | 58 : 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/ |
D | adbconnection.cc | 202 jobject thr_; member 209 data->thr_); in CallbackFunction() 220 env->DeleteGlobalRef(data->thr_); in CallbackFunction() 221 data->thr_ = nullptr; in CallbackFunction() 292 soa.Env()->DeleteGlobalRef(data->thr_); in StartDebuggerThreads()
|