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 | 95 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets() local
|
D | Installer.java | 611 public boolean dexopt(String apkPath, int uid, String pkgName, String instructionSet, in dexopt() 693 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex() 829 public void moveAb(String packageName, String apkPath, String instructionSet, String outputPath) in moveAb() 845 public long deleteOdex(String packageName, String apkPath, String instructionSet, in deleteOdex() 1086 private static void assertValidInstructionSet(String instructionSet) in assertValidInstructionSet() 1119 public int getOdexVisibility(String packageName, String apkPath, String instructionSet, in getOdexVisibility()
|
D | PackageAbiHelperImpl.java | 524 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 | 349 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir, in forkAndSpecialize() 378 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize() 414 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in specializeAppProcess() 443 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in nativeSpecializeAppProcess() 1113 boolean isZygote, String instructionSet) { in callPostForkChildHooks() 1380 @Nullable String instructionSet, in getMemorySafetyRuntimeFlags()
|
/frameworks/base/core/java/android/os/ |
D | ZygoteProcess.java | 352 @Nullable String instructionSet, in start() 634 @Nullable String instructionSet, in startViaZygote() 1299 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() 3071 const std::string& instructionSet, int32_t dexoptNeeded, in dexopt() 3308 const std::string& instructionSet) { in createOatDir() 3384 const std::string& instructionSet, in moveAb() 3402 const std::string& instructionSet, in deleteOdex() 3763 const std::string& instructionSet, const std::optional<std::string>& outputPath, in getOdexVisibility()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessRecord.java | 658 void setInstructionSet(String instructionSet) { in setInstructionSet()
|