Home
last modified time | relevance | path

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

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