Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc463 static bool explicitlyDisabled = Runtime::Current()->IsJavaZygoteForkLoopRequired(); in ZygoteHooks_nativeZygoteLongSuspendOk() local
464 return (isJitZygote || explicitlyDisabled) ? JNI_FALSE : JNI_TRUE; in ZygoteHooks_nativeZygoteLongSuspendOk()