Lines Matching refs:profile_files_
250 profile_files_.push_back(option.substr(strlen("--profile-file=")).ToString()); in ParseArgs()
290 if (!profile_files_.empty() && !profile_files_fd_.empty()) { in ParseArgs()
320 if (profile_files_.empty() && profile_files_fd_.empty()) { in ProcessProfiles()
326 if ((!profile_files_.empty() && FdIsValid(reference_profile_file_fd_)) || in ProcessProfiles()
354 if (profile_files_.empty()) { in ProcessProfiles()
363 result = ProfileAssistant::ProcessProfiles(profile_files_, in ProcessProfiles()
505 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpProfileInfo()
529 if (!profile_files_.empty()) { in DumpProfileInfo()
530 for (const std::string& profile_file : profile_files_) { in DumpProfileInfo()
644 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpClassesAndMethods()
661 if (!profile_files_.empty()) { in DumpClassesAndMethods()
662 for (const std::string& profile_file : profile_files_) { in DumpClassesAndMethods()
1043 if (!profile_files_.empty() || !profile_files_fd_.empty()) { in CreateProfile()
1105 if (!profile_files_.empty()) { in CreateBootProfile()
1106 for (const std::string& profile_file : profile_files_) { in CreateBootProfile()
1184 if (!(profile_files_.size() == 1 ^ profile_files_fd_.size() == 1)) { in CopyAndUpdateProfileKey()
1205 : profile.Load(profile_files_[0], /*clear_if_invalid*/ false); in CopyAndUpdateProfileKey()
1248 std::vector<std::string> profile_files_; member in art::FINAL