Lines Matching refs:output_filename
984 const std::string& output_filename, in Start() argument
991 DCHECK(!output_filename.empty()); in Start()
1040 instance_->AddTrackedLocations(output_filename, code_paths_to_profile, ref_profile_filename); in Start()
1044 VLOG(profiler) << "Starting profile saver using output file: " << output_filename in Start()
1049 instance_->AddTrackedLocations(output_filename, code_paths_to_profile, ref_profile_filename); in Start()
1117 static void AddTrackedLocationsToMap(const std::string& output_filename, in AddTrackedLocationsToMap() argument
1145 auto it = map->find(output_filename); in AddTrackedLocationsToMap()
1148 output_filename, in AddTrackedLocationsToMap()
1155 void ProfileSaver::AddTrackedLocations(const std::string& output_filename, in AddTrackedLocations() argument
1159 auto it = tracked_profiles_.find(output_filename); in AddTrackedLocations()
1161 tracked_profiles_.Put(output_filename, ref_profile_filename); in AddTrackedLocations()
1165 AddTrackedLocationsToMap(output_filename, code_paths, &tracked_dex_base_locations_); in AddTrackedLocations()
1174 AddTrackedLocationsToMap(output_filename, in AddTrackedLocations()