Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstructionSets.java92 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets() local
H A 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()
H A DPackageAbiHelperImpl.java526 final String instructionSet = in getAdjustedAbiForSharedUser() local
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A 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()
H A DWrapperInit.java108 int targetSdkVersion, String instructionSet, FileDescriptor pipeFd, in execApplication()
/aosp14/frameworks/base/core/java/android/os/
H A DZygoteProcess.java345 @Nullable String instructionSet, in start()
627 @Nullable String instructionSet, in startViaZygote()
1286 String instructionSet, in startChildZygote()
H A DProcess.java720 @Nullable String instructionSet, in start()
751 @Nullable String instructionSet, in startWebView()
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java335 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in copyNativeBinariesForSupportedAbi() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java739 void setInstructionSet(String instructionSet) { in setInstructionSet()