Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl62 @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/
DInstructionSets.java92 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets() local
DInstaller.java595 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()
DPackageAbiHelperImpl.java594 final String instructionSet = in getAdjustedAbiForSharedUser() local
/frameworks/base/core/java/com/android/internal/os/
DZygote.java370 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()
DWrapperInit.java108 int targetSdkVersion, String instructionSet, FileDescriptor pipeFd, in execApplication()
/frameworks/base/core/java/android/os/
DAppZygote.java139 @Nullable String instructionSet, in startProcess()
DZygoteProcess.java348 @Nullable String instructionSet, in start()
633 @Nullable String instructionSet, in startViaZygote()
1292 String instructionSet, in startChildZygote()
DProcess.java740 @Nullable String instructionSet, in start()
772 @Nullable String instructionSet, in startWebView()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java352 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in copyNativeBinariesForSupportedAbi() local
474 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in checkAlignmentForCompatMode() local
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2296 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/
DProcessRecord.java812 void setInstructionSet(String instructionSet) { in setInstructionSet()