Home
last modified time | relevance | path

Searched refs:force_gc_on_next_allocation_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap.h2079 force_gc_on_next_allocation_ = true; in set_force_gc_on_next_allocation()
2405 bool force_gc_on_next_allocation_ = false; variable
Dheap.cc424 if (force_oom_ || force_gc_on_next_allocation_) return false; in CanExpandOldGeneration()
1026 force_gc_on_next_allocation_; in GarbageCollectionPrologue()
1029 if (force_gc_on_next_allocation_) force_gc_on_next_allocation_ = false; in GarbageCollectionPrologue()