Lines Matching refs:output_filename
1017 const std::string& output_filename, in Start() argument
1024 DCHECK(!output_filename.empty()); in Start()
1073 instance_->AddTrackedLocations(output_filename, code_paths_to_profile, ref_profile_filename); in Start()
1077 VLOG(profiler) << "Starting profile saver using output file: " << output_filename in Start()
1082 instance_->AddTrackedLocations(output_filename, code_paths_to_profile, ref_profile_filename); in Start()
1150 static void AddTrackedLocationsToMap(const std::string& output_filename, in AddTrackedLocationsToMap() argument
1178 auto it = map->find(output_filename); in AddTrackedLocationsToMap()
1181 output_filename, in AddTrackedLocationsToMap()
1188 void ProfileSaver::AddTrackedLocations(const std::string& output_filename, in AddTrackedLocations() argument
1192 auto it = tracked_profiles_.find(output_filename); in AddTrackedLocations()
1194 tracked_profiles_.Put(output_filename, ref_profile_filename); in AddTrackedLocations()
1198 AddTrackedLocationsToMap(output_filename, code_paths, &tracked_dex_base_locations_); in AddTrackedLocations()
1207 AddTrackedLocationsToMap(output_filename, in AddTrackedLocations()