Home
last modified time | relevance | path

Searched refs:IsZombie (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dallocation-site-inl.h73 bool AllocationSite::IsZombie() const { in IsZombie() function
86 DCHECK(!IsZombie()); in MarkZombie()
171 if (IsZombie()) return false; in IncrementMementoFoundCount()
186 !AllocationSite::cast(allocation_site()).IsZombie(); in IsValid()
Dallocation-site.h107 inline bool IsZombie() const;
/external/v8/src/heap/
Dmark-compact.cc1122 !(AllocationSite::cast(object).IsZombie())) { in RetainAs()
Dheap.cc895 if (!site.IsAllocationSite() || site.IsZombie()) continue; in MergeAllocationSitePretenuringFeedback()