Home
last modified time | relevance | path

Searched refs:dexCodeInstructionSets (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java83 ArraySet<String> dexCodeInstructionSets = new ArraySet<String>(instructionSets.length); in getDexCodeInstructionSets() local
85 dexCodeInstructionSets.add(getDexCodeInstructionSet(instructionSet)); in getDexCodeInstructionSets()
87 return dexCodeInstructionSets.toArray(new String[dexCodeInstructionSets.size()]); in getDexCodeInstructionSets()
DPackageDexOptimizer.java131 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState() local
135 for (String instructionSet : dexCodeInstructionSets) { in dumpDexoptState()
194 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI() local
195 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in performDexOptLI()
DOtaDexoptService.java179 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local
180 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in moveAbArtifacts()
DPackageManagerService.java2353 final String[] dexCodeInstructionSets = in PackageManagerService() local
2365 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in PackageManagerService()
13292 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
13294 for (String dexCodeInstructionSet : dexCodeInstructionSets) {