Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java82 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets() argument
83 ArraySet<String> dexCodeInstructionSets = new ArraySet<String>(instructionSets.length); in getDexCodeInstructionSets()
84 for (String instructionSet : instructionSets) { in getDexCodeInstructionSets()
DPackageDexOptimizer.java129 String[] instructionSets, CompilerStats.PackageStats packageStats, in performDexOpt() argument
141 return performDexOptLI(pkg, instructionSets, in performDexOpt()
158 final String[] instructionSets = targetInstructionSets != null ? in performDexOptLI() local
160 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI()
451 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in dumpDexoptState() local
452 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState()
DOtaDexoptService.java388 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in moveAbArtifacts() local
390 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts()
DPackageInstallerSession.java1696 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateApkInstallLocked() local
1699 if (!ArrayUtils.contains(instructionSets, archSubDir.getName())) { in validateApkInstallLocked()
1895 private void createOatDirs(List<String> instructionSets, File fromDir) in createOatDirs() argument
1897 for (String instructionSet : instructionSets) { in createOatDirs()
DPackageManagerService.java9967 final String[] instructionSets = getAppDexInstructionSets(p.applicationInfo);
9980 pdo.performDexOpt(depPackage, instructionSets,
9989 return pdo.performDexOpt(p, instructionSets,
15098 String resourcePath, String[] instructionSets) {
15099 return new FileInstallArgs(codePath, resourcePath, instructionSets);
15127 /* nullable */ String[] instructionSets;
15131 UserHandle user, String[] instructionSets,
15144 this.instructionSets = instructionSets;
15201 void removeDexFiles(List<String> allCodePaths, String[] instructionSets) {
15203 if (instructionSets == null) {
[all …]