Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h240 const ProfileSaverOptions& GetProfileSaverOptions() const { in GetProfileSaverOptions() function
Djit.cc180 DCHECK(options->UseJitCompilation() || options->GetProfileSaverOptions().IsEnabled()); in Create()
197 jit->profile_saver_options_ = options->GetProfileSaverOptions(); in Create()
202 << ", profile_saver_options=" << options->GetProfileSaverOptions(); in Create()
/art/runtime/
Druntime.cc858 !jit_options_->GetProfileSaverOptions().GetProfilePath().empty()) { in Start()
861 RegisterAppInfo(dex_filenames, jit_options_->GetProfileSaverOptions().GetProfilePath()); in Start()