Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc254 reference_profile_file_ = option.substr(strlen("--reference-profile-file=")).ToString(); in ParseArgs()
293 if (!reference_profile_file_.empty() && FdIsValid(reference_profile_file_fd_)) { in ParseArgs()
323 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in ProcessProfiles()
364 reference_profile_file_, in ProcessProfiles()
506 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpProfileInfo()
548 if (!reference_profile_file_.empty()) { in DumpProfileInfo()
550 reference_profile_file_, in DumpProfileInfo()
645 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpClassesAndMethods()
674 if (!reference_profile_file_.empty()) { in DumpClassesAndMethods()
675 if (!GetClassNamesAndMethods(reference_profile_file_, &dex_files, &class_names)) { in DumpClassesAndMethods()
[all …]