Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc1566 class ScopedSetRuntimeThread { class
1568 explicit ScopedSetRuntimeThread(Thread* self) in ScopedSetRuntimeThread() function in art::jit::ScopedSetRuntimeThread
1573 ~ScopedSetRuntimeThread() { in ~ScopedSetRuntimeThread()
1592 ScopedSetRuntimeThread ssrt(thread); in MethodEntered()