Home
last modified time | relevance | path

Searched refs:GetProfileSaverOptions (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit.h92 const ProfileSaverOptions& GetProfileSaverOptions() const { in GetProfileSaverOptions() function
Djit.cc208 << ", profile_saver_options=" << options->GetProfileSaverOptions(); in Create()
331 ProfileSaver::Start(options_->GetProfileSaverOptions(), filename, code_cache_, code_paths); in StartProfileSaver()
/art/runtime/
Druntime.cc940 !jit_options_->GetProfileSaverOptions().GetProfilePath().empty()) { in Start()
943 RegisterAppInfo(dex_filenames, jit_options_->GetProfileSaverOptions().GetProfilePath()); in Start()