Home
last modified time | relevance | path

Searched refs:zygote (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/jni/
Druntime_native_boot-flags-test.sh136 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
Dcom_android_internal_os_Zygote.h31 namespace zygote {
Dcom_android_internal_os_Zygote.cpp112 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 …]
DAndroidRuntime.cpp622 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()
Dcom_android_internal_os_ZygoteCommandBuffer.cpp43 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/
Dapp_main.cpp257 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()
DAndroid.bp93 // 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/
DPrintHtmlDiff.java42 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/
DAndroidRuntime.h65 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/
Dinputflinger.rc5 # onrestart restart zygote
/frameworks/native/services/surfaceflinger/
Dsurfaceflinger.rc6 onrestart restart zygote
/frameworks/base/config/
Ddirty-image-objects26 # adb shell imgdiag --image-diff-pid=<app pid> --zygote-diff-pid=<zygote pid> \
Dpreloaded-classes19 # the zygote during initialization. This is a trade-off, using virtual address space to share
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto183 optional Status zygote = 40; field
512 optional string zygote = 44; field
/frameworks/base/services/core/java/com/android/server/am/
DAppExitInfoTracker.java381 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/
Datoms.proto5668 // 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/
Dpreloaded-classes19 # the zygote during initialization. This is a trade-off, using virtual address space to share