/frameworks/base/core/jni/ |
D | runtime_native_boot-flags-test.sh | 136 local zygote=$1 139 adb logcat -d -s "$zygote" | grep -q -e "option\[[0-9]\+\]=$runtime_option" 152 for zygote in $zygotes; do 153 find_zygote_runtime_option "$zygote" "$runtime_option" \ 154 || fail "Found no \`$runtime_option\` among runtime options passed to \`$zygote\`" 167 for zygote in $zygotes; do 168 find_zygote_runtime_option "$zygote" "$runtime_option" \ 169 && fail "Found \`$runtime_option\` among runtime options passed to \`$zygote\`" 261 case $(adb shell getprop ro.zygote) in
|
D | com_android_internal_os_Zygote.h | 31 namespace zygote {
|
D | com_android_internal_os_Zygote.cpp | 112 using android::zygote::ZygoteFailure; 2017 void zygote::ZygoteFailure(JNIEnv* env, in ZygoteFailure() 2041 pid_t zygote::ForkCommon(JNIEnv* env, bool is_system_server, in ForkCommon() 2049 auto fail_fn = std::bind(zygote::ZygoteFailure, env, in ForkCommon() 2139 zygote::ZygoteFailure(env, "zygote", nice_name, in com_android_internal_os_Zygote_nativeForkAndSpecialize() 2170 pid_t pid = zygote::ForkCommon(env, /* is_system_server= */ false, fds_to_close, fds_to_ignore, in com_android_internal_os_Zygote_nativeForkAndSpecialize() 2202 pid_t pid = zygote::ForkCommon(env, true, in com_android_internal_os_Zygote_nativeForkSystemServer() 2264 return zygote::forkApp(env, read_pipe_fd, write_pipe_fd, session_socket_fds, in com_android_internal_os_Zygote_nativeForkApp() 2268 int zygote::forkApp(JNIEnv* env, in forkApp() 2312 return zygote::ForkCommon(env, /* is_system_server= */ false, fds_to_close, in forkApp() [all …]
|
D | AndroidRuntime.cpp | 622 int AndroidRuntime::startVm(JavaVM** pJavaVM, JNIEnv** pEnv, bool zygote, bool primary_zygote) in startVm() argument 927 if (zygote) { in startVm() 938 if (zygote) { in startVm() 1090 } else if (zygote && strcmp(propBuf, "0") != 0) { in startVm() 1189 void AndroidRuntime::start(const char* className, const Vector<String8>& options, bool zygote) in start() argument 1246 if (startVm(&mJavaVM, &env, zygote, primary_zygote) != 0) { in start()
|
D | com_android_internal_os_ZygoteCommandBuffer.cpp | 43 using android::zygote::ZygoteFailure; 415 int pid = zygote::forkApp(env, /* no pipe FDs */ -1, -1, session_socket_fds, in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly()
|
/frameworks/base/cmds/app_process/ |
D | app_main.cpp | 257 bool zygote = false; in main() local 267 zygote = true; in main() 335 if (zygote) { in main() 336 runtime.start("com.android.internal.os.ZygoteInit", args, zygote); in main() 338 runtime.start("com.android.internal.os.RuntimeInit", args, zygote); in main()
|
D | Android.bp | 93 // Enable ASYNC MTE in the zygote, in order to allow apps and the system 95 // zygote to have substantial memory corruption bugs (as it's primarily Java
|
/frameworks/base/tools/preload/ |
D | PrintHtmlDiff.java | 42 Set<LoadedClass> zygote = new HashSet<LoadedClass>(); in main() local 46 zygote.add(op.loadedClass); in main() 56 if (loadedClass.preloaded && !zygote.contains(loadedClass)) { in main()
|
/frameworks/base/core/jni/include/android_runtime/ |
D | AndroidRuntime.h | 65 void start(const char *classname, const Vector<String8>& options, bool zygote); 132 int startVm(JavaVM** pJavaVM, JNIEnv** pEnv, bool zygote, bool primary_zygote);
|
/frameworks/native/services/inputflinger/host/ |
D | inputflinger.rc | 5 # onrestart restart zygote
|
/frameworks/native/services/surfaceflinger/ |
D | surfaceflinger.rc | 6 onrestart restart zygote
|
/frameworks/base/config/ |
D | dirty-image-objects | 26 # adb shell imgdiag --image-diff-pid=<app pid> --zygote-diff-pid=<zygote pid> \
|
D | preloaded-classes | 19 # the zygote during initialization. This is a trade-off, using virtual address space to share
|
/frameworks/base/core/proto/android/os/ |
D | system_properties.proto | 183 optional Status zygote = 40; field 512 optional string zygote = 44; field
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppExitInfoTracker.java | 381 Pair<Long, Object> zygote = mAppExitInfoSourceZygote.remove( in handleNoteProcessDiedLocked() local 394 } else if (zygote != null) { in handleNoteProcessDiedLocked() 395 updateExistingExitInfoRecordLocked(info, (Integer) zygote.second, null); in handleNoteProcessDiedLocked()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 5668 // Represents the start of zygote's init. 5669 // Logged from zygote itself. 5671 // Represents the start of secondary zygote's init. 5672 // TODO: add logging to zygote
|
/frameworks/base/boot/ |
D | preloaded-classes | 19 # the zygote during initialization. This is a trade-off, using virtual address space to share
|