Home
last modified time | relevance | path

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

/external/v8/src/
Delements-kind.h165 inline bool IsHoleyOrDictionaryElementsKind(ElementsKind kind) { in IsHoleyOrDictionaryElementsKind() function
Delements.cc1229 if (IsHoleyOrDictionaryElementsKind(kind())) { in PrependElementIndicesImpl()
1269 if (IsHoleyOrDictionaryElementsKind(kind()) || in PrependElementIndicesImpl()
/external/v8/src/compiler/
Djs-native-context-specialization.cc1226 if (IsHoleyOrDictionaryElementsKind(receiver_map->elements_kind()) || in ReduceElementAccess()