Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Djit.cc1421 class ScopedSetRuntimeThread { class
1423 explicit ScopedSetRuntimeThread(Thread* self) in ScopedSetRuntimeThread() function in art::jit::ScopedSetRuntimeThread
1428 ~ScopedSetRuntimeThread() { in ~ScopedSetRuntimeThread()
1721 ScopedSetRuntimeThread ssrt(self); in CompileMethod()