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

/external/v8/src/crankshaft/
H A Dhydrogen.cc2463 bool fast_smi_only_elements = IsFastSmiElementsKind(elements_kind); local
2466 if (access_type == STORE && (fast_elements || fast_smi_only_elements) &&
2517 DCHECK(fast_smi_only_elements ||
2541 if (access_type == STORE && (fast_elements || fast_smi_only_elements)) {

Completed in 257 milliseconds