Searched refs:profile_file_fd_ (Results 1 – 1 of 1) sorted by relevance
620 profile_file_fd_(kInvalidFd), in Dex2Oat()903 const bool have_profile_fd = profile_file_fd_ != kInvalidFd; in ProcessOptions()1263 ParseUintOption(option, "--profile-file-fd", &profile_file_fd_, Usage); in ParseArgs()2294 return profile_file_fd_ != -1 || !profile_file_.empty(); in UseProfile()2320 if (profile_file_fd_ != -1) { in LoadProfile()2321 profile_file = LockedFile::DupOf(profile_file_fd_, "profile", in LoadProfile()2930 int profile_file_fd_; member in art::FINAL