Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc31 static inline void GoToRunnableFast(Thread* self) NO_THREAD_SAFETY_ANALYSIS;
90 GoToRunnableFast</*kDynamicFast*/true>(self); in GoToRunnable()
96 ALWAYS_INLINE static inline void GoToRunnableFast(Thread* self) NO_THREAD_SAFETY_ANALYSIS { in GoToRunnableFast() function
138 GoToRunnableFast</*kDynamicFast*/false>(self); in JniMethodFastEnd()
175 GoToRunnableFast</*kDynamicFast*/false>(self); in JniMethodFastEndWithReference()