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.cc657 std::vector<std::string> code_paths_to_profile; in Start() local
660 code_paths_to_profile.push_back(location); in Start()
685 code_paths_to_profile.push_back(location); in Start()
689 if (code_paths_to_profile.empty()) { in Start()
700 instance_->AddTrackedLocations(output_filename, code_paths_to_profile); in Start()
705 << ". Tracking: " << android::base::Join(code_paths_to_profile, ':'); in Start()
710 code_paths_to_profile); in Start()