Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc107 if (UNLIKELY(self->TestAllFlags())) { in GoToRunnableFast()
/art/runtime/
Dthread-inl.h42 if (UNLIKELY(TestAllFlags())) { in AllowThreadSuspension()
Dthread.h1108 bool TestAllFlags() const { in TestAllFlags() function