Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhandles.cc633 if (object->map()->instance_descriptors()->HasEnumCache()) { in GetEnumPropertyKeys()
Dobjects.h3211 bool HasEnumCache() { in HasEnumCache() function
3220 ASSERT(HasEnumCache()); in GetEnumCache()
3240 ASSERT(HasEnumCache()); in GetEnumCacheSlot()
6024 ASSERT(length == 0 || instance_descriptors()->HasEnumCache()); in SetEnumLength()
Dobjects.cc6795 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()
/external/v8/src/
Dhandles.cc707 if (object->map()->instance_descriptors()->HasEnumCache()) { in GetEnumPropertyKeys()
Dobjects.h2445 bool HasEnumCache() { in HasEnumCache() function
2450 ASSERT(HasEnumCache()); in GetEnumCache()
Dobjects.cc4193 if (!curr->map()->instance_descriptors()->HasEnumCache()) return false; in IsSimpleEnum()
5662 if (HasEnumCache()) { in SetEnumCache()