Searched refs:profile_filename (Results 1 – 3 of 3) sorted by relevance
281 void StartProfileSaver(const std::string& profile_filename,
276 void Jit::StartProfileSaver(const std::string& profile_filename, in StartProfileSaver() argument281 profile_filename, in StartProfileSaver()
1642 for (std::string& profile_filename : profile_filenames) { in MatchNamedComponents()1643 if (profile_filename.find('/') == std::string::npos) { in MatchNamedComponents()1644 profile_filename.insert(/*pos*/ 0u, GetBcpComponentPath(bcp_pos)); in MatchNamedComponents()1910 for (const std::string& profile_filename : profile_filenames) { in CompileBootclasspathElements() local1911 std::unique_ptr<File> profile_file(OS::OpenFileForReading(profile_filename.c_str())); in CompileBootclasspathElements()1914 profile_filename.c_str(), in CompileBootclasspathElements()1928 *error_msg = StringPrintf("Failed to scan profile from %s", profile_filename.c_str()); in CompileBootclasspathElements()2011 for (const std::string& profile_filename : profile_filenames) { in CompileBootclasspathElements() local2012 args.push_back("--profile-file=" + profile_filename); in CompileBootclasspathElements()