Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-inl.h1583 DCHECK(!IsZombie()); in MarkZombie()
1653 if (IsZombie()) return false; in IncrementMementoFoundCount()
Dobjects.h8185 bool IsZombie() { in IsZombie() function
8291 !AllocationSite::cast(allocation_site())->IsZombie(); in DECL_ACCESSORS()
/external/v8/src/heap/
Dmark-compact.cc1860 !(AllocationSite::cast(object)->IsZombie())) { in RetainAs()