Searched refs:profile_files_fd_ (Results 1 - 2 of 2) sorted by relevance

/art/profman/
H A Dprofile_assistant.h59 const std::vector<int>& profile_files_fd_,
H A Dprofman.cc153 ParseFdForCollection(option, "--profile-file-fd", &profile_files_fd_);
167 bool has_profiles = !profile_files_.empty() || !profile_files_fd_.empty();
175 if (!profile_files_.empty() && !profile_files_fd_.empty()) {
186 (!dump_only_ && !profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_))) {
198 result = ProfileAssistant::ProcessProfiles(profile_files_fd_, reference_profile_file_fd_);
199 CloseAllFds(profile_files_fd_, "profile_files_fd_");
262 if (!profile_files_fd_.empty()) {
263 for (int profile_file_fd : profile_files_fd_) {
344 std::vector<int> profile_files_fd_; member in class:art::FINAL
[all...]

Completed in 53 milliseconds