Searched refs:has_fast_elements (Results 1 – 4 of 4) sorted by relevance
230 if (has_fast_elements() || has_fast_string_wrapper_elements() || in GetInitialElements()506 bool Map::has_fast_elements() const { in has_fast_elements() function
408 inline bool has_fast_elements() const;
1236 !root_map.is_null() && root_map.has_fast_elements(); in FindElementsKindTransitionedMap()
2021 } else if (receiver_map->has_fast_elements() || in StoreElementHandler()