Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc690 SetFastElementsCapacityAndLength(array, capacity, length); in SetCapacityAndLength()
693 static void SetFastElementsCapacityAndLength( in SetFastElementsCapacityAndLength() function in v8::internal::ElementsAccessorBase
912 FastElementsAccessorSubclass::SetFastElementsCapacityAndLength( in SetLengthWithoutNormalize()
1104 static void SetFastElementsCapacityAndLength( in SetFastElementsCapacityAndLength() function in v8::internal::FastSmiOrObjectElementsAccessor
1112 JSObject::SetFastElementsCapacityAndLength( in SetFastElementsCapacityAndLength()
1175 static void SetFastElementsCapacityAndLength(Handle<JSObject> obj, in SetFastElementsCapacityAndLength() function in v8::internal::FastDoubleElementsAccessor
Dobjects.cc10956 Handle<FixedArray> JSObject::SetFastElementsCapacityAndLength( in SetFastElementsCapacityAndLength() function in v8::internal::JSObject
12034 SetFastElementsCapacityAndLength(object, new_capacity, array_length, in SetFastElement()
12173 SetFastElementsCapacityAndLength(object, new_length, new_length, in SetDictionaryElement()
12223 SetFastElementsCapacityAndLength(object, elms_length, length, in SetFastDoubleElement()
12736 SetFastElementsCapacityAndLength(object, capacity, length, in TransitionElementsKind()
Dobjects.h1957 static Handle<FixedArray> SetFastElementsCapacityAndLength(