Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DArtPackageInfo.java34 List<String> instructionSets, in ArtPackageInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstructionSets.java70 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets()
H A DPackageDexOptimizer.java182 String[] instructionSets, CompilerStats.PackageStats packageStats, in performDexOpt()
218 final String[] instructionSets = targetInstructionSets != null ? in performDexOptLI() local
594 final String[] instructionSets = getAppDexInstructionSets( in dumpDexoptState() local
H A DOtaDexoptService.java402 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts() local
H A DPackageInstallerSession.java3131 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateApkInstallLocked() local
3529 private void createOatDirs(List<String> instructionSets, File fromDir) in createOatDirs()
H A DPackageManagerService.java13024 final String[] instructionSets = getAppDexInstructionSets( in performDexOptInternalWithDependenciesLI() local
18651 private InstallArgs createInstallArgsForExisting(String codePath, String[] instructionSets) { in createInstallArgsForExisting()
18683 /* nullable */ String[] instructionSets; field in InstallArgs
18687 UserHandle user, String[] instructionSets, in InstallArgs()
18771 void removeDexFiles(List<String> allCodePaths, String[] instructionSets) { in removeDexFiles()
18809 FileInstallArgs(String codePath, String[] instructionSets) { in FileInstallArgs()
18811 null, null, instructionSets, null, null, null, MODE_DEFAULT, null, 0, in FileInstallArgs() local