Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc136 last_idle_notification_time_(0.0), in Heap()
4208 last_idle_notification_time_ = current_time; in IdleNotificationEpilogue()
4296 return (last_idle_notification_time_ + in RecentIdleNotificationHappened()
Dheap.h2321 double last_idle_notification_time_; variable