Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.h1415 int gc_count() const { return gc_count_; } in gc_count()
2230 unsigned int gc_count_ = 0; variable
Dsetup-heap-internal.cc82 CHECK_EQ(0u, gc_count_); in CreateHeapObjects()
Dheap.cc1068 gc_count_++; in GarbageCollectionPrologueInSafepoint()
5619 !old_generation_size_configured_ && gc_count_ == 0) { in IncrementalMarkingLimitReached()
5645 return FLAG_stress_compaction && (gc_count_ & 1) != 0; in ShouldStressCompaction()