Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java94 String[] supportedInstructionSets = new String[Build.SUPPORTED_ABIS.length]; in getAllDexCodeInstructionSets() local
95 for (int i = 0; i < supportedInstructionSets.length; i++) { in getAllDexCodeInstructionSets()
97 supportedInstructionSets[i] = VMRuntime.getInstructionSet(abi); in getAllDexCodeInstructionSets()
99 return getDexCodeInstructionSets(supportedInstructionSets); in getAllDexCodeInstructionSets()