Searched refs:ShouldConvertToSlowElements (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/objects/ |
D | js-objects-inl.h | 793 static inline bool ShouldConvertToSlowElements(uint32_t used_elements, in ACCESSORS() 801 static inline bool ShouldConvertToSlowElements(JSObject object, in ShouldConvertToSlowElements() function 820 return ShouldConvertToSlowElements(object.GetFastElementsUsage(), in ShouldConvertToSlowElements()
|
D | js-objects.cc | 4743 return ShouldConvertToSlowElements(*this, capacity, index, &new_capacity); in WouldConvertToSlowElements() 4834 } else if (ShouldConvertToSlowElements( in AddDataElement()
|
D | objects.cc | 5085 ShouldConvertToSlowElements(*this, capacity, new_length - 1, in SetLengthWouldNormalize()
|
/external/v8/src/json/ |
D | json-parser.cc | 419 if (ShouldConvertToSlowElements(cont.elements, cont.max_index + 1)) { in BuildJsonObject()
|