Home
last modified time | relevance | path

Searched refs:IncrementYoungSurvivorsCounter (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dscavenger.cc456 heap_->IncrementYoungSurvivorsCounter(heap_->SurvivedYoungObjectSize()); in CollectGarbage()
Dheap.h1376 inline void IncrementYoungSurvivorsCounter(size_t survived) { in IncrementYoungSurvivorsCounter() function
Dmark-compact.cc3696 heap()->IncrementYoungSurvivorsCounter( in Finalize()
Dheap.cc2741 IncrementYoungSurvivorsCounter(promoted); in EvacuateYoungGeneration()