Home
last modified time | relevance | path

Searched refs:requires_slow_elements (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dobjects-inl.h3135 bool SeededNumberDictionary::requires_slow_elements() { in requires_slow_elements() function
3143 DCHECK(!requires_slow_elements()); in max_number_key()
Dobjects.cc12993 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()
Dobjects.h3700 inline bool requires_slow_elements();