Searched refs:HasEnumCache (Results 1 – 6 of 6) sorted by relevance
633 if (object->map()->instance_descriptors()->HasEnumCache()) { in GetEnumPropertyKeys()
3211 bool HasEnumCache() { in HasEnumCache() function3220 ASSERT(HasEnumCache()); in GetEnumCache()3240 ASSERT(HasEnumCache()); in GetEnumCacheSlot()6024 ASSERT(length == 0 || instance_descriptors()->HasEnumCache()); in SetEnumLength()
6795 if (descriptors->HasEnumCache()) { in ShareDescriptor()7953 ASSERT(!HasEnumCache() || new_cache->length() > GetEnumCache()->length()); in SetEnumCache()9351 if (descriptors->HasEnumCache()) TrimEnumCache(heap, map, descriptors); in TrimDescriptorArray()
707 if (object->map()->instance_descriptors()->HasEnumCache()) { in GetEnumPropertyKeys()
2445 bool HasEnumCache() { in HasEnumCache() function2450 ASSERT(HasEnumCache()); in GetEnumCache()
4193 if (!curr->map()->instance_descriptors()->HasEnumCache()) return false; in IsSimpleEnum()5662 if (HasEnumCache()) { in SetEnumCache()