Home
last modified time | relevance | path

Searched refs:IsDictionaryElementsKind (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Delements-kind.h85 inline bool IsDictionaryElementsKind(ElementsKind kind) { in IsDictionaryElementsKind() function
Dobjects.cc3703 IsDictionaryElementsKind(obj_kind)) { in AllocateStorageForMap()
3706 if (IsDictionaryElementsKind(to_kind)) { in AllocateStorageForMap()
5993 if (IsDictionaryElementsKind(elements_kind())) { in DictionaryElementsInPrototypeChainOnly()
6003 if (IsDictionaryElementsKind( in DictionaryElementsInPrototypeChainOnly()
Dobjects.h5766 return IsDictionaryElementsKind(elements_kind()); in has_dictionary_elements()
Dhydrogen.cc7088 if (IsDictionaryElementsKind(elements_kind)) { in HandlePolymorphicElementAccess()