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

/frameworks/base/cmds/app_process/
H A Dapp_main.cpp101 // if zygote
126 // Since they're forked from zygote, the size of their command line
127 // is the size of the zygote command line.
132 // names if the zygote command line decreases in size.
184 static const char ZYGOTE_NICE_NAME[] = "zygote";
213 // --zygote : Start in zygote mode
215 // --application : Start in application (stand alone, non zygote) mode.
218 // For non zygote starts, these arguments will be followed by
222 // For zygote start
271 bool zygote = false; local
[all...]
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp596 int AndroidRuntime::startVm(JavaVM** pJavaVM, JNIEnv** pEnv, bool zygote) argument
776 * Enable debugging only for apps forked from zygote.
778 if (zygote) {
968 parseRuntimeOption("dalvik.vm.zygote.max-boot-retry", cachePruneBuf,
1056 void AndroidRuntime::start(const char* className, const Vector<String8>& options, bool zygote) argument
1092 if (startVm(&mJavaVM, &env, zygote) != 0) {

Completed in 758 milliseconds