Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1435 inline void IncrementYoungSurvivorsCounter(int survived) { in IncrementYoungSurvivorsCounter() argument
1436 DCHECK(survived >= 0); in IncrementYoungSurvivorsCounter()
1437 survived_last_scavenge_ = survived; in IncrementYoungSurvivorsCounter()
1438 survived_since_last_expansion_ += survived; in IncrementYoungSurvivorsCounter()
/external/llvm/docs/tutorial/
DLangImpl2.rst565 straight-forward and not very interesting (once you've survived
DOCamlLangImpl2.rst444 straight-forward and not very interesting (once you've survived
/external/llvm/test/CodeGen/X86/
Dvector-shuffle-128-v16.ll582 ; instructions. Instead, just make sure we survived codegen.
/external/v8/
DChangeLog13560 slice of the external string survived as a symbol.