Searched refs:sZygote (Results 1 – 2 of 2) sorted by relevance
44 private static ChildZygoteProcess sZygote; field in WebViewZygote61 if (sZygote != null) return sZygote; in getProcess()64 return sZygote; in getProcess()107 if (sZygote != null) { in stopZygoteLocked()112 sZygote.close(); in stopZygoteLocked()113 Process.killProcess(sZygote.getPid()); in stopZygoteLocked()114 sZygote = null; in stopZygoteLocked()120 if (sZygote != null) { in connectToZygoteIfNeededLocked()133 sZygote = Process.ZYGOTE_PROCESS.startChildZygote( in connectToZygoteIfNeededLocked()146 ZygoteProcess.waitForConnectionToZygote(sZygote.getPrimarySocketAddress()); in connectToZygoteIfNeededLocked()[all …]
65638 Landroid/webkit/WebViewZygote;->sZygote:Landroid/os/ChildZygoteProcess;