Searched refs:has_fast_smi_only_elements (Results 1 – 7 of 7) sorted by relevance
287 map()->has_fast_smi_only_elements() || in JSObjectVerify()
1363 map()->has_fast_smi_only_elements() || in set_map_and_elements()1387 map()->has_fast_smi_only_elements() || in initialize_elements()
1623 receiver_map->has_fast_smi_only_elements() || in ComputeMonomorphicStubWithoutMapCheck()
3513 old_map->has_fast_smi_only_elements()); in NormalizeElements()8476 bool has_fast_smi_only_elements = in SetFastElementsCapacityAndLength() local8479 (elements()->map()->has_fast_smi_only_elements() || in SetFastElementsCapacityAndLength()8481 ElementsKind elements_kind = has_fast_smi_only_elements in SetFastElementsCapacityAndLength()
2023 if (mode == REQUIRE_EXACT_MAP || !map->has_fast_smi_only_elements()) {
4634 inline bool has_fast_smi_only_elements() { in has_fast_smi_only_elements() function
4664 bool fast_smi_only_elements = map->has_fast_smi_only_elements(); in BuildMonomorphicElementAccess()