Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DZygote.java236 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir, in forkAndSpecialize() argument
243 fdsToIgnore, startChildZygote, instructionSet, appDataDir); in forkAndSpecialize()
258 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize() argument
284 boolean startChildZygote, String instructionSet, String appDataDir) { in specializeAppProcess() argument
286 niceName, startChildZygote, instructionSet, appDataDir); in specializeAppProcess()
305 boolean startChildZygote, String instructionSet, String appDataDir); in nativeSpecializeAppProcess() argument
/frameworks/base/core/java/android/os/
DAppZygote.java106 mZygote = Process.ZYGOTE_PROCESS.startChildZygote( in connectToZygoteIfNeededLocked()
DZygoteProcess.java552 boolean startChildZygote, in startViaZygote() argument
618 if (startChildZygote) { in startViaZygote()
1122 public ChildZygoteProcess startChildZygote(final String processClass, in startChildZygote() method in ZygoteProcess
/frameworks/base/core/java/android/webkit/
DWebViewZygote.java130 sZygote = Process.ZYGOTE_PROCESS.startChildZygote( in connectToZygoteIfNeededLocked()