Searched defs:instructionSets (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | PackageDexOptimizer.java | 93 String[] instructionSets, boolean checkProfiles, String targetCompilationFilter, in performDexOpt() 131 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in dumpDexoptState() local 156 final String[] instructionSets = targetInstructionSets != null ? in performDexOptLI() local
|
| D | InstructionSets.java | 82 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets()
|
| D | OtaDexoptService.java | 255 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in moveAbArtifacts() local
|
| D | PackageInstallerSession.java | 807 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateInstallLocked() local 920 private void createOatDirs(List<String> instructionSets, File fromDir) in createOatDirs()
|
| D | PackageManagerService.java | 7312 final String[] instructionSets = getAppDexInstructionSets(p.applicationInfo); in performDexOptInternalWithDependenciesLI() local 13054 String resourcePath, String[] instructionSets) { in createInstallArgsForExisting() 13100 /* nullable */ String[] instructionSets; field in PackageManagerService.InstallArgs 13104 UserHandle user, String[] instructionSets, in InstallArgs() 13176 private void removeDexFiles(List<String> allCodePaths, String[] instructionSets) { in removeDexFiles() 13221 FileInstallArgs(String codePath, String resourcePath, String[] instructionSets) { in FileInstallArgs() 13222 super(OriginInfo.fromNothing(), null, null, 0, null, null, null, instructionSets, in FileInstallArgs() local 13452 AsecInstallArgs(String fullCodePath, String[] instructionSets, in AsecInstallArgs() 13470 AsecInstallArgs(String cid, String[] instructionSets, boolean isForwardLocked) { in AsecInstallArgs()
|