HomeSort by relevance Sort by last modified time
    Searched refs:instructionSets (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
InstructionSets.java 35 public class InstructionSets {
82 public static String[] getDexCodeInstructionSets(String[] instructionSets) {
83 ArraySet<String> dexCodeInstructionSets = new ArraySet<String>(instructionSets.length);
84 for (String instructionSet : instructionSets) {
PackageDexOptimizer.java 54 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
55 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
115 String[] instructionSets, boolean checkProfiles, String targetCompilationFilter,
123 return performDexOptLI(pkg, sharedLibraries, instructionSets, checkProfiles,
140 final String[] instructionSets = targetInstructionSets != null ?
142 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
353 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo);
354 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
OtaDexoptService.java 19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
20 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
257 String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo);
259 for (String isa : instructionSets) {
389 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo);
391 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
PackageInstallerSession.java     [all...]
PackageManagerService.java 94 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
95 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSet;
96 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
97 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
98 import static com.android.server.pm.InstructionSets.getPrimaryInstructionSet;
    [all...]

Completed in 239 milliseconds