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()
131 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState() local135 for (String instructionSet : dexCodeInstructionSets) { in dumpDexoptState()194 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI() local195 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in performDexOptLI()
179 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local180 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in moveAbArtifacts()
2353 final String[] dexCodeInstructionSets = in PackageManagerService() local2365 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in PackageManagerService()13292 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);13294 for (String dexCodeInstructionSet : dexCodeInstructionSets) {