Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-inl.h2093 bool SeededNumberDictionary::requires_slow_elements() { in requires_slow_elements() function
2101 ASSERT(!requires_slow_elements()); in max_number_key()
Dobjects.cc9902 if (dictionary->requires_slow_elements()) return false; in ShouldConvertToFastElements()
11276 if (IsJSArray() || dict->requires_slow_elements() || in PrepareElementsForSort()
12134 if (requires_slow_elements()) return; in UpdateMaxNumberKey()
Dobjects.h3184 inline bool requires_slow_elements();