Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc51 ProfileSaver::ProfileSaver(const std::string& output_filename, in ProfileSaver()
388 void ProfileSaver::Start(const std::string& output_filename, in Start()
486 void ProfileSaver::AddTrackedLocations(const std::string& output_filename, in AddTrackedLocations()
/art/runtime/
Dprofiler.cc329 const std::string& output_filename, const ProfilerOptions& options) { in Start()
392 const std::string& output_filename, const ProfilerOptions& options) in BackgroundMethodSamplingProfiler()
/art/runtime/hprof/
Dhprof.cc419 Hprof(const char* output_filename, int fd, bool direct_to_ddms) in Hprof()