Searched refs:sZygote (Results 1 – 2 of 2) sorted by relevance
43 private static ChildZygoteProcess sZygote; field in WebViewZygote60 if (sZygote != null) return sZygote; in getProcess()63 return sZygote; in getProcess()106 if (sZygote != null) { in stopZygoteLocked()111 sZygote.close(); in stopZygoteLocked()112 Process.killProcess(sZygote.getPid()); in stopZygoteLocked()113 sZygote = null; in stopZygoteLocked()119 if (sZygote != null) { in connectToZygoteIfNeededLocked()130 sZygote = Process.ZYGOTE_PROCESS.startChildZygote( in connectToZygoteIfNeededLocked()143 ZygoteProcess.waitForConnectionToZygote(sZygote.getPrimarySocketAddress()); in connectToZygoteIfNeededLocked()[all …]
85755 Landroid/webkit/WebViewZygote;->sZygote:Landroid/os/ChildZygoteProcess;