Searched defs:has_fast_elements (Results 1 – 6 of 6) sorted by relevance
1680 bool has_fast_elements = in VisitArrayLiteral() local
1687 bool has_fast_elements = in VisitArrayLiteral() local
1693 bool has_fast_elements = in VisitArrayLiteral() local
1686 bool has_fast_elements = in VisitArrayLiteral() local
1649 bool has_fast_elements = in VisitArrayLiteral() local
4593 bool Map::has_fast_elements() { return IsFastElementsKind(elements_kind()); } in has_fast_elements() function