Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc250 profile_files_.push_back(option.substr(strlen("--profile-file=")).ToString()); in ParseArgs()
290 if (!profile_files_.empty() && !profile_files_fd_.empty()) { in ParseArgs()
320 if (profile_files_.empty() && profile_files_fd_.empty()) { in ProcessProfiles()
326 if ((!profile_files_.empty() && FdIsValid(reference_profile_file_fd_)) || in ProcessProfiles()
354 if (profile_files_.empty()) { in ProcessProfiles()
363 result = ProfileAssistant::ProcessProfiles(profile_files_, in ProcessProfiles()
505 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpProfileInfo()
529 if (!profile_files_.empty()) { in DumpProfileInfo()
530 for (const std::string& profile_file : profile_files_) { in DumpProfileInfo()
644 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpClassesAndMethods()
[all …]