Searched defs:output_filename (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jit/
H A Dprofile_saver.cc51 ProfileSaver::ProfileSaver(const std::string& output_filename, argument
76 AddTrackedLocations(output_filename, app_data_dir, code_paths);
388 void ProfileSaver::Start(const std::string& output_filename, argument
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, argument
489 auto it = tracked_dex_base_locations_.find(output_filename);
491 tracked_dex_base_locations_.Put(output_filename,
[all...]
/art/runtime/
H A Dprofiler.cc329 const std::string& output_filename, const ProfilerOptions& options) {
334 CHECK(!output_filename.empty());
345 LOG(INFO) << "Starting profiler using output file: " << output_filename
349 profiler_ = new BackgroundMethodSamplingProfiler(output_filename, options);
392 const std::string& output_filename, const ProfilerOptions& options)
393 : output_filename_(output_filename),
328 Start( const std::string& output_filename, const ProfilerOptions& options) argument
391 BackgroundMethodSamplingProfiler( const std::string& output_filename, const ProfilerOptions& options) argument
/art/runtime/hprof/
H A Dhprof.cc419 Hprof(const char* output_filename, int fd, bool direct_to_ddms) argument
420 : filename_(output_filename),

Completed in 2588 milliseconds