Searched refs:profile_file_fd_ (Results 1 – 1 of 1) sorted by relevance
814 profile_file_fd_(kInvalidFd), in Dex2Oat()1043 const bool have_profile_fd = profile_file_fd_ != kInvalidFd; in ProcessOptions()1324 AssignIfExists(args, M::ProfileFd, &profile_file_fd_); in ParseArgs()2528 return profile_file_fd_ != -1 || !profile_file_.empty(); in UseProfile()2566 if (profile_file_fd_ != -1) { in LoadProfile()2567 profile_file = LockedFile::DupOf(profile_file_fd_, "profile", in LoadProfile()3071 int profile_file_fd_; member in art::Dex2Oat