Home | History | Annotate | Download | only in pm

Lines Matching defs:instructionSets

65 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
66 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
132 String[] instructionSets, CompilerStats.PackageStats packageStats,
144 return performDexOptLI(pkg, sharedLibraries, instructionSets,
160 final String[] instructionSets = targetInstructionSets != null ?
162 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
444 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo);
445 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);