Searched defs:instructionSets (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ArtPackageInfo.java | 34 List<String> instructionSets, in ArtPackageInfo()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | InstructionSets.java | 70 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets()
|
H A D | PackageDexOptimizer.java | 182 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 D | OtaDexoptService.java | 402 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts() local
|
H A D | PackageInstallerSession.java | 3131 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateApkInstallLocked() local 3529 private void createOatDirs(List<String> instructionSets, File fromDir) in createOatDirs()
|
H A D | PackageManagerService.java | 13024 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
|