Searched defs:instructionSet (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 62 @utf8InCpp String instructionSet, int dexoptNeeded, in dexopt() 74 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex() 94 @utf8InCpp String instructionSet); in createOatDir() 98 @utf8InCpp String instructionSet, @utf8InCpp String outputPath); in moveAb() 100 @utf8InCpp String instructionSet, @nullable @utf8InCpp String outputPath); in deleteOdex() 133 @utf8InCpp String instructionSet, @nullable @utf8InCpp String outputPath); in getOdexVisibility()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstructionSets.java | 92 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets() local
|
D | Installer.java | 595 public boolean dexopt(String apkPath, int uid, String pkgName, String instructionSet, in dexopt() 701 public void moveAb(String packageName, String apkPath, String instructionSet, String outputPath) in moveAb() 885 private static void assertValidInstructionSet(String instructionSet) in assertValidInstructionSet()
|
D | PackageAbiHelperImpl.java | 594 final String instructionSet = in getAdjustedAbiForSharedUser() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | Zygote.java | 370 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir, in forkAndSpecialize() 400 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize() 438 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in specializeAppProcess() 468 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in nativeSpecializeAppProcess() 1170 boolean isZygote, String instructionSet) { in callPostForkChildHooks() 1453 @Nullable String instructionSet, in getMemorySafetyRuntimeFlags()
|
D | WrapperInit.java | 108 int targetSdkVersion, String instructionSet, FileDescriptor pipeFd, in execApplication()
|
/frameworks/base/core/java/android/os/ |
D | AppZygote.java | 139 @Nullable String instructionSet, in startProcess()
|
D | ZygoteProcess.java | 348 @Nullable String instructionSet, in start() 633 @Nullable String instructionSet, in startViaZygote() 1292 String instructionSet, in startChildZygote()
|
D | Process.java | 740 @Nullable String instructionSet, in start() 772 @Nullable String instructionSet, in startWebView()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | NativeLibraryHelper.java | 352 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in copyNativeBinariesForSupportedAbi() local 474 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in checkAlignmentForCompatMode() local
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 2296 const std::string& instructionSet) { in rmdex() 3268 const std::string& instructionSet, int32_t dexoptNeeded, in dexopt() 3497 const std::string& instructionSet) { in createOatDir() 3573 const std::string& instructionSet, in moveAb() 3591 const std::string& instructionSet, in deleteOdex() 3956 const std::string& instructionSet, const std::optional<std::string>& outputPath, in getOdexVisibility()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessRecord.java | 812 void setInstructionSet(String instructionSet) { in setInstructionSet()
|