Home
last modified time | relevance | path

Searched defs:profile_filename (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc1458 std::string profile_filename; member
1664 std::string profile_filename; // Empty. in MatchNamedComponents() local
1855 const std::string& profile_filename, in CompileExtension()
2106 const std::string& profile_filename = named_component_locations[i].profile_filename; in LoadOrValidate() local
/art/runtime/jit/
Djit.cc393 void Jit::StartProfileSaver(const std::string& profile_filename, in StartProfileSaver()