Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc1412 class ScopedSetRuntimeThread { class
1414 explicit ScopedSetRuntimeThread(Thread* self) in ScopedSetRuntimeThread() function in art::jit::ScopedSetRuntimeThread
1419 ~ScopedSetRuntimeThread() { in ~ScopedSetRuntimeThread()
1737 ScopedSetRuntimeThread ssrt(self); in CompileMethod()