Searched defs:checkProfiles (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java93 String[] instructionSets, boolean checkProfiles, String targetCompilationFilter) {
101 return performDexOptLI(pkg, sharedLibraries, instructionSets, checkProfiles,
153 String[] targetInstructionSets, boolean checkProfiles, String targetCompilerFilter) {
168 checkProfiles = false;
179 if (checkProfiles && isProfileGuidedFilter) {
92 performDexOpt(PackageParser.Package pkg, String[] sharedLibraries, String[] instructionSets, boolean checkProfiles, String targetCompilationFilter) argument
152 performDexOptLI(PackageParser.Package pkg, String[] sharedLibraries, String[] targetInstructionSets, boolean checkProfiles, String targetCompilerFilter) argument
H A DPackageManagerService.java7324 // checkProfiles is false to avoid merging profiles during boot which
7330 false /* checkProfiles */,
7368 false /* checkProfiles */, getFullCompilerFilter(), false /* force */);
7374 boolean checkProfiles, int compileReason, boolean force) {
7375 int dexOptStatus = performDexOptTraced(packageName, checkProfiles,
7382 boolean checkProfiles, String targetCompilerFilter, boolean force) {
7383 int dexOptStatus = performDexOptTraced(packageName, checkProfiles,
7389 boolean checkProfiles, String targetCompilerFilter, boolean force) {
7392 return performDexOptInternal(packageName, checkProfiles,
7402 boolean checkProfiles, Strin
7373 performDexOpt(String packageName, boolean checkProfiles, int compileReason, boolean force) argument
7381 performDexOptMode(String packageName, boolean checkProfiles, String targetCompilerFilter, boolean force) argument
7388 performDexOptTraced(String packageName, boolean checkProfiles, String targetCompilerFilter, boolean force) argument
7401 performDexOptInternal(String packageName, boolean checkProfiles, String targetCompilerFilter, boolean force) argument
7435 performDexOptInternalWithDependenciesLI(PackageParser.Package p, boolean checkProfiles, String targetCompilerFilter, boolean force) argument
[all...]

Completed in 65 milliseconds