Home
last modified time | relevance | path

Searched defs: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
DPackageDexOptimizer.java132 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState() local
196 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI() local
DOtaDexoptService.java257 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts() local
DPackageManagerService.java2185 final String[] dexCodeInstructionSets = in PackageManagerService() local
13181 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in removeDexFiles() local