Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Dprofile_saver.cc995 std::vector<std::string> code_paths_to_profile; in Start() local
999 code_paths_to_profile.push_back(location); in Start()
1026 code_paths_to_profile.push_back(location); in Start()
1030 if (code_paths_to_profile.empty()) { in Start()
1042 output_filename, code_paths_to_profile, ref_profile_filename, code_type); in Start()
1047 << ". Tracking: " << android::base::Join(code_paths_to_profile, ':') in Start()
1052 output_filename, code_paths_to_profile, ref_profile_filename, code_type); in Start()