Searched refs:getPreferredInstructionSet (Results 1 – 2 of 2) sorted by relevance
50 return new String[] { getPreferredInstructionSet() }; in getAppDexInstructionSets()65 return new String[] { getPreferredInstructionSet() }; in getAppDexInstructionSets()68 public static String getPreferredInstructionSet() { in getPreferredInstructionSet() method in InstructionSets118 return getPreferredInstructionSet(); in getPrimaryInstructionSet()
100 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;3055 getDexCodeInstructionSet(getPreferredInstructionSet())); in PackageManagerService()10346 getDexCodeInstructionSet(getPreferredInstructionSet()));12163 if (VMRuntime.is64BitInstructionSet(getPreferredInstructionSet())) {