Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h520 DCHECK(!key->IsZombie()); in UpdateAllocationSite()
Dmark-compact.cc1495 !(AllocationSite::cast(object)->IsZombie())) { in RetainAs()
/external/v8/src/
Dobjects-inl.h1638 bool AllocationSite::IsZombie() { return pretenure_decision() == kZombie; } in IsZombie() function
1652 DCHECK(!IsZombie()); in MarkZombie()
1777 if (IsZombie()) return false; in IncrementMementoFoundCount()
1852 !AllocationSite::cast(allocation_site())->IsZombie(); in IsValid()
Dobjects.h8188 inline bool IsZombie();