Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dincremental-marking.cc59 old_generation_observer_(this, kOldGenerationAllocatedThreshold), in IncrementalMarking()
180 heap_->AddAllocationObserversToAllSpaces(&old_generation_observer_, in Start()
598 space->RemoveAllocationObserver(&old_generation_observer_); in Stop()
Dincremental-marking.h308 Observer old_generation_observer_; variable