Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit.cc1567 class ScopedSetRuntimeThread { class
1569 explicit ScopedSetRuntimeThread(Thread* self) in ScopedSetRuntimeThread() function in art::jit::ScopedSetRuntimeThread
1574 ~ScopedSetRuntimeThread() { in ~ScopedSetRuntimeThread()
1593 ScopedSetRuntimeThread ssrt(thread); in MethodEntered()