Searched refs:fast_smi_only_elements (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.cc1244 bool fast_smi_only_elements = IsFastSmiElementsKind(elements_kind); local
1247 if (is_store && (fast_elements || fast_smi_only_elements) &&
1289 ASSERT(fast_smi_only_elements ||
1309 if (is_store && (fast_elements || fast_smi_only_elements)) {
/external/v8/src/
H A Dhydrogen.cc4664 bool fast_smi_only_elements = map->has_fast_smi_only_elements(); local
4667 if (is_store && (fast_elements || fast_smi_only_elements)) {
4682 ASSERT(fast_smi_only_elements ||

Completed in 132 milliseconds