Home
last modified time | relevance | path

Searched refs:last_idle_notification_gc_count_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dheap.cc151 last_idle_notification_gc_count_(0), in Heap()
4940 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
4951 if (gc_count_ - last_idle_notification_gc_count_ < kGCsBetweenCleanup) { in IdleGlobalGC()
4956 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
4962 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
4971 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
4976 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
Dheap.h2029 unsigned int last_idle_notification_gc_count_; variable
/external/chromium_org/v8/src/
Dheap.cc140 last_idle_notification_gc_count_(0), in Heap()
5880 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
5891 if (gc_count_ - last_idle_notification_gc_count_ < kGCsBetweenCleanup) { in IdleGlobalGC()
5896 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
5902 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
5911 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
5916 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
Dheap.h2374 unsigned int last_idle_notification_gc_count_; variable