Searched refs:getPreferredInstructionSet (Results 1 – 4 of 4) 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 InstructionSets121 return getPreferredInstructionSet(); in getPrimaryInstructionSet()
25 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;280 if (VMRuntime.is64BitInstructionSet(getPreferredInstructionSet())) { in getBundledAppAbi()
102 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;3058 getDexCodeInstructionSet(getPreferredInstructionSet())); in PackageManagerService()11046 getDexCodeInstructionSet(getPreferredInstructionSet()));
10402 HSPLcom/android/server/pm/InstructionSets;->getPreferredInstructionSet()Ljava/lang/String;