Searched refs:reference_profile_file_ (Results 1 – 1 of 1) sorted by relevance
384 reference_profile_file_ = std::string(option.substr(strlen("--reference-profile-file="))); in ParseArgs()424 if (!reference_profile_file_.empty() && FdIsValid(reference_profile_file_fd_)) { in ParseArgs()454 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in ProcessProfiles()497 reference_profile_file_, in ProcessProfiles()650 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpProfileInfo()703 if (!reference_profile_file_.empty()) { in DumpProfileInfo()705 reference_profile_file_, in DumpProfileInfo()805 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpClassesAndMethods()834 if (!reference_profile_file_.empty()) { in DumpClassesAndMethods()835 if (!GetClassNamesAndMethods(reference_profile_file_, &dex_files, &class_names)) { in DumpClassesAndMethods()[all …]