Home
last modified time | relevance | path

Searched refs:getPreferredInstructionSet (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstructionSets.java50 return new String[] { getPreferredInstructionSet() }; in getAppDexInstructionSets()
53 public static String getPreferredInstructionSet() { in getPreferredInstructionSet() method in InstructionSets
106 return getPreferredInstructionSet(); in getPrimaryInstructionSet()
H A DPackageAbiHelperImpl.java27 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
285 if (VMRuntime.is64BitInstructionSet(getPreferredInstructionSet())) { in getBundledAppAbi()
H A DInstallPackageHelper.java51 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
467 getDexCodeInstructionSet(getPreferredInstructionSet())); in commitReconciledScanResultLocked()
H A DPackageManagerService.java45 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
2194 getDexCodeInstructionSet(getPreferredInstructionSet())); in PackageManagerService()
/aosp14/frameworks/base/services/
H A Dart-profile6041 HSPLcom/android/server/pm/InstructionSets;->getPreferredInstructionSet()Ljava/lang/String;