Home
last modified time | relevance | path

Searched refs:instructionSets (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java67 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets() argument
68 ArraySet<String> dexCodeInstructionSets = new ArraySet<String>(instructionSets.length); in getDexCodeInstructionSets()
69 for (String instructionSet : instructionSets) { in getDexCodeInstructionSets()
DCleanUpArgs.java36 @NonNull String[] instructionSets) { in CleanUpArgs() argument
39 mInstructionSets = instructionSets; in CleanUpArgs()
DInstallArgs.java72 String volumeUuid, UserHandle user, String[] instructionSets, String abiOverride, in InstallArgs() argument
87 mInstructionSets = instructionSets; in InstallArgs()
DRemovePackageHelper.java490 @Nullable String[] instructionSets) { in cleanUpResources() argument
492 cleanUpResourcesLI(codeFile, instructionSets); in cleanUpResources()
507 private void cleanUpResourcesLI(@Nullable File codeFile, @Nullable String[] instructionSets) { in cleanUpResourcesLI() argument
DPackageDexOptimizer.java220 String[] instructionSets, CompilerStats.PackageStats packageStats, in performDexOpt() argument
237 return performDexOptLI(pkg, pkgSetting, instructionSets, in performDexOpt()
259 final String[] instructionSets = targetInstructionSets != null ? in performDexOptLI() local
263 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI()
DOtaDexoptService.java434 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts() local
439 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts()
DPackageInstallerSession.java3736 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets();
3739 if (!ArrayUtils.contains(instructionSets, archSubDir.getName())) {
4293 private void createOatDirs(String packageName, List<String> instructionSets, File fromDir)
4295 for (String instructionSet : instructionSets) {
DPackageManagerService.java8060 @NonNull String[] instructionSets) { in cleanUpResources() argument
8061 mRemovePackageHelper.cleanUpResources(packageName, codeFile, instructionSets); in cleanUpResources()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtPackageInfo.java34 List<String> instructionSets, in ArtPackageInfo() argument
38 mInstructionSets = instructionSets; in ArtPackageInfo()