Searched refs:instructionSets (Results 1 – 4 of 4) sorted by relevance
70 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets() argument71 ArraySet<String> dexCodeInstructionSets = new ArraySet<String>(instructionSets.length); in getDexCodeInstructionSets()72 for (String instructionSet : instructionSets) { in getDexCodeInstructionSets()
137 String[] instructionSets, CompilerStats.PackageStats packageStats, in performDexOpt() argument153 return performDexOptLI(pkg, pkgSetting, instructionSets, in performDexOpt()171 final String[] instructionSets = targetInstructionSets != null ? in performDexOptLI() local175 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI()519 final String[] instructionSets = getAppDexInstructionSets( in dumpDexoptState() local522 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState()
402 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts() local407 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts()
2229 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateApkInstallLocked() local2232 if (!ArrayUtils.contains(instructionSets, archSubDir.getName())) { in validateApkInstallLocked()2452 private void createOatDirs(List<String> instructionSets, File fromDir) in createOatDirs() argument2454 for (String instructionSet : instructionSets) { in createOatDirs()