Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-interpreter.cc173 if (enum_length > 0 && descriptors->HasEnumCache()) { in RUNTIME_FUNCTION()
/external/v8/src/
Dobjects-inl.h2670 bool DescriptorArray::HasEnumCache() { in HasEnumCache() function
2681 DCHECK(HasEnumCache()); in GetEnumCache()
2704 DCHECK(HasEnumCache()); in GetEnumCacheSlot()
2869 DCHECK(length == 0 || instance_descriptors()->HasEnumCache()); in SetEnumLength()
Dobjects.cc4539 if (descriptors->HasEnumCache()) { in EnsureDescriptorSlack()
8479 if (descs->HasEnumCache()) { in GetFastEnumPropertyKeys()
10835 bool needs_new_enum_cache = !descriptors->HasEnumCache(); in SetEnumCache()
Dobjects.h2847 inline bool HasEnumCache();
/external/v8/src/heap/
Dmark-compact.cc2356 if (descriptors->HasEnumCache()) TrimEnumCache(map, descriptors); in TrimDescriptorArray()