Home
last modified time | relevance | path

Searched defs:survived (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dmark-compact.cc2739 int survived = 0; in ClearNonLiveDependentCodeInGroup() local
2784 int survived = ClearNonLiveDependentCodeInGroup( in ClearNonLiveDependentCode() local
Dheap.h1130 inline void IncrementYoungSurvivorsCounter(int survived) { in IncrementYoungSurvivorsCounter()