Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver_options.h42 max_notification_before_wake_(kMaxNotificationBeforeWake), in ProfileSaverOptions()
68 max_notification_before_wake_(max_notification_before_wake), in enabled_()
104 return max_notification_before_wake_; in GetMaxNotificationBeforeWake()
133 << ", max_notification_before_wake_" << pso.max_notification_before_wake_
149 uint32_t max_notification_before_wake_; member
/art/cmdline/
Dcmdline_parser_test.cc46 lhs.max_notification_before_wake_ == rhs.max_notification_before_wake_; in operator ==()
Dcmdline_types.h713 &ProfileSaverOptions::max_notification_before_wake_,