Searched refs:supportedInstructionSets (Results 1 – 1 of 1) sorted by relevance
94 String[] supportedInstructionSets = new String[Build.SUPPORTED_ABIS.length]; in getAllDexCodeInstructionSets() local95 for (int i = 0; i < supportedInstructionSets.length; i++) { in getAllDexCodeInstructionSets()97 supportedInstructionSets[i] = VMRuntime.getInstructionSet(abi); in getAllDexCodeInstructionSets()99 return getDexCodeInstructionSets(supportedInstructionSets); in getAllDexCodeInstructionSets()