Searched refs:MergeAndSave (Results 1 - 4 of 4) sorted by relevance

/art/runtime/jit/
H A Doffline_profiling_info.h58 bool MergeAndSave(const std::string& filename, uint64_t* bytes_written, bool force);
H A Dprofile_compilation_info_test.cc84 return info.MergeAndSave(filename, nullptr, false);
H A Doffline_profiling_info.cc76 bool ProfileCompilationInfo::MergeAndSave(const std::string& filename, function in class:art::ProfileCompilationInfo
H A Dprofile_saver.cc317 if (cached_info->MergeAndSave(filename, &bytes_written, /*force*/ true)) {

Completed in 7222 milliseconds