Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc2739 int survived = 0; in ClearNonLiveDependentCodeInGroup() local
2753 survived = 1; in ClearNonLiveDependentCodeInGroup()
2761 if (new_start + survived != i) { in ClearNonLiveDependentCodeInGroup()
2762 entries->set_object_at(new_start + survived, obj); in ClearNonLiveDependentCodeInGroup()
2764 Object** slot = entries->slot_at(new_start + survived); in ClearNonLiveDependentCodeInGroup()
2766 survived++; in ClearNonLiveDependentCodeInGroup()
2771 static_cast<DependentCode::DependencyGroup>(group), survived); in ClearNonLiveDependentCodeInGroup()
2772 return survived; in ClearNonLiveDependentCodeInGroup()
2784 int survived = ClearNonLiveDependentCodeInGroup( in ClearNonLiveDependentCode() local
2786 new_number_of_entries += survived; in ClearNonLiveDependentCode()
Dheap.h1130 inline void IncrementYoungSurvivorsCounter(int survived) { in IncrementYoungSurvivorsCounter() argument
1131 DCHECK(survived >= 0); in IncrementYoungSurvivorsCounter()
1132 survived_since_last_expansion_ += survived; in IncrementYoungSurvivorsCounter()
/external/llvm/docs/tutorial/
DLangImpl2.rst537 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.ll567 ; instructions. Instead, just make sure we survived codegen.
/external/v8/
DChangeLog7476 slice of the external string survived as a symbol.