Searched refs:sZygote (Results 1 – 2 of 2) sorted by relevance
46 private static ChildZygoteProcess sZygote; field in WebViewZygote63 if (sZygote != null) return sZygote; in getProcess()66 return sZygote; in getProcess()118 if (sZygote != null) { in stopZygoteLocked()123 sZygote.close(); in stopZygoteLocked()124 Process.killProcess(sZygote.getPid()); in stopZygoteLocked()125 sZygote = null; in stopZygoteLocked()131 if (sZygote != null) { in connectToZygoteIfNeededLocked()144 sZygote = Process.ZYGOTE_PROCESS.startChildZygote( in connectToZygoteIfNeededLocked()157 ZygoteProcess.waitForConnectionToZygote(sZygote.getPrimarySocketAddress()); in connectToZygoteIfNeededLocked()[all …]
64995 Landroid/webkit/WebViewZygote;->sZygote:Landroid/os/ChildZygoteProcess;