Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc91 jit_activity_notifications_(0), in ProfileSaver()
212 jit_activity_notifications_ = number_of_new_methods; in Run()
227 jit_activity_notifications_ = 0; in WakeUpSaver()
235 jit_activity_notifications_++; in NotifyJitActivityInternal()
238 if (jit_activity_notifications_ > options_.GetMinNotificationBeforeWake()) { in NotifyJitActivityInternal()
242 } else if (jit_activity_notifications_ > options_.GetMaxNotificationBeforeWake()) { in NotifyJitActivityInternal()
Dprofile_saver.h132 uint32_t jit_activity_notifications_; variable