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.java92 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets() local
DInstaller.java620 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()
DPackageAbiHelperImpl.java526 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.java362 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/
DZygoteProcess.java345 @Nullable String instructionSet, in start()
627 @Nullable String instructionSet, in startViaZygote()
1286 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()
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/
DProcessRecord.java739 void setInstructionSet(String instructionSet) { in setInstructionSet()