Home
last modified time | relevance | path

Searched refs:profile_saver_options_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit.h102 return profile_saver_options_.IsEnabled(); in GetSaveProfilingInfo()
201 ProfileSaverOptions profile_saver_options_; variable
241 return profile_saver_options_; in GetProfileSaverOptions()
244 return profile_saver_options_.IsEnabled(); in GetSaveProfilingInfo()
253 profile_saver_options_.SetEnabled(save_profiling_info); in SetSaveProfilingInfo()
256 profile_saver_options_.SetWaitForJitNotificationsToSave(value); in SetWaitForJitNotificationsToSaveProfile()
259 profile_saver_options_.SetProfileAOTCode(value); in SetProfileAOTCode()
277 ProfileSaverOptions profile_saver_options_; variable
Djit.cc79 jit_options->profile_saver_options_ = in CreateFromRuntimeArguments()
197 jit->profile_saver_options_ = options->GetProfileSaverOptions(); in Create()
361 if (profile_saver_options_.IsEnabled()) { in StartProfileSaver()
362 ProfileSaver::Start(profile_saver_options_, in StartProfileSaver()
370 if (profile_saver_options_.IsEnabled() && ProfileSaver::IsStarted()) { in StopProfileSaver()
384 DCHECK(!profile_saver_options_.IsEnabled() || !ProfileSaver::IsStarted()); in ~Jit()