Home
last modified time | relevance | path

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

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