Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc83 jit_activity_notifications_(0), in ProfileSaver()
188 jit_activity_notifications_ = number_of_new_methods; in Run()
203 jit_activity_notifications_ = 0; in WakeUpSaver()
211 jit_activity_notifications_++; in NotifyJitActivityInternal()
214 if (jit_activity_notifications_ > options_.GetMinNotificationBeforeWake()) { in NotifyJitActivityInternal()
218 } else if (jit_activity_notifications_ > options_.GetMaxNotificationBeforeWake()) { in NotifyJitActivityInternal()
Dprofile_saver.h127 uint32_t jit_activity_notifications_; variable