Searched refs:survived (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/heap/
H A Dheap.h864 // An object should be promoted if the object has survived a
1401 inline void IncrementYoungSurvivorsCounter(size_t survived) { argument
1402 survived_last_scavenge_ = survived;
1403 survived_since_last_expansion_ += survived;
2163 // For keeping track of how much data has survived

Completed in 113 milliseconds