Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1458 std::string profile_filename; member
1514 const std::string& profile_filename,
1664 std::string profile_filename; // Empty. in MatchNamedComponents() local
1667 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() argument
1862 DCHECK(!profile_filename.empty()); in CompileExtension()
[all …]
/art/runtime/jit/
Djit.h344 void StartProfileSaver(const std::string& profile_filename,
Djit.cc393 void Jit::StartProfileSaver(const std::string& profile_filename, in StartProfileSaver() argument
398 profile_filename, in StartProfileSaver()