Searched refs:profile_file_fd_ (Results 1 – 1 of 1) sorted by relevance
542 profile_file_fd_(File::kInvalidFd), in Dex2Oat()783 const bool have_profile_fd = profile_file_fd_ != File::kInvalidFd; in ProcessOptions()1061 AssignIfExists(args, M::ProfileFd, &profile_file_fd_); in ParseArgs()2330 return profile_file_fd_ != -1 || !profile_file_.empty(); in HasProfileInput()2376 if (profile_file_fd_ != -1) { in LoadProfile()2377 profile_file.reset(new File(DupCloexec(profile_file_fd_), in LoadProfile()2963 int profile_file_fd_; member in art::Dex2Oat