Searched refs:startChildZygote (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | Zygote.java | 236 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/ |
D | AppZygote.java | 106 mZygote = Process.ZYGOTE_PROCESS.startChildZygote( in connectToZygoteIfNeededLocked()
|
D | ZygoteProcess.java | 552 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/ |
D | WebViewZygote.java | 130 sZygote = Process.ZYGOTE_PROCESS.startChildZygote( in connectToZygoteIfNeededLocked()
|