Searched refs:dexCodeInstructionSets (Results 1 – 4 of 4) sorted by relevance
71 ArraySet<String> dexCodeInstructionSets = new ArraySet<String>(instructionSets.length); in getDexCodeInstructionSets() local73 dexCodeInstructionSets.add(getDexCodeInstructionSet(instructionSet)); in getDexCodeInstructionSets()75 return dexCodeInstructionSets.toArray(new String[dexCodeInstructionSets.size()]); in getDexCodeInstructionSets()
188 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI() local267 for (String dexCodeIsa : dexCodeInstructionSets) { in performDexOptLI()563 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState() local571 for (String isa : dexCodeInstructionSets) { in dumpDexoptState()
407 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local408 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in moveAbArtifacts()
18647 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in removeDexFiles() local18649 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in removeDexFiles()