Home | History | Annotate | Download | only in src

Lines Matching refs:has_smi_only_elements

12164     bool has_smi_only_elements = false;
12166 object->ShouldConvertToFastDoubleElements(&has_smi_only_elements);
12168 has_smi_only_elements ? kForceSmiElements : kAllowSmiElements;
13010 bool* has_smi_only_elements) {
13011 *has_smi_only_elements = false;
13027 *has_smi_only_elements = !found_double;