Searched refs:SetFastElementsCapacityAndLength (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | elements.cc | 690 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
|
D | objects.cc | 10956 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()
|
D | objects.h | 1957 static Handle<FixedArray> SetFastElementsCapacityAndLength(
|