Home
last modified time | relevance | path

Searched defs:startChildZygote (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygote.java367 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir, in forkAndSpecialize()
397 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize()
435 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in specializeAppProcess()
465 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in nativeSpecializeAppProcess()
/frameworks/base/core/java/android/os/
DZygoteProcess.java633 boolean startChildZygote, in startViaZygote()
1295 public ChildZygoteProcess startChildZygote(final String processClass, in startChildZygote() method in ZygoteProcess