Lines Matching refs:code_paths
45 const std::vector<std::string>& code_paths)
64 AddTrackedLocations(output_filename, code_paths);
424 const std::vector<std::string>& code_paths) {
432 for (const std::string& location : code_paths) {
448 // Add the code_paths to the tracked locations.
532 const std::vector<std::string>& code_paths,
536 map->Put(output_filename, std::set<std::string>(code_paths.begin(), code_paths.end()));
538 it->second.insert(code_paths.begin(), code_paths.end());
543 const std::vector<std::string>& code_paths) {
545 AddTrackedLocationsToMap(output_filename, code_paths, &tracked_dex_base_locations_);
555 code_paths,