Searched refs:getPreferredInstructionSet (Results 1 – 3 of 3) sorted by relevance
50 return new String[] { getPreferredInstructionSet() }; in getAppDexInstructionSets()65 return new String[] { getPreferredInstructionSet() }; in getAppDexInstructionSets()68 public static String getPreferredInstructionSet() { in getPreferredInstructionSet() method in InstructionSets118 return getPreferredInstructionSet(); in getPrimaryInstructionSet()
101 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;12403 getDexCodeInstructionSet(getPreferredInstructionSet())); in adjustCpuAbisForSharedUserLPw()12647 if (VMRuntime.is64BitInstructionSet(getPreferredInstructionSet())) { in setBundledAppAbi()
5394 HSPLcom/android/server/pm/InstructionSets;->getPreferredInstructionSet()Ljava/lang/String;