Searched refs:profile_filename (Results 1 – 3 of 3) sorted by relevance
1458 std::string profile_filename; member1514 const std::string& profile_filename,1664 std::string profile_filename; // Empty. in MatchNamedComponents() local1667 profile_filename = component.substr(profile_separator_pos + 1u); in MatchNamedComponents()1668 DCHECK(!profile_filename.empty()); // Checked by VerifyImageLocation() in MatchNamedComponents()1709 if (!profile_filename.empty() && profile_filename.find('/') == std::string::npos) { in MatchNamedComponents()1710 profile_filename.insert(/*pos*/ 0u, GetBcpComponentPath(bcp_pos)); in MatchNamedComponents()1715 location.profile_filename = profile_filename; in MatchNamedComponents()1855 const std::string& profile_filename, in CompileExtension() argument1862 DCHECK(!profile_filename.empty()); in CompileExtension()[all …]
344 void StartProfileSaver(const std::string& profile_filename,
393 void Jit::StartProfileSaver(const std::string& profile_filename, in StartProfileSaver() argument398 profile_filename, in StartProfileSaver()