Searched refs:profile_file_fds_ (Results 1 – 1 of 1) sorted by relevance
810 const bool have_profile_fd = !profile_file_fds_.empty(); in ProcessOptions()1094 AssignIfExists(args, M::ProfileFd, &profile_file_fds_); in ParseArgs()2337 bool HasProfileInput() const { return !profile_file_fds_.empty() || !profile_files_.empty(); } in HasProfileInput()2368 if (!profile_file_fds_.empty()) { in LoadProfile()2369 for (int fd : profile_file_fds_) { in LoadProfile()2973 std::vector<int> profile_file_fds_; member in art::Dex2Oat