Home
last modified time | relevance | path

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

/art/runtime/
Dapp_info.h61 const std::string& profile_output_filename,
Druntime.cc2673 const std::string& profile_output_filename, in RegisterAppInfo() argument
2679 profile_output_filename, in RegisterAppInfo()
2692 VLOG(profiler) << "Register app with " << profile_output_filename in RegisterAppInfo()
2696 if (profile_output_filename.empty()) { in RegisterAppInfo()
2700 if (!OS::FileExists(profile_output_filename.c_str(), /*check_file_type=*/ false)) { in RegisterAppInfo()
2709 jit_->StartProfileSaver(profile_output_filename, code_paths, ref_profile_filename); in RegisterAppInfo()
Druntime.h564 const std::string& profile_output_filename,