Searched refs:explicitlyDisabled (Results 1 – 1 of 1) sorted by relevance
463 static bool explicitlyDisabled = Runtime::Current()->IsJavaZygoteForkLoopRequired(); in ZygoteHooks_nativeZygoteLongSuspendOk() local464 return (isJitZygote || explicitlyDisabled) ? JNI_FALSE : JNI_TRUE; in ZygoteHooks_nativeZygoteLongSuspendOk()