Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java50 return new String[] { getPreferredInstructionSet() }; in getAppDexInstructionSets()
65 return new String[] { getPreferredInstructionSet() }; in getAppDexInstructionSets()
68 public static String getPreferredInstructionSet() { in getPreferredInstructionSet() method in InstructionSets
118 return getPreferredInstructionSet(); in getPrimaryInstructionSet()
DPackageManagerService.java102 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
3134 getDexCodeInstructionSet(getPreferredInstructionSet())); in PackageManagerService()
11105 getDexCodeInstructionSet(getPreferredInstructionSet()));
12811 if (VMRuntime.is64BitInstructionSet(getPreferredInstructionSet())) {
/frameworks/base/services/
Dart-profile10402 HSPLcom/android/server/pm/InstructionSets;->getPreferredInstructionSet()Ljava/lang/String;