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.java236 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir, in forkAndSpecialize()
258 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize()
284 boolean startChildZygote, String instructionSet, String appDataDir) { in specializeAppProcess()
305 boolean startChildZygote, String instructionSet, String appDataDir); in nativeSpecializeAppProcess()
/frameworks/base/core/java/android/os/
DZygoteProcess.java552 boolean startChildZygote, in startViaZygote()
1122 public ChildZygoteProcess startChildZygote(final String processClass, in startChildZygote() method in ZygoteProcess