Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dmap-inl.h230 if (has_fast_elements() || has_fast_string_wrapper_elements() || in GetInitialElements()
506 bool Map::has_fast_elements() const { in has_fast_elements() function
Dmap.h408 inline bool has_fast_elements() const;
Dmap.cc1236 !root_map.is_null() && root_map.has_fast_elements(); in FindElementsKindTransitionedMap()
/external/v8/src/ic/
Dic.cc2021 } else if (receiver_map->has_fast_elements() || in StoreElementHandler()