Searched refs:dexCodeInstructionSets (Results 1 – 3 of 3) sorted by relevance
68 ArraySet<String> dexCodeInstructionSets = new ArraySet<String>(instructionSets.length); in getDexCodeInstructionSets() local70 dexCodeInstructionSets.add(getDexCodeInstructionSet(instructionSet)); in getDexCodeInstructionSets()72 return dexCodeInstructionSets.toArray(new String[dexCodeInstructionSets.size()]); in getDexCodeInstructionSets()
439 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local441 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in moveAbArtifacts()
263 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI() local381 for (String dexCodeIsa : dexCodeInstructionSets) { in performDexOptLI()