Searched refs:requires_slow_elements (Results 1 – 3 of 3) sorted by relevance
3135 bool SeededNumberDictionary::requires_slow_elements() { in requires_slow_elements() function3143 DCHECK(!requires_slow_elements()); in max_number_key()
12993 if (dictionary->requires_slow_elements()) return false; in ShouldConvertToFastElements()14231 if (object->IsJSArray() || dict->requires_slow_elements() || in PrepareElementsForSort()15045 if (requires_slow_elements()) return; in UpdateMaxNumberKey()
3700 inline bool requires_slow_elements();