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()457 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState() local465 for (String isa : dexCodeInstructionSets) { in dumpDexoptState()
390 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local391 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in moveAbArtifacts()
15676 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);15678 for (String dexCodeInstructionSet : dexCodeInstructionSets) {