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

/frameworks/base/core/jni/include/android_runtime/
H A DAndroidRuntime.h67 void start(const char *classname, const Vector<String8>& options, bool zygote);
134 int startVm(JavaVM** pJavaVM, JNIEnv** pEnv, bool zygote);
/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/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/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) {
/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto183 optional Status zygote = 40;
461 optional string zygote = 44;

Completed in 162 milliseconds