Home
last modified time | relevance | path

Searched defs:instructionSet (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl62 @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/
DInstructionSets.java95 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets() local
DInstaller.java611 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()
DPackageAbiHelperImpl.java524 final String instructionSet = in getAdjustedAbiForSharedUser() local
/frameworks/base/core/java/com/android/internal/os/
DWrapperInit.java108 int targetSdkVersion, String instructionSet, FileDescriptor pipeFd, in execApplication()
DZygote.java349 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/
DZygoteProcess.java352 @Nullable String instructionSet, in start()
634 @Nullable String instructionSet, in startViaZygote()
1299 String instructionSet, in startChildZygote()
DProcess.java720 @Nullable String instructionSet, in start()
751 @Nullable String instructionSet, in startWebView()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java335 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in copyNativeBinariesForSupportedAbi() local
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2123 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/
DProcessRecord.java658 void setInstructionSet(String instructionSet) { in setInstructionSet()