Searched refs:profile_file_fd_ (Results 1 – 1 of 1) sorted by relevance
539 profile_file_fd_(kInvalidFd), in Dex2Oat()800 const bool have_profile_fd = profile_file_fd_ != kInvalidFd; in ProcessOptions()1120 ParseUintOption(option, "--profile-file-fd", &profile_file_fd_, Usage); in ParseArgs()1882 if (profile_file_fd_ != -1) { in LoadProfile()1885 File file(profile_file_fd_, "profile", /*check_usage*/ false, /*read_only_mode*/ true); in LoadProfile()1887 success = profile_compilation_info_->Load(profile_file_fd_); in LoadProfile()2496 int profile_file_fd_; member in art::FINAL