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 161 * Classes with a low classSerialNumber are probably in the zygote, and
465 /* set when we create a second heap inside the zygote */
553 * Zygote (partially-started process) support
555 bool zygote; member in struct:DvmGlobals
639 * crashes the Zygote process will be killed and restarted.

Completed in 1009 milliseconds