Home
last modified time | relevance | path

Searched defs:instructionSets (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstallArgs.java73 UserHandle user, String[] instructionSets, String abiOverride, in InstallArgs()
107 InstallArgs(String codePath, String[] instructionSets) { in InstallArgs()
H A DRemovePackageHelper.java395 void cleanUpResources(File codeFile, String[] instructionSets) { in cleanUpResources()
403 private void cleanUpResourcesLI(File codeFile, String[] instructionSets) { in cleanUpResourcesLI()
421 private void removeDexFilesLI(List<String> allCodePaths, String[] instructionSets) { in removeDexFilesLI()
H A DInstructionSets.java67 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets()
H A DPackageDexOptimizer.java225 String[] instructionSets, CompilerStats.PackageStats packageStats, in performDexOpt()
273 final String[] instructionSets = targetInstructionSets != null ? in performDexOptLI() local
705 final String[] instructionSets = getAppDexInstructionSets(pkgSetting.getPrimaryCpuAbi(), in dumpDexoptState() local
H A DOtaDexoptService.java435 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts() local
H A DDexOptHelper.java565 final String[] instructionSets = getAppDexInstructionSets( in performDexOptInternalWithDependenciesLI() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DArtPackageInfo.java34 List<String> instructionSets, in ArtPackageInfo()