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.java160 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI() local
234 for (String dexCodeIsa : dexCodeInstructionSets) { in performDexOptLI()
452 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState() local
460 for (String isa : dexCodeInstructionSets) { in dumpDexoptState()
DOtaDexoptService.java390 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local
391 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in moveAbArtifacts()
DPackageManagerService.java15206 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
15208 for (String dexCodeInstructionSet : dexCodeInstructionSets) {