Home
last modified time | relevance | path

Searched defs:instructionSets (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstallArgs.java73 UserHandle user, String[] instructionSets, String abiOverride, in InstallArgs()
107 InstallArgs(String codePath, String[] instructionSets) { in InstallArgs()
DRemovePackageHelper.java395 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()
DInstructionSets.java67 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets()
DPackageDexOptimizer.java225 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
DOtaDexoptService.java435 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts() local
DDexOptHelper.java565 final String[] instructionSets = getAppDexInstructionSets( in performDexOptInternalWithDependenciesLI() local
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtPackageInfo.java34 List<String> instructionSets, in ArtPackageInfo()