HomeSort by relevance Sort by last modified time
    Searched refs:profile_saver_options_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
jit.h 103 return profile_saver_options_.IsEnabled();
202 ProfileSaverOptions profile_saver_options_; member in class:art::jit::Jit
242 return profile_saver_options_;
245 return profile_saver_options_.IsEnabled();
254 profile_saver_options_.SetEnabled(save_profiling_info);
271 ProfileSaverOptions profile_saver_options_; member in class:art::jit::JitOptions
jit.cc 78 jit_options->profile_saver_options_ =
195 jit->profile_saver_options_ = options->GetProfileSaverOptions();
356 if (profile_saver_options_.IsEnabled()) {
357 ProfileSaver::Start(profile_saver_options_,
365 if (profile_saver_options_.IsEnabled() && ProfileSaver::IsStarted()) {
379 DCHECK(!profile_saver_options_.IsEnabled() || !ProfileSaver::IsStarted());

Completed in 613 milliseconds