Lines Matching refs:profile_files_
380 profile_files_.push_back(std::string(option.substr(strlen("--profile-file=")))); in ParseArgs()
421 if (!profile_files_.empty() && !profile_files_fd_.empty()) { in ParseArgs()
451 if (profile_files_.empty() && profile_files_fd_.empty()) { in ProcessProfiles()
457 if ((!profile_files_.empty() && FdIsValid(reference_profile_file_fd_)) || in ProcessProfiles()
486 if (profile_files_.empty()) { in ProcessProfiles()
496 result = ProfileAssistant::ProcessProfiles(profile_files_, in ProcessProfiles()
649 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpProfileInfo()
686 for (const std::string& profile_file : profile_files_) { in DumpProfileInfo()
804 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpClassesAndMethods()
821 if (!profile_files_.empty()) { in DumpClassesAndMethods()
822 for (const std::string& profile_file : profile_files_) { in DumpClassesAndMethods()
1249 if (!profile_files_.empty() || !profile_files_fd_.empty()) { in CreateBootProfile()
1304 if (!profile_files_.empty() || !profile_files_fd_.empty()) { in CreateProfile()
1348 if (profile_files_.size() < 1) { in CreateBootImageProfile()
1361 profile_files_, in CreateBootImageProfile()
1435 if (!(profile_files_.size() == 1 ^ profile_files_fd_.size() == 1)) { in CopyAndUpdateProfileKey()
1456 : profile.Load(profile_files_[0], /*clear_if_invalid=*/ false); in CopyAndUpdateProfileKey()
1499 std::vector<std::string> profile_files_; member in art::ProfMan