Lines Matching full:output_filename
51 ProfileSaver::ProfileSaver(const std::string& output_filename,
76 AddTrackedLocations(output_filename, app_data_dir, code_paths);
388 void ProfileSaver::Start(const std::string& output_filename,
394 DCHECK(!output_filename.empty());
416 instance_->AddTrackedLocations(output_filename, app_data_dir, code_paths_to_profile);
420 VLOG(profiler) << "Starting profile saver using output file: " << output_filename
423 instance_ = new ProfileSaver(output_filename,
486 void ProfileSaver::AddTrackedLocations(const std::string& output_filename,
489 auto it = tracked_dex_base_locations_.find(output_filename);
491 tracked_dex_base_locations_.Put(output_filename,