HomeSort by relevance Sort by last modified time
    Searched refs:profile_files_fd_ (Results 1 - 2 of 2) sorted by null

  /art/profman/
profile_assistant.h 59 const std::vector<int>& profile_files_fd_,
profman.cc 203 ParseFdForCollection(option, "--profile-file-fd", &profile_files_fd_);
239 if (!profile_files_.empty() && !profile_files_fd_.empty()) {
253 if (profile_files_.empty() && profile_files_fd_.empty()) {
260 (!profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_))) {
269 result = ProfileAssistant::ProcessProfiles(profile_files_fd_, reference_profile_file_fd_);
270 CloseAllFds(profile_files_fd_, "profile_files_fd_");
348 if (profile_files_.empty() && profile_files_fd_.empty() &&
362 if (!profile_files_fd_.empty()) {
363 for (int profile_file_fd : profile_files_fd_) {
929 std::vector<int> profile_files_fd_; member in class:art::FINAL
    [all...]

Completed in 164 milliseconds