Searched refs:IsZombie (Results 1 – 4 of 4) sorted by relevance
81 bool AllocationSite::IsZombie() const { in IsZombie() function94 DCHECK(!IsZombie()); in MarkZombie()184 if (IsZombie()) return false; in IncrementMementoFoundCount()199 !AllocationSite::cast(allocation_site()).IsZombie(); in IsValid()
113 inline bool IsZombie() const;
1401 !(AllocationSite::cast(object).IsZombie())) { in RetainAs()
1117 if (!site.IsAllocationSite() || site.IsZombie()) continue; in MergeAllocationSitePretenuringFeedback()