Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver_options.h103 uint32_t GetMaxNotificationBeforeWake() const { in GetMaxNotificationBeforeWake() function
Dprofile_saver.cc242 } else if (jit_activity_notifications_ > options_.GetMaxNotificationBeforeWake()) { in NotifyJitActivityInternal()