Searched defs:instructionSet (Results 1 – 11 of 11) sorted by relevance
| /frameworks/native/cmds/installd/binder/android/os/ |
| D | IInstalld.aidl | 62 @utf8InCpp String instructionSet, int dexoptNeeded, in dexopt() 76 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex() 96 @utf8InCpp String instructionSet); in createOatDir() 100 @utf8InCpp String instructionSet, @utf8InCpp String outputPath); in moveAb() 102 @utf8InCpp String instructionSet, @nullable @utf8InCpp String outputPath); in deleteOdex() 135 @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 | 620 public boolean dexopt(String apkPath, int uid, String pkgName, String instructionSet, in dexopt() 708 public void rmdex(String codePath, String instructionSet) in rmdex() 854 public void moveAb(String packageName, String apkPath, String instructionSet, String outputPath) in moveAb() 870 public long deleteOdex(String packageName, String apkPath, String instructionSet, in deleteOdex() 1118 private static void assertValidInstructionSet(String instructionSet) in assertValidInstructionSet() 1151 public int getOdexVisibility(String packageName, String apkPath, String instructionSet, in getOdexVisibility()
|
| D | PackageAbiHelperImpl.java | 526 final String instructionSet = in getAdjustedAbiForSharedUser() local
|
| /frameworks/base/core/java/com/android/internal/os/ |
| D | WrapperInit.java | 108 int targetSdkVersion, String instructionSet, FileDescriptor pipeFd, in execApplication()
|
| D | Zygote.java | 362 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir, in forkAndSpecialize() 391 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize() 427 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in specializeAppProcess() 456 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in nativeSpecializeAppProcess() 1153 boolean isZygote, String instructionSet) { in callPostForkChildHooks() 1436 @Nullable String instructionSet, in getMemorySafetyRuntimeFlags()
|
| /frameworks/base/core/java/android/os/ |
| D | ZygoteProcess.java | 345 @Nullable String instructionSet, in start() 627 @Nullable String instructionSet, in startViaZygote() 1286 String instructionSet, in startChildZygote()
|
| D | Process.java | 720 @Nullable String instructionSet, in start() 751 @Nullable String instructionSet, in startWebView()
|
| /frameworks/base/core/java/com/android/internal/content/ |
| D | NativeLibraryHelper.java | 335 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in copyNativeBinariesForSupportedAbi() local
|
| /frameworks/native/cmds/installd/ |
| D | InstalldNativeService.cpp | 2123 const std::string& instructionSet) { in rmdex() 3086 const std::string& instructionSet, int32_t dexoptNeeded, in dexopt() 3323 const std::string& instructionSet) { in createOatDir() 3399 const std::string& instructionSet, in moveAb() 3417 const std::string& instructionSet, in deleteOdex() 3778 const std::string& instructionSet, const std::optional<std::string>& outputPath, in getOdexVisibility()
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | ProcessRecord.java | 739 void setInstructionSet(String instructionSet) { in setInstructionSet()
|