Searched refs:profile_files_fd_ (Results 1 – 2 of 2) sorted by relevance
382 ParseFdForCollection(raw_option, "--profile-file-fd=", &profile_files_fd_); in ParseArgs()421 if (!profile_files_.empty() && !profile_files_fd_.empty()) { in ParseArgs()451 if (profile_files_.empty() && profile_files_fd_.empty()) { in ProcessProfiles()458 (!profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_))) { in ProcessProfiles()490 result = ProfileAssistant::ProcessProfiles(profile_files_fd_, in ProcessProfiles()494 CloseAllFds(profile_files_fd_, "profile_files_fd_"); in ProcessProfiles()649 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpProfileInfo()674 if (!profile_files_fd_.empty()) { in DumpProfileInfo()675 for (int profile_file_fd : profile_files_fd_) { in DumpProfileInfo()804 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpClassesAndMethods()[all …]
90 const std::vector<int>& profile_files_fd_,