Searched refs:IsZombie (Results 1 – 4 of 4) sorted by relevance
520 DCHECK(!key->IsZombie()); in UpdateAllocationSite()
1495 !(AllocationSite::cast(object)->IsZombie())) { in RetainAs()
1638 bool AllocationSite::IsZombie() { return pretenure_decision() == kZombie; } in IsZombie() function1652 DCHECK(!IsZombie()); in MarkZombie()1777 if (IsZombie()) return false; in IncrementMementoFoundCount()1852 !AllocationSite::cast(allocation_site())->IsZombie(); in IsValid()
8188 inline bool IsZombie();