Lines Matching refs:options
34 const Options& options) { in ProcessProfilesInternal() argument
35 ProfileCompilationInfo info(options.IsBootImageMerge()); in ProcessProfilesInternal()
43 if (options.IsBootImageMerge() && !info.IsForBootImage()) { in ProcessProfilesInternal()
54 ProfileCompilationInfo cur_info(options.IsBootImageMerge()); in ProcessProfilesInternal()
57 if (options.IsForceMerge()) { in ProcessProfilesInternal()
64 ProfileCompilationInfo wrong_info(!options.IsBootImageMerge()); in ProcessProfilesInternal()
78 if (!options.IsForceMerge()) { in ProcessProfilesInternal()
83 (options.GetMinNewMethodsPercentChangeForCompilation() * number_of_methods) / 100, in ProcessProfilesInternal()
86 (options.GetMinNewClassesPercentChangeForCompilation() * number_of_classes) / 100, in ProcessProfilesInternal()
106 return options.IsForceMerge() ? ProfmanResult::kSuccess : ProfmanResult::kCompile; in ProcessProfilesInternal()
149 const Options& options) { in ProcessProfiles() argument
173 options); in ProcessProfiles()
180 const Options& options) { in ProcessProfiles() argument
199 options); in ProcessProfiles()