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()
94 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;9282 getDexCodeInstructionSet(getPreferredInstructionSet()));9523 if (VMRuntime.is64BitInstructionSet(getPreferredInstructionSet())) {