Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc427 reference_profile_file_ = std::string(option.substr(strlen("--reference-profile-file="))); in ParseArgs()
489 if (!reference_profile_file_.empty() && FdIsValid(reference_profile_file_fd_)) { in ParseArgs()
518 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in ProcessProfiles()
550 if (reference_profile_file_.empty()) { in ProcessProfiles()
561 reference_profile_file_, in ProcessProfiles()
726 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpProfileInfo()
779 if (!reference_profile_file_.empty()) { in DumpProfileInfo()
781 reference_profile_file_, in DumpProfileInfo()
973 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpClassesAndMethods()
1002 if (!reference_profile_file_.empty()) { in DumpClassesAndMethods()
[all …]