Home
last modified time | relevance | path

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

/aosp12/art/profman/
H A Dprofman.cc476 if (!profile_files_.empty() && !profile_files_fd_.empty()) { in ParseArgs()
506 if (profile_files_.empty() && profile_files_fd_.empty()) { in ProcessProfiles()
541 if (profile_files_.empty()) { in ProcessProfiles()
711 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpProfileInfo()
748 for (const std::string& profile_file : profile_files_) { in DumpProfileInfo()
944 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpClassesAndMethods()
961 if (!profile_files_.empty()) { in DumpClassesAndMethods()
962 for (const std::string& profile_file : profile_files_) { in DumpClassesAndMethods()
1772 if (profile_files_.size() < 1) { in CreateBootImageProfile()
1785 profile_files_, in CreateBootImageProfile()
[all …]