Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h281 void StartProfileSaver(const std::string& profile_filename,
Djit.cc276 void Jit::StartProfileSaver(const std::string& profile_filename, in StartProfileSaver() argument
281 profile_filename, in StartProfileSaver()
/art/runtime/gc/space/
Dimage_space.cc1642 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() local
1911 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() local
2012 args.push_back("--profile-file=" + profile_filename); in CompileBootclasspathElements()