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

/external/chromium_org/v8/src/
H A Dobjects.cc12164 bool has_smi_only_elements = false; local
12166 object->ShouldConvertToFastDoubleElements(&has_smi_only_elements);
12168 has_smi_only_elements ? kForceSmiElements : kAllowSmiElements;
13010 bool* has_smi_only_elements) {
13011 *has_smi_only_elements = false;
13027 *has_smi_only_elements = !found_double;
13009 ShouldConvertToFastDoubleElements( bool* has_smi_only_elements) argument

Completed in 136 milliseconds