Searched refs:SetFastElementsCapacityAndLength (Results 1 – 3 of 3) sorted by relevance
460 return ElementsAccessorSubclass::SetFastElementsCapacityAndLength( in SetCapacityAndLength()466 static MaybeObject* SetFastElementsCapacityAndLength(JSObject* obj, in SetFastElementsCapacityAndLength() function in v8::internal::ElementsAccessorBase666 SetFastElementsCapacityAndLength(array, new_capacity, length); in SetLengthWithoutNormalize()759 static MaybeObject* SetFastElementsCapacityAndLength(JSObject* obj, in SetFastElementsCapacityAndLength() function in v8::internal::FastObjectElementsAccessor766 return obj->SetFastElementsCapacityAndLength(capacity, in SetFastElementsCapacityAndLength()794 static MaybeObject* SetFastElementsCapacityAndLength(JSObject* obj, in SetFastElementsCapacityAndLength() function in v8::internal::FastDoubleElementsAccessor
8457 MaybeObject* JSObject::SetFastElementsCapacityAndLength( in SetFastElementsCapacityAndLength() function in v8::internal::JSObject9205 SetFastElementsCapacityAndLength(new_capacity, in SetFastElement()9347 : SetFastElementsCapacityAndLength(new_length, in SetDictionaryElement()9394 MaybeObject* maybe_obj = SetFastElementsCapacityAndLength( in SetFastDoubleElement()9714 MaybeObject* maybe_result = SetFastElementsCapacityAndLength( in TransitionElementsKind()
1826 MUST_USE_RESULT MaybeObject* SetFastElementsCapacityAndLength(