Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc147 DISABLE_VERIFIER = 1 << 9, enumerator
316 if ((runtime_flags & DISABLE_VERIFIER) != 0) { in ZygoteHooks_nativePostForkChild()
318 runtime_flags &= ~DISABLE_VERIFIER; in ZygoteHooks_nativePostForkChild()