Searched refs:HasEnumCache (Results 1 – 5 of 5) sorted by relevance
173 if (enum_length > 0 && descriptors->HasEnumCache()) { in RUNTIME_FUNCTION()
2670 bool DescriptorArray::HasEnumCache() { in HasEnumCache() function2681 DCHECK(HasEnumCache()); in GetEnumCache()2704 DCHECK(HasEnumCache()); in GetEnumCacheSlot()2869 DCHECK(length == 0 || instance_descriptors()->HasEnumCache()); in SetEnumLength()
4539 if (descriptors->HasEnumCache()) { in EnsureDescriptorSlack()8479 if (descs->HasEnumCache()) { in GetFastEnumPropertyKeys()10835 bool needs_new_enum_cache = !descriptors->HasEnumCache(); in SetEnumCache()
2847 inline bool HasEnumCache();
2356 if (descriptors->HasEnumCache()) TrimEnumCache(map, descriptors); in TrimDescriptorArray()