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/
DPackageDexOptimizer.java93 String[] instructionSets, boolean checkProfiles, String targetCompilationFilter) { in performDexOpt()
130 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in dumpDexoptState() local
154 final String[] instructionSets = targetInstructionSets != null ? in performDexOptLI() local
DInstructionSets.java82 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets()
DOtaDexoptService.java177 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in moveAbArtifacts() local
DPackageInstallerSession.java807 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateInstallLocked() local
920 private void createOatDirs(List<String> instructionSets, File fromDir) in createOatDirs()