Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc651 profile_file_fd_(kInvalidFd), in Dex2Oat()
870 const bool have_profile_fd = profile_file_fd_ != kInvalidFd; in ProcessOptions()
1221 AssignIfExists(args, M::ProfileFd, &profile_file_fd_); in ParseArgs()
2312 return profile_file_fd_ != -1 || !profile_file_.empty(); in UseProfile()
2350 if (profile_file_fd_ != -1) { in LoadProfile()
2351 profile_file = LockedFile::DupOf(profile_file_fd_, "profile", in LoadProfile()
2949 int profile_file_fd_; member in art::FINAL