Home
last modified time | relevance | path

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

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