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.cc694 std::vector<std::string> code_paths_to_profile; in Start() local
698 code_paths_to_profile.push_back(location); in Start()
723 code_paths_to_profile.push_back(location); in Start()
727 if (code_paths_to_profile.empty()) { in Start()
738 instance_->AddTrackedLocations(output_filename, code_paths_to_profile); in Start()
743 << ". Tracking: " << android::base::Join(code_paths_to_profile, ':'); in Start()
748 code_paths_to_profile); in Start()