Searched refs:profile_files_fd_ (Results 1 – 2 of 2) sorted by relevance
425 ParseFdForCollection(raw_option, "--profile-file-fd=", &profile_files_fd_); in ParseArgs()486 if (!profile_files_.empty() && !profile_files_fd_.empty()) { in ParseArgs()522 (!profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_))) { in ProcessProfiles()554 result = ProfileAssistant::ProcessProfiles(profile_files_fd_, in ProcessProfiles()558 CloseAllFds(profile_files_fd_, "profile_files_fd_"); in ProcessProfiles()725 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpProfileInfo()750 if (!profile_files_fd_.empty()) { in DumpProfileInfo()751 for (int profile_file_fd : profile_files_fd_) { in DumpProfileInfo()972 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpClassesAndMethods()982 if (!profile_files_fd_.empty()) { in DumpClassesAndMethods()[all …]
109 const std::vector<int>& profile_files_fd_,