Searched refs:gc_count_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/heap/
H A Dheap.cc91 gc_count_(0),
245 if (FLAG_gc_global || (FLAG_stress_compaction && (gc_count_ & 1) != 0)) {
414 gc_count_++;
4264 if (gc_count_at_last_idle_gc_ == gc_count_) {
4271 gc_count_at_last_idle_gc_ = gc_count_;
4346 gc_count_at_last_idle_gc_ = gc_count_;
4412 gc_count_);
5163 CHECK_EQ(0, gc_count_);
5199 PrintF("gc_count=%d ", gc_count_);
H A Dheap.h1138 if (FLAG_stress_compaction && (gc_count_ & 1) != 0) return true;
1228 int gc_count() const { return gc_count_; }
1482 unsigned int gc_count_; member in class:v8::internal::Heap

Completed in 58 milliseconds