Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc826 profile_file_fd_(kInvalidFd), in Dex2Oat()
1059 const bool have_profile_fd = profile_file_fd_ != kInvalidFd; in ProcessOptions()
1337 AssignIfExists(args, M::ProfileFd, &profile_file_fd_); in ParseArgs()
2536 return profile_file_fd_ != -1 || !profile_file_.empty(); in UseProfile()
2576 if (profile_file_fd_ != -1) { in LoadProfile()
2577 profile_file.reset(new File(DupCloexec(profile_file_fd_), in LoadProfile()
3075 int profile_file_fd_; member in art::Dex2Oat