Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h338 void StartProfileSaver(const std::string& filename,
Djit.cc392 void Jit::StartProfileSaver(const std::string& filename, in StartProfileSaver() function in art::jit::Jit
/art/runtime/
Druntime.cc2428 jit_->StartProfileSaver(profile_output_filename, code_paths); in RegisterAppInfo()