Searched defs:instructionSets (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | InstallArgs.java | 73 UserHandle user, String[] instructionSets, String abiOverride, in InstallArgs() 107 InstallArgs(String codePath, String[] instructionSets) { in InstallArgs()
|
H A 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()
|
H A D | InstructionSets.java | 67 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets()
|
H A 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
|
H A D | OtaDexoptService.java | 435 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts() local
|
H A D | DexOptHelper.java | 565 final String[] instructionSets = getAppDexInstructionSets( in performDexOptInternalWithDependenciesLI() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ArtPackageInfo.java | 34 List<String> instructionSets, in ArtPackageInfo()
|