Home | History | Annotate | Download | only in src

Lines Matching refs:IsZombie

1605 bool AllocationSite::IsZombie() { return pretenure_decision() == kZombie; }
1619 DCHECK(!IsZombie());
1737 if (IsZombie()) return false;
1812 !AllocationSite::cast(allocation_site())->IsZombie();