Home | History | Annotate | Download | only in pm

Lines Matching defs:compilerFilter

227             final String compilerFilter = getRealCompilerFilter(pkg.applicationInfo,
230 isProfileUpdated(pkg, sharedGid, profileName, compilerFilter);
234 final int dexoptFlags = getDexFlags(pkg, compilerFilter, options);
237 int newResult = dexOptPath(pkg, path, dexCodeIsa, compilerFilter,
263 String compilerFilter, boolean profileUpdated, String classLoaderContext,
266 int dexoptNeeded = getDexoptNeeded(path, isa, compilerFilter, classLoaderContext,
280 + " targetFilter=" + compilerFilter + " oatDir=" + oatDir
290 compilerFilter, pkg.volumeUuid, classLoaderContext, pkg.applicationInfo.seInfo,
376 String compilerFilter = getRealCompilerFilter(info, options.getCompilerFilter(),
380 int dexoptFlags = getDexFlags(info, compilerFilter, options) | DEXOPT_SECONDARY_DEX;
395 + " target-filter=" + compilerFilter);
412 compilerFilter, info.volumeUuid, classLoaderContext, info.seInfoUser,
520 private int getDexFlags(PackageParser.Package pkg, String compilerFilter,
522 return getDexFlags(pkg.applicationInfo, compilerFilter, options);
529 private int getDexFlags(ApplicationInfo info, String compilerFilter, DexoptOptions options) {
536 boolean isProfileGuidedFilter = isProfileGuidedCompilerFilter(compilerFilter);
579 private int getDexoptNeeded(String path, String isa, String compilerFilter,
583 dexoptNeeded = DexFile.getDexOptNeeded(path, isa, compilerFilter, classLoaderContext,
601 String compilerFilter) {
603 if (!isProfileGuidedCompilerFilter(compilerFilter)) {