Searched refs:profile_file_ (Results 1 – 3 of 3) sorted by relevance
178 return profile_file_; in GetProfileFile()316 const std::string profile_file_; variable
93 profile_file_(profile_file) { in ImageSpace()
782 const bool have_profile_file = !profile_file_.empty(); in ProcessOptions()1060 AssignIfExists(args, M::Profile, &profile_file_); in ParseArgs()2330 return profile_file_fd_ != -1 || !profile_file_.empty(); in HasProfileInput()2381 } else if (profile_file_ != "") { in LoadProfile()2382 profile_file.reset(OS::OpenFileForReading(profile_file_.c_str())); in LoadProfile()2962 std::string profile_file_; member in art::Dex2Oat