Home
last modified time | relevance | path

Searched refs:max_notification_before_wake_ (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/jit/
H A Dprofile_saver_options.h46 max_notification_before_wake_(kMaxNotificationBeforeWake), in ProfileSaverOptions()
74 max_notification_before_wake_(max_notification_before_wake),
113 return max_notification_before_wake_; in GetMaxNotificationBeforeWake()
140 << ", max_notification_before_wake_" << pso.max_notification_before_wake_
157 uint32_t max_notification_before_wake_; member
/aosp12/art/cmdline/
H A Dcmdline_parser_test.cc45 lhs.max_notification_before_wake_ == rhs.max_notification_before_wake_; in operator ==()
H A Dcmdline_types.h807 &ProfileSaverOptions::max_notification_before_wake_,