Lines Matching refs:profile_files_
417 profile_files_.push_back(std::string(option.substr(strlen("--profile-file=")))); in ParseArgs()
476 if (!profile_files_.empty() && !profile_files_fd_.empty()) { in ParseArgs()
506 if (profile_files_.empty() && profile_files_fd_.empty()) { in ProcessProfiles()
512 if ((!profile_files_.empty() && FdIsValid(reference_profile_file_fd_)) || in ProcessProfiles()
541 if (profile_files_.empty()) { in ProcessProfiles()
551 result = ProfileAssistant::ProcessProfiles(profile_files_, in ProcessProfiles()
711 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpProfileInfo()
748 for (const std::string& profile_file : profile_files_) { in DumpProfileInfo()
944 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpClassesAndMethods()
961 if (!profile_files_.empty()) { in DumpClassesAndMethods()
962 for (const std::string& profile_file : profile_files_) { in DumpClassesAndMethods()
1661 if (!profile_files_.empty() || !profile_files_fd_.empty()) { in CreateBootProfile()
1716 if (!profile_files_.empty() || !profile_files_fd_.empty()) { in CreateProfile()
1772 if (profile_files_.size() < 1) { in CreateBootImageProfile()
1785 profile_files_, in CreateBootImageProfile()
1859 if (!(profile_files_.size() == 1 ^ profile_files_fd_.size() == 1)) { in CopyAndUpdateProfileKey()
1880 : profile.Load(profile_files_[0], /*clear_if_invalid=*/ false); in CopyAndUpdateProfileKey()
1923 std::vector<std::string> profile_files_; member in art::ProfMan