Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DWebViewZygote.java46 private static ChildZygoteProcess sZygote; field in WebViewZygote
63 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64995 Landroid/webkit/WebViewZygote;->sZygote:Landroid/os/ChildZygoteProcess;