Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java70 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets() argument
71 ArraySet<String> dexCodeInstructionSets = new ArraySet<String>(instructionSets.length); in getDexCodeInstructionSets()
72 for (String instructionSet : instructionSets) { in getDexCodeInstructionSets()
DPackageDexOptimizer.java137 String[] instructionSets, CompilerStats.PackageStats packageStats, in performDexOpt() argument
153 return performDexOptLI(pkg, pkgSetting, instructionSets, in performDexOpt()
171 final String[] instructionSets = targetInstructionSets != null ? in performDexOptLI() local
175 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI()
519 final String[] instructionSets = getAppDexInstructionSets( in dumpDexoptState() local
522 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState()
DOtaDexoptService.java402 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts() local
407 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts()
DPackageInstallerSession.java2229 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateApkInstallLocked() local
2232 if (!ArrayUtils.contains(instructionSets, archSubDir.getName())) { in validateApkInstallLocked()
2452 private void createOatDirs(List<String> instructionSets, File fromDir) in createOatDirs() argument
2454 for (String instructionSet : instructionSets) { in createOatDirs()