Searched refs:targetInstructionSets (Results 1 – 1 of 1) sorted by relevance
4840 private int performDexOptLI(PackageParser.Package pkg, String[] targetInstructionSets, in performDexOptLI() argument4842 final String[] instructionSets = targetInstructionSets != null ? in performDexOptLI()4843 targetInstructionSets : getAppDexInstructionSets(pkg.applicationInfo); in performDexOptLI()