Searched refs:has_fast_elements (Results 1 – 9 of 9) sorted by relevance
56 } else if (receiver_map->has_fast_elements() || in ComputeKeyedLoadMonomorphicHandler()262 } else if (receiver_map->has_fast_elements() || in CompileKeyedStorePolymorphicHandlers()288 } else if (receiver_map->has_fast_elements() || in CompileKeyedStoreMonomorphicHandler()
1680 bool has_fast_elements = in VisitArrayLiteral() local1684 if (has_fast_elements && !FLAG_allocation_site_pretenuring) { in VisitArrayLiteral()
1687 bool has_fast_elements = in VisitArrayLiteral() local1691 if (has_fast_elements && !FLAG_allocation_site_pretenuring) { in VisitArrayLiteral()
1649 bool has_fast_elements = in VisitArrayLiteral() local1655 if (has_fast_elements && !FLAG_allocation_site_pretenuring) { in VisitArrayLiteral()
1693 bool has_fast_elements = in VisitArrayLiteral() local1699 if (has_fast_elements && !FLAG_allocation_site_pretenuring) { in VisitArrayLiteral()
1686 bool has_fast_elements = in VisitArrayLiteral() local1690 if (has_fast_elements && !FLAG_allocation_site_pretenuring) { in VisitArrayLiteral()
4593 bool Map::has_fast_elements() { return IsFastElementsKind(elements_kind()); } in has_fast_elements() function
5607 inline bool has_fast_elements();
4672 current != nullptr && current->has_fast_elements(); in FindTransitionedMap()