Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h109 return profile_saver_options_; in GetProfileSaverOptions()
113 return profile_saver_options_.IsEnabled(); in GetSaveProfilingInfo()
137 profile_saver_options_.SetEnabled(save_profiling_info); in SetSaveProfilingInfo()
141 profile_saver_options_.SetWaitForJitNotificationsToSave(value); in SetWaitForJitNotificationsToSaveProfile()
175 ProfileSaverOptions profile_saver_options_; variable
Djit.cc102 jit_options->profile_saver_options_ = in CreateFromRuntimeArguments()