Searched refs:has_smi_only_elements (Results 1 – 4 of 4) sorted by relevance
9339 bool has_smi_only_elements = false; in SetDictionaryElement() local9341 ShouldConvertToFastDoubleElements(&has_smi_only_elements); in SetDictionaryElement()9342 if (has_smi_only_elements) { in SetDictionaryElement()9919 bool* has_smi_only_elements) { in ShouldConvertToFastDoubleElements() argument9920 *has_smi_only_elements = false; in ShouldConvertToFastDoubleElements()9936 *has_smi_only_elements = !found_double; in ShouldConvertToFastDoubleElements()
1737 bool ShouldConvertToFastDoubleElements(bool* has_smi_only_elements);
12402 bool has_smi_only_elements = false; in SetDictionaryElement() local12404 object->ShouldConvertToFastDoubleElements(&has_smi_only_elements); in SetDictionaryElement()12405 if (has_smi_only_elements) { in SetDictionaryElement()13212 bool* has_smi_only_elements) { in ShouldConvertToFastDoubleElements() argument13213 *has_smi_only_elements = false; in ShouldConvertToFastDoubleElements()13228 *has_smi_only_elements = !found_double; in ShouldConvertToFastDoubleElements()
2341 bool ShouldConvertToFastDoubleElements(bool* has_smi_only_elements);