Searched defs:instructionSets (Results  1 – 7 of 7) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/pm/ | 
| D | InstallArgs.java | 73             UserHandle user, String[] instructionSets, String abiOverride,  in InstallArgs()107     InstallArgs(String codePath, String[] instructionSets) {  in InstallArgs()
 
 | 
| D | RemovePackageHelper.java | 395     void cleanUpResources(File codeFile, String[] instructionSets) {  in cleanUpResources()403     private void cleanUpResourcesLI(File codeFile, String[] instructionSets) {  in cleanUpResourcesLI()
 421     private void removeDexFilesLI(List<String> allCodePaths, String[] instructionSets) {  in removeDexFilesLI()
 
 | 
| D | InstructionSets.java | 67     public static String[] getDexCodeInstructionSets(String[] instructionSets) {  in getDexCodeInstructionSets()
 | 
| D | PackageDexOptimizer.java | 225             String[] instructionSets, CompilerStats.PackageStats packageStats,  in performDexOpt()273         final String[] instructionSets = targetInstructionSets != null ?  in performDexOptLI()  local
 705         final String[] instructionSets = getAppDexInstructionSets(pkgSetting.getPrimaryCpuAbi(),  in dumpDexoptState()  local
 
 | 
| D | OtaDexoptService.java | 435             final String[] instructionSets = getAppDexInstructionSets(  in moveAbArtifacts()  local
 | 
| D | DexOptHelper.java | 565         final String[] instructionSets = getAppDexInstructionSets(  in performDexOptInternalWithDependenciesLI()  local
 | 
| /frameworks/base/services/core/java/com/android/server/pm/dex/ | 
| D | ArtPackageInfo.java | 34             List<String> instructionSets,  in ArtPackageInfo()
 |