Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.cc114 int Heap::gc_count_ = 0; member in v8::internal::Heap
303 gc_count_++; in GarbageCollectionPrologue()
409 tracer.set_gc_count(gc_count_); in CollectGarbage()
3073 static int last_gc_count = gc_count_; in IdleNotification()
3077 if (last_gc_count == gc_count_) { in IdleNotification()
3081 last_gc_count = gc_count_; in IdleNotification()
3087 last_gc_count = gc_count_; in IdleNotification()
3097 last_gc_count = gc_count_; in IdleNotification()
3102 last_gc_count = gc_count_; in IdleNotification()
3141 title, gc_count_); in ReportHeapStatistics()
[all …]
Dheap.h940 static int gc_count_; // how many gc happened variable
1536 void set_gc_count(int count) { gc_count_ = count; } in set_gc_count()
1565 int gc_count_; variable
/external/v8/test/cctest/
Dtest-api.cc7845 gc_count_ = 0; in RunTest()
7884 gc_count_++; in CollectGarbage()
7895 int gc_before = gc_count_; in LongRunningRegExp()
7922 int gc_after = gc_count_; in LongRunningRegExp()
7931 int gc_count_; member in RegExpInterruptTest
7967 gc_count_ = 0; in RunTest()
8005 gc_count_++; in CollectGarbage()
8016 int gc_before = gc_count_; in LongRunningApply()
8031 int gc_after = gc_count_; in LongRunningApply()
8039 int gc_count_; member in ApplyInterruptTest