Searched refs:dexCodeInstructionSets (Results 1 – 4 of 4) sorted by relevance
83 ArraySet<String> dexCodeInstructionSets = new ArraySet<String>(instructionSets.length); in getDexCodeInstructionSets() local85 dexCodeInstructionSets.add(getDexCodeInstructionSet(instructionSet)); in getDexCodeInstructionSets()87 return dexCodeInstructionSets.toArray(new String[dexCodeInstructionSets.size()]); in getDexCodeInstructionSets()
162 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI() local236 for (String dexCodeIsa : dexCodeInstructionSets) { in performDexOptLI()445 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState() local453 for (String isa : dexCodeInstructionSets) { in dumpDexoptState()
377 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local378 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in moveAbArtifacts()
15779 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);15781 for (String dexCodeInstructionSet : dexCodeInstructionSets) {