Searched refs:dexCodeInstructionSets (Results 1 – 4 of 4) 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()
277 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI() local397 for (String dexCodeIsa : dexCodeInstructionSets) { in performDexOptLI()707 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState() local715 for (String isa : dexCodeInstructionSets) { in dumpDexoptState()
440 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local442 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in moveAbArtifacts()
429 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in removeDexFilesLI() local431 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in removeDexFilesLI()