Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_stack.cc1386 ScopedLocalRef<jthread> cur_thread(self->GetJniEnv(), nullptr); in ForceEarlyReturn() local
1389 cur_thread.reset(soa.AddLocalReference<jthread>(self->GetPeer())); in ForceEarlyReturn()
1390 thread = cur_thread.get(); in ForceEarlyReturn()