Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.h2906 bool HasEnumCache() { in HasEnumCache() function
2915 DCHECK(HasEnumCache()); in GetEnumCache()
2935 DCHECK(HasEnumCache()); in GetEnumCacheSlot()
5959 DCHECK(length == 0 || instance_descriptors()->HasEnumCache()); in SetEnumLength()
Dobjects.cc3067 if (descriptors->HasEnumCache()) { in EnsureDescriptorSlack()
5706 if (object->map()->instance_descriptors()->HasEnumCache()) { in GetEnumPropertyKeys()
7813 DCHECK(!HasEnumCache() || new_cache->length() > GetEnumCache()->length()); in SetEnumCache()
/external/v8/src/heap/
Dmark-compact.cc2665 if (descriptors->HasEnumCache()) TrimEnumCache(map, descriptors); in TrimDescriptorArray()