Searched refs:has_smi_only_elements (Results 1 – 2 of 2) sorted by relevance
12690 bool has_smi_only_elements = false; in SetDictionaryElement() local12692 object->ShouldConvertToFastDoubleElements(&has_smi_only_elements); in SetDictionaryElement()12693 if (has_smi_only_elements) { in SetDictionaryElement()13529 bool* has_smi_only_elements) { in ShouldConvertToFastDoubleElements() argument13530 *has_smi_only_elements = false; in ShouldConvertToFastDoubleElements()13546 *has_smi_only_elements = !found_double; in ShouldConvertToFastDoubleElements()
2309 bool ShouldConvertToFastDoubleElements(bool* has_smi_only_elements);