Searched refs:targetInstructionSets (Results 1 – 1 of 1) sorted by relevance
153 String[] targetInstructionSets, boolean checkProfiles, String targetCompilerFilter) { in performDexOptLI() argument154 final String[] instructionSets = targetInstructionSets != null ? in performDexOptLI()155 targetInstructionSets : getAppDexInstructionSets(pkg.applicationInfo); in performDexOptLI()