Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.h148 uint32_t jit_activity_notifications_; variable
Dprofile_saver.cc88 jit_activity_notifications_(0), in ProfileSaver()
230 jit_activity_notifications_ = number_of_new_methods; in Run()
292 jit_activity_notifications_ = 0; in WakeUpSaver()
300 jit_activity_notifications_++; in NotifyJitActivityInternal()
303 if (jit_activity_notifications_ > options_.GetMinNotificationBeforeWake()) { in NotifyJitActivityInternal()
307 } else if (jit_activity_notifications_ > options_.GetMaxNotificationBeforeWake()) { in NotifyJitActivityInternal()