Home
last modified time | relevance | path

Searched refs:has_smi_only_elements (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dobjects.cc12690 bool has_smi_only_elements = false; in SetDictionaryElement() local
12692 object->ShouldConvertToFastDoubleElements(&has_smi_only_elements); in SetDictionaryElement()
12693 if (has_smi_only_elements) { in SetDictionaryElement()
13529 bool* has_smi_only_elements) { in ShouldConvertToFastDoubleElements() argument
13530 *has_smi_only_elements = false; in ShouldConvertToFastDoubleElements()
13546 *has_smi_only_elements = !found_double; in ShouldConvertToFastDoubleElements()
Dobjects.h2309 bool ShouldConvertToFastDoubleElements(bool* has_smi_only_elements);