Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc1027 std::vector<std::string> code_paths_to_profile; in Start() local
1031 code_paths_to_profile.push_back(location); in Start()
1058 code_paths_to_profile.push_back(location); in Start()
1062 if (code_paths_to_profile.empty()) { in Start()
1073 instance_->AddTrackedLocations(output_filename, code_paths_to_profile, ref_profile_filename); in Start()
1078 << ". Tracking: " << android::base::Join(code_paths_to_profile, ':') in Start()
1082 instance_->AddTrackedLocations(output_filename, code_paths_to_profile, ref_profile_filename); in Start()