Home
last modified time | relevance | path

Searched refs:sZygote (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/webkit/
DWebViewZygote.java43 private static ChildZygoteProcess sZygote; field in WebViewZygote
60 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt85755 Landroid/webkit/WebViewZygote;->sZygote:Landroid/os/ChildZygoteProcess;