Searched refs:getPreferredInstructionSet (Results 1 – 4 of 4) sorted by relevance
53 return new String[] { getPreferredInstructionSet() }; in getAppDexInstructionSets()56 public static String getPreferredInstructionSet() { in getPreferredInstructionSet() method in InstructionSets109 return getPreferredInstructionSet(); in getPrimaryInstructionSet()
27 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;284 if (VMRuntime.is64BitInstructionSet(getPreferredInstructionSet())) { in getBundledAppAbi()
122 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;7950 getDexCodeInstructionSet(getPreferredInstructionSet())); in PackageManagerService()14173 getDexCodeInstructionSet(getPreferredInstructionSet()));
29758 HSPLcom/android/server/pm/InstructionSets;->getPreferredInstructionSet()Ljava/lang/String;