Home
last modified time | relevance | path

Searched refs:StartProfileSaver (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() function in art::jit::Jit
/art/runtime/
Druntime.cc2924 jit_->StartProfileSaver(profile_output_filename, code_paths, ref_profile_filename); in RegisterAppInfo()