Searched refs:getPreferredInstructionSet (Results 1 – 3 of 3) sorted by relevance
50 return new String[] { getPreferredInstructionSet() }; in getAppDexInstructionSets()53 public static String getPreferredInstructionSet() { in getPreferredInstructionSet() method in InstructionSets106 return getPreferredInstructionSet(); in getPrimaryInstructionSet()
27 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;302 if (VMRuntime.is64BitInstructionSet(getPreferredInstructionSet())) { in getBundledAppAbi()
18297 PLcom/android/server/pm/InstructionSets;->getPreferredInstructionSet()Ljava/lang/String;