Searched refs:instructionSets (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstructionSets.java | 67 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()
|
D | CleanUpArgs.java | 36 @NonNull String[] instructionSets) { in CleanUpArgs() argument 39 mInstructionSets = instructionSets; in CleanUpArgs()
|
D | InstallArgs.java | 72 String volumeUuid, UserHandle user, String[] instructionSets, String abiOverride, in InstallArgs() argument 87 mInstructionSets = instructionSets; in InstallArgs()
|
D | RemovePackageHelper.java | 490 @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
|
D | PackageDexOptimizer.java | 220 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()
|
D | OtaDexoptService.java | 434 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts() local 439 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts()
|
D | PackageInstallerSession.java | 3736 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) {
|
D | PackageManagerService.java | 8060 @NonNull String[] instructionSets) { in cleanUpResources() argument 8061 mRemovePackageHelper.cleanUpResources(packageName, codeFile, instructionSets); in cleanUpResources()
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | ArtPackageInfo.java | 34 List<String> instructionSets, in ArtPackageInfo() argument 38 mInstructionSets = instructionSets; in ArtPackageInfo()
|