Home
last modified time | relevance | path

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

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_jni_entrypoints.cc118 if (UNLIKELY(self->TestAllFlags())) { in GoToRunnableFast()
/aosp12/art/runtime/
H A Dthread-inl.h44 if (UNLIKELY(TestAllFlags())) { in AllowThreadSuspension()
H A Dthread.h1138 bool TestAllFlags() const { in TestAllFlags() function