Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dallocation-site-inl.h81 bool AllocationSite::IsZombie() const { in IsZombie() function
94 DCHECK(!IsZombie()); in MarkZombie()
184 if (IsZombie()) return false; in IncrementMementoFoundCount()
199 !AllocationSite::cast(allocation_site()).IsZombie(); in IsValid()
Dallocation-site.h113 inline bool IsZombie() const;
/third_party/node/deps/v8/src/heap/
Dmark-compact.cc1401 !(AllocationSite::cast(object).IsZombie())) { in RetainAs()
Dheap.cc1117 if (!site.IsAllocationSite() || site.IsZombie()) continue; in MergeAllocationSitePretenuringFeedback()