Searched defs:has_smi_only_elements (Results 1 - 1 of 1) 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

Completed in 127 milliseconds