Searched refs:IsBootImageMerge (Results 1 – 2 of 2) sorted by relevance
35 ProfileCompilationInfo info(options.IsBootImageMerge()); in ProcessProfilesInternal()43 if (options.IsBootImageMerge() && !info.IsForBootImage()) { in ProcessProfilesInternal()54 ProfileCompilationInfo cur_info(options.IsBootImageMerge()); in ProcessProfilesInternal()64 ProfileCompilationInfo wrong_info(!options.IsBootImageMerge()); in ProcessProfilesInternal()
51 bool IsBootImageMerge() const { return boot_image_merge_; } in IsBootImageMerge() function