Home
last modified time | relevance | path

Searched refs:IsBootImageMerge (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/profman/
H A Dprofile_assistant.cc35 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()
H A Dprofile_assistant.h51 bool IsBootImageMerge() const { return boot_image_merge_; } in IsBootImageMerge() function