Searched defs:IsZombie (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects-inl.h1557 bool AllocationSite::IsZombie() { return pretenure_decision() == kZombie; } function in class:v8::internal::AllocationSite
1571 DCHECK(!IsZombie());
1696 if (IsZombie()) return false;
1771 !AllocationSite::cast(allocation_site())->IsZombie();

Completed in 62 milliseconds