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.java71 ArraySet<String> dexCodeInstructionSets = new ArraySet<String>(instructionSets.length); in getDexCodeInstructionSets() local
73 dexCodeInstructionSets.add(getDexCodeInstructionSet(instructionSet)); in getDexCodeInstructionSets()
75 return dexCodeInstructionSets.toArray(new String[dexCodeInstructionSets.size()]); in getDexCodeInstructionSets()
DPackageDexOptimizer.java188 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI() local
267 for (String dexCodeIsa : dexCodeInstructionSets) { in performDexOptLI()
563 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState() local
571 for (String isa : dexCodeInstructionSets) { in dumpDexoptState()
DOtaDexoptService.java407 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local
408 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in moveAbArtifacts()
DPackageManagerService.java18647 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in removeDexFiles() local
18649 for (String dexCodeInstructionSet : dexCodeInstructionSets) { in removeDexFiles()