HomeSort by relevance Sort by last modified time
    Searched defs:zygote (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/preload/
PrintHtmlDiff.java 41 // Classes loaded implicitly by the zygote.
42 Set<LoadedClass> zygote = new HashSet<LoadedClass>(); local
44 if (proc.name.equals("zygote")) {
46 zygote.add(op.loadedClass);
56 if (loadedClass.preloaded && !zygote.contains(loadedClass)) {
  /dalvik/vm/
Globals.h 176 * Classes with a low classSerialNumber are probably in the zygote, and
487 /* set when we create a second heap inside the zygote */
578 * Zygote (partially-started process) support
580 bool zygote; member in struct:DvmGlobals
663 * crashes the Zygote process will be killed and restarted.

Completed in 360 milliseconds