Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java82 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets()
DPackageDexOptimizer.java131 String[] instructionSets, CompilerStats.PackageStats packageStats, in performDexOpt()
160 final String[] instructionSets = targetInstructionSets != null ? in performDexOptLI() local
456 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in dumpDexoptState() local
DOtaDexoptService.java388 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in moveAbArtifacts() local
DPackageInstallerSession.java1736 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateApkInstallLocked() local
1926 private void createOatDirs(List<String> instructionSets, File fromDir) in createOatDirs()