Home
last modified time | relevance | path

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

/aosp_15_r20/art/openjdkjvmti/
H A 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()