Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1130 inline void IncrementYoungSurvivorsCounter(int survived) { in IncrementYoungSurvivorsCounter() function
Dmark-compact.cc3117 heap_->IncrementYoungSurvivorsCounter(survivors_size); in EvacuateNewSpace()
Dheap.cc1545 IncrementYoungSurvivorsCounter(static_cast<int>( in Scavenge()