Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java68 ArraySet<String> dexCodeInstructionSets = new ArraySet<String>(instructionSets.length); in getDexCodeInstructionSets() local
70 dexCodeInstructionSets.add(getDexCodeInstructionSet(instructionSet)); in getDexCodeInstructionSets()
72 return dexCodeInstructionSets.toArray(new String[dexCodeInstructionSets.size()]); in getDexCodeInstructionSets()
DOtaDexoptService.java439 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local
441 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in moveAbArtifacts()
DPackageDexOptimizer.java263 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI() local
381 for (String dexCodeIsa : dexCodeInstructionSets) { in performDexOptLI()