[go: nahoru, domu]

Searched refs:instructionSets (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DInstructionSets.java82 public static String[] getDexCodeInstructionSets(String[] instructionSets) { argument
83 ArraySet<String> dexCodeInstructionSets = new ArraySet<String>(instructionSets.length);
84 for (String instructionSet : instructionSets) {
H A DPackageDexOptimizer.java93 String[] instructionSets, boolean checkProfiles, String targetCompilationFilter) {
101 return performDexOptLI(pkg, sharedLibraries, instructionSets, checkProfiles,
130 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo);
131 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
154 final String[] instructionSets = targetInstructionSets != null ?
194 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
92 performDexOpt(PackageParser.Package pkg, String[] sharedLibraries, String[] instructionSets, boolean checkProfiles, String targetCompilationFilter) argument
H A DOtaDexoptService.java177 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo);
179 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
H A DPackageInstallerSession.java807 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets();
810 if (!ArrayUtils.contains(instructionSets, archSubDir.getName())) {
920 private void createOatDirs(List<String> instructionSets, File fromDir) argument
922 for (String instructionSet : instructionSets) {
H A DPackageManagerService.java7448 final String[] instructionSets = getAppDexInstructionSets(p.applicationInfo);
7453 pdo.performDexOpt(depPackage, null /* sharedLibraries */, instructionSets,
7458 return pdo.performDexOpt(p, p.usesLibraryFiles, instructionSets, checkProfiles,
13165 String resourcePath, String[] instructionSets) {
13182 return new AsecInstallArgs(codePath, instructionSets,
13185 return new FileInstallArgs(codePath, resourcePath, instructionSets);
13211 /* nullable */ String[] instructionSets; field in class:PackageManagerService.InstallArgs
13215 UserHandle user, String[] instructionSets,
13225 this.instructionSets = instructionSets;
13164 createInstallArgsForExisting(int installFlags, String codePath, String resourcePath, String[] instructionSets) argument
13213 InstallArgs(OriginInfo origin, MoveInfo move, IPackageInstallObserver2 observer, int installFlags, String installerPackageName, String volumeUuid, UserHandle user, String[] instructionSets, String abiOverride, String[] installGrantPermissions, String traceMethod, int traceCookie, Certificate[][] certificates) argument
13287 removeDexFiles(List<String> allCodePaths, String[] instructionSets) argument
13332 FileInstallArgs(String codePath, String resourcePath, String[] instructionSets) argument
13563 AsecInstallArgs(String fullCodePath, String[] instructionSets, boolean isExternal, boolean isForwardLocked) argument
13581 AsecInstallArgs(String cid, String[] instructionSets, boolean isForwardLocked) argument
[all...]

Completed in 123 milliseconds