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

/external/v8/src/
H A Dobjects.cc9339 bool has_smi_only_elements = false; local
9341 ShouldConvertToFastDoubleElements(&has_smi_only_elements);
9342 if (has_smi_only_elements) {
9919 bool* has_smi_only_elements) {
9920 *has_smi_only_elements = false;
9936 *has_smi_only_elements = !found_double;
9918 ShouldConvertToFastDoubleElements( bool* has_smi_only_elements) argument
H A Dobjects.h1737 bool ShouldConvertToFastDoubleElements(bool* has_smi_only_elements);

Completed in 105 milliseconds