Searched refs:profile_files_ (Results 1 – 1 of 1) sorted by relevance
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()[all …]