Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc917 class ScopedSetRuntimeThread { class
919 explicit ScopedSetRuntimeThread(Thread* self) in ScopedSetRuntimeThread() function in art::jit::ScopedSetRuntimeThread
924 ~ScopedSetRuntimeThread() { in ~ScopedSetRuntimeThread()
944 ScopedSetRuntimeThread ssrt(thread); in MethodEntered()