Lines Matching refs:options_
101 options_(options) { in ProfileSaver()
102 DCHECK(options_.IsEnabled()); in ProfileSaver()
132 const uint64_t end_time = NanoTime() + MsToNs(options_.GetSaveResolvedClassesDelayMs()); in Run()
140 total_ms_of_sleep_ += options_.GetSaveResolvedClassesDelayMs(); in Run()
150 uint32_t max_wait_without_jit = options_.GetMinSavePeriodMs() * 16; in Run()
151 uint64_t cur_wait_without_jit = options_.GetMinSavePeriodMs(); in Run()
159 if (options_.GetWaitForJitNotificationsToSave()) { in Run()
177 uint64_t min_save_period_ns = MsToNs(options_.GetMinSavePeriodMs()); in Run()
232 if (jit_activity_notifications_ > options_.GetMinNotificationBeforeWake()) { in NotifyJitActivityInternal()
234 if ((NanoTime() - last_time_ns_saver_woke_up_) > MsToNs(options_.GetMinSavePeriodMs())) { in NotifyJitActivityInternal()
236 } else if (jit_activity_notifications_ > options_.GetMaxNotificationBeforeWake()) { in NotifyJitActivityInternal()
421 options_.GetHotStartupMethodSamples(is_low_ram) : in FetchAndCacheResolvedClassesAndMethods()
424 options_.GetProfileBootClassPath(), in FetchAndCacheResolvedClassesAndMethods()
589 delta_number_of_methods < options_.GetMinMethodsToSave() && in ProcessProfilingInfo()
590 delta_number_of_classes < options_.GetMinClassesToSave()) { in ProcessProfilingInfo()