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.java162 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI() local
236 for (String dexCodeIsa : dexCodeInstructionSets) { in performDexOptLI()
457 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState() local
465 for (String isa : dexCodeInstructionSets) { in dumpDexoptState()
DOtaDexoptService.java390 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local
391 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in moveAbArtifacts()
DPackageManagerService.java15676 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
15678 for (String dexCodeInstructionSet : dexCodeInstructionSets) {