Home
last modified time | relevance | path

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

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