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.java339 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir, in forkAndSpecialize()
368 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize()
404 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in specializeAppProcess()
429 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in nativeSpecializeAppProcess()
/frameworks/base/core/java/android/os/
DZygoteProcess.java637 boolean startChildZygote, in startViaZygote()
1300 public ChildZygoteProcess startChildZygote(final String processClass, in startChildZygote() method in ZygoteProcess