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.java131 String[] instructionSets, CompilerStats.PackageStats packageStats, in performDexOpt() argument
143 return performDexOptLI(pkg, instructionSets, in performDexOpt()
160 final String[] instructionSets = targetInstructionSets != null ? in performDexOptLI() local
162 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI()
456 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in dumpDexoptState() local
457 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.java1736 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateApkInstallLocked() local
1739 if (!ArrayUtils.contains(instructionSets, archSubDir.getName())) { in validateApkInstallLocked()
1926 private void createOatDirs(List<String> instructionSets, File fromDir) in createOatDirs() argument
1928 for (String instructionSet : instructionSets) { in createOatDirs()
DPackageManagerService.java10023 final String[] instructionSets = getAppDexInstructionSets(p.applicationInfo);
10036 pdo.performDexOpt(depPackage, instructionSets,
10045 return pdo.performDexOpt(p, instructionSets,
15568 String resourcePath, String[] instructionSets) {
15569 return new FileInstallArgs(codePath, resourcePath, instructionSets);
15597 /* nullable */ String[] instructionSets;
15601 UserHandle user, String[] instructionSets,
15614 this.instructionSets = instructionSets;
15671 void removeDexFiles(List<String> allCodePaths, String[] instructionSets) {
15673 if (instructionSets == null) {
[all …]