Searched refs:runtimeFlags (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | Zygote.java | 488 static int forkSystemServer(int uid, int gid, int[] gids, int runtimeFlags, in forkSystemServer() argument 493 uid, gid, gids, runtimeFlags, rlimits, in forkSystemServer() 1145 private static void callPostForkSystemServerHooks(int runtimeFlags) { in callPostForkSystemServerHooks() argument 1147 ZygoteHooks.postForkSystemServer(runtimeFlags); in callPostForkSystemServerHooks() 1453 runtimeFlags |= NATIVE_HEAP_ZERO_INIT_ENABLED; in getMemorySafetyRuntimeFlags() 1455 return runtimeFlags; in getMemorySafetyRuntimeFlags() 1467 int runtimeFlags = in getMemorySafetyRuntimeFlagsForSecondaryZygote() local 1472 if ((runtimeFlags & MEMORY_TAG_LEVEL_MASK) == MEMORY_TAG_LEVEL_TBI in getMemorySafetyRuntimeFlagsForSecondaryZygote() 1479 runtimeFlags &= ~MEMORY_TAG_LEVEL_MASK; in getMemorySafetyRuntimeFlagsForSecondaryZygote() 1480 runtimeFlags |= MEMORY_TAG_LEVEL_NONE; in getMemorySafetyRuntimeFlagsForSecondaryZygote() [all …]
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | AppZygote.java | 112 int runtimeFlags = Zygote.getMemorySafetyRuntimeFlagsForSecondaryZygote( in connectToZygoteIfNeededLocked() local 120 runtimeFlags, in connectToZygoteIfNeededLocked()
|
H A D | Process.java | 715 int runtimeFlags, in start() argument 735 runtimeFlags, mountExternal, targetSdkVersion, seInfo, in start() 746 int runtimeFlags, in startWebView() argument 760 runtimeFlags, mountExternal, targetSdkVersion, seInfo, in startWebView()
|
H A D | ZygoteProcess.java | 341 int runtimeFlags, int mountExternal, in start() argument 366 runtimeFlags, mountExternal, targetSdkVersion, seInfo, in start() 623 int runtimeFlags, int mountExternal, in startViaZygote() argument 650 argsForZygote.add("--runtime-flags=" + runtimeFlags); in startViaZygote() 1282 int runtimeFlags, in startChildZygote() argument 1303 gids, runtimeFlags, 0 /* mountExternal */, 0 /* targetSdkVersion */, seInfo, in startChildZygote()
|
/aosp14/frameworks/base/core/java/android/webkit/ |
H A D | WebViewZygote.java | 131 int runtimeFlags = Zygote.getMemorySafetyRuntimeFlagsForSecondaryZygote( in connectToZygoteIfNeededLocked() local 139 runtimeFlags, in connectToZygoteIfNeededLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessList.java | 1813 int runtimeFlags = 0; 1829 runtimeFlags |= Zygote.DEBUG_ENABLE_JDWP; 1830 runtimeFlags |= Zygote.DEBUG_ENABLE_PTRACE; 1831 runtimeFlags |= Zygote.DEBUG_JAVA_DEBUGGABLE; 1834 runtimeFlags |= Zygote.DEBUG_ENABLE_CHECKJNI; 1839 runtimeFlags |= Zygote.DISABLE_VERIFIER; 1846 runtimeFlags |= Zygote.DEBUG_ENABLE_SAFEMODE; 1849 runtimeFlags |= Zygote.PROFILE_FROM_SHELL; 1852 runtimeFlags |= Zygote.PROFILEABLE; 1869 runtimeFlags |= Zygote.DEBUG_ENABLE_ASSERT; [all …]
|