Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java93 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
DInstructionSets.java82 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets()
DOtaDexoptService.java255 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in moveAbArtifacts() local
DPackageInstallerSession.java807 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateInstallLocked() local
920 private void createOatDirs(List<String> instructionSets, File fromDir) in createOatDirs()
DPackageManagerService.java7312 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()