Home
last modified time | relevance | path

Searched refs:getPreferredInstructionSet (Results 1 – 2 of 2) 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.java94 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
9282 getDexCodeInstructionSet(getPreferredInstructionSet()));
9523 if (VMRuntime.is64BitInstructionSet(getPreferredInstructionSet())) {