Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.h2920 bool HasEnumIndicesCache() { in HasEnumIndicesCache() function
2929 DCHECK(HasEnumIndicesCache()); in GetEnumIndicesCache()
/external/v8/src/heap/
Dmark-compact.cc2685 if (!descriptors->HasEnumIndicesCache()) return; in TrimEnumCache()