Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A 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()
H A DPackageDexOptimizer.java277 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI() local
397 for (String dexCodeIsa : dexCodeInstructionSets) { in performDexOptLI()
707 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState() local
715 for (String isa : dexCodeInstructionSets) { in dumpDexoptState()
H A DOtaDexoptService.java440 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local
442 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in moveAbArtifacts()
H A DRemovePackageHelper.java429 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in removeDexFilesLI() local
431 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in removeDexFilesLI()