Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-inl.h2687 bool DescriptorArray::HasEnumIndicesCache() { in HasEnumIndicesCache() function
2697 DCHECK(HasEnumIndicesCache()); in GetEnumIndicesCache()
Dobjects.h2853 inline bool HasEnumIndicesCache();
/external/v8/src/heap/
Dmark-compact.cc2387 if (!descriptors->HasEnumIndicesCache()) return; in TrimEnumCache()