Home
last modified time | relevance | path

Searched refs:has_fast_smi_only_elements (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dobjects-debug.cc287 map()->has_fast_smi_only_elements() || in JSObjectVerify()
Dobjects-inl.h1363 map()->has_fast_smi_only_elements() || in set_map_and_elements()
1387 map()->has_fast_smi_only_elements() || in initialize_elements()
Dic.cc1623 receiver_map->has_fast_smi_only_elements() || in ComputeMonomorphicStubWithoutMapCheck()
Dobjects.cc3513 old_map->has_fast_smi_only_elements()); in NormalizeElements()
8476 bool has_fast_smi_only_elements = in SetFastElementsCapacityAndLength() local
8479 (elements()->map()->has_fast_smi_only_elements() || in SetFastElementsCapacityAndLength()
8481 ElementsKind elements_kind = has_fast_smi_only_elements in SetFastElementsCapacityAndLength()
Dhydrogen-instructions.h2023 if (mode == REQUIRE_EXACT_MAP || !map->has_fast_smi_only_elements()) {
Dobjects.h4634 inline bool has_fast_smi_only_elements() { in has_fast_smi_only_elements() function
Dhydrogen.cc4664 bool fast_smi_only_elements = map->has_fast_smi_only_elements(); in BuildMonomorphicElementAccess()