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

/art/dex2oat/
H A Ddex2oat.cc561 profile_file_fd_(kInvalidFd),
844 const bool have_profile_fd = profile_file_fd_ != kInvalidFd;
1195 ParseUintOption(option, "--profile-file-fd", &profile_file_fd_, Usage);
2116 return profile_file_fd_ != -1 || !profile_file_.empty();
2137 if (profile_file_fd_ != -1) {
2140 File file(profile_file_fd_, "profile", /*check_usage*/ false, /*read_only_mode*/ true);
2142 success = profile_compilation_info_->Load(profile_file_fd_);
2774 int profile_file_fd_; member in class:art::FINAL

Completed in 476 milliseconds