Searched refs:zygote (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/preload/
H A DPrintHtmlDiff.java41 // Classes loaded implicitly by the zygote.
42 Set<LoadedClass> zygote = new HashSet<LoadedClass>();
44 if (proc.name.equals("zygote")) {
46 zygote.add(op.loadedClass);
56 if (loadedClass.preloaded && !zygote.contains(loadedClass)) {
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp103 // if zygote
127 // Since they're forked from zygote, the size of their command line
128 // is the size of the zygote command line.
133 // names if the zygote command line decreases in size.
183 static const char ZYGOTE_NICE_NAME[] = "zygote";
211 // --zygote : Start in zygote mode
213 // --application : Start in application (stand alone, non zygote) mode.
216 // For non zygote starts, these arguments will be followed by
220 // For zygote start
239 bool zygote = false; local
[all...]

Completed in 99 milliseconds