Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h103 return profile_saver_options_; in GetProfileSaverOptions()
107 return profile_saver_options_.IsEnabled(); in GetSaveProfilingInfo()
131 profile_saver_options_.SetEnabled(save_profiling_info); in SetSaveProfilingInfo()
135 profile_saver_options_.SetWaitForJitNotificationsToSave(value); in SetWaitForJitNotificationsToSaveProfile()
168 ProfileSaverOptions profile_saver_options_; variable
Djit.cc100 jit_options->profile_saver_options_ = in CreateFromRuntimeArguments()