Searched refs:getPreferredInstructionSet (Results 1 – 5 of 5) 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;285 if (VMRuntime.is64BitInstructionSet(getPreferredInstructionSet())) { in getBundledAppAbi()
51 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;467 getDexCodeInstructionSet(getPreferredInstructionSet())); in commitReconciledScanResultLocked()
45 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;2194 getDexCodeInstructionSet(getPreferredInstructionSet())); in PackageManagerService()
6041 HSPLcom/android/server/pm/InstructionSets;->getPreferredInstructionSet()Ljava/lang/String;