Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.cc112 gc_count_(0), in Heap()
382 gc_count_++; in GarbageCollectionPrologue()
530 tracer.set_gc_count(gc_count_); in CollectGarbage()
4835 if (gc_count_at_last_idle_gc_ == gc_count_) { in AdvanceIdleIncrementalMarking()
4841 gc_count_at_last_idle_gc_ = gc_count_; in AdvanceIdleIncrementalMarking()
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()
[all …]
Dheap.h1652 unsigned int gc_count_; // how many gc happened variable
2440 void set_gc_count(unsigned int count) { gc_count_ = count; } in set_gc_count()
2470 unsigned int gc_count_; variable
/external/v8/test/cctest/
Dtest-api.cc11601 gc_count_ = 0; in RunTest()
11641 gc_count_++; in CollectGarbage()
11652 int gc_before = gc_count_; in LongRunningRegExp()
11679 int gc_after = gc_count_; in LongRunningRegExp()
11688 int gc_count_; member in RegExpInterruptTest
11724 gc_count_ = 0; in RunTest()
11763 gc_count_++; in CollectGarbage()
11774 int gc_before = gc_count_; in LongRunningApply()
11789 int gc_after = gc_count_; in LongRunningApply()
11797 int gc_count_; member in ApplyInterruptTest