Home
last modified time | relevance | path

Searched refs:getPreferredInstructionSet (Results 1 – 4 of 4) 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
121 return getPreferredInstructionSet(); in getPrimaryInstructionSet()
DPackageAbiHelperImpl.java25 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
280 if (VMRuntime.is64BitInstructionSet(getPreferredInstructionSet())) { in getBundledAppAbi()
DPackageManagerService.java102 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
3058 getDexCodeInstructionSet(getPreferredInstructionSet())); in PackageManagerService()
11046 getDexCodeInstructionSet(getPreferredInstructionSet()));
/frameworks/base/services/
Dart-profile10402 HSPLcom/android/server/pm/InstructionSets;->getPreferredInstructionSet()Ljava/lang/String;