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()
160 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI() local234 for (String dexCodeIsa : dexCodeInstructionSets) { in performDexOptLI()452 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState() local460 for (String isa : dexCodeInstructionSets) { in dumpDexoptState()
390 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local391 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in moveAbArtifacts()
15206 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);15208 for (String dexCodeInstructionSet : dexCodeInstructionSets) {