Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1291 inline void IncrementYoungSurvivorsCounter(intptr_t survived) { in IncrementYoungSurvivorsCounter() argument
1292 DCHECK_GE(survived, 0); in IncrementYoungSurvivorsCounter()
1293 survived_last_scavenge_ = survived; in IncrementYoungSurvivorsCounter()
1294 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/
DChangeLog18415 slice of the external string survived as a symbol.