Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc9339 bool has_smi_only_elements = false; in SetDictionaryElement() local
9341 ShouldConvertToFastDoubleElements(&has_smi_only_elements); in SetDictionaryElement()
9342 if (has_smi_only_elements) { in SetDictionaryElement()
9919 bool* has_smi_only_elements) { in ShouldConvertToFastDoubleElements() argument
9920 *has_smi_only_elements = false; in ShouldConvertToFastDoubleElements()
9936 *has_smi_only_elements = !found_double; in ShouldConvertToFastDoubleElements()
Dobjects.h1737 bool ShouldConvertToFastDoubleElements(bool* has_smi_only_elements);
/external/chromium_org/v8/src/
Dobjects.cc12402 bool has_smi_only_elements = false; in SetDictionaryElement() local
12404 object->ShouldConvertToFastDoubleElements(&has_smi_only_elements); in SetDictionaryElement()
12405 if (has_smi_only_elements) { in SetDictionaryElement()
13212 bool* has_smi_only_elements) { in ShouldConvertToFastDoubleElements() argument
13213 *has_smi_only_elements = false; in ShouldConvertToFastDoubleElements()
13228 *has_smi_only_elements = !found_double; in ShouldConvertToFastDoubleElements()
Dobjects.h2341 bool ShouldConvertToFastDoubleElements(bool* has_smi_only_elements);