Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.cc66 jthread GetThreadObject(art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_) { in GetThreadObject() function
76 ScopedLocalRef<jthread> thread(self->GetJniEnv(), GetThreadObject(self)); in Post()