Searched defs:SetFastElementsCapacityAndLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Delements.cc690 SetFastElementsCapacityAndLength(array, capacity, length);
693 static void SetFastElementsCapacityAndLength( function in class:v8::internal::ElementsAccessorBase
912 FastElementsAccessorSubclass::SetFastElementsCapacityAndLength(
1084 // SLOPPY_ARGUMENTS_ELEMENTS in SetFastElementsCapacityAndLength.
1104 static void SetFastElementsCapacityAndLength( function in class:v8::internal::FastSmiOrObjectElementsAccessor
1112 JSObject::SetFastElementsCapacityAndLength(
1175 static void SetFastElementsCapacityAndLength(Handle<JSObject> obj, function in class:v8::internal::FastDoubleElementsAccessor
H A Dobjects.cc10956 Handle<FixedArray> JSObject::SetFastElementsCapacityAndLength( function in class:v8::JSObject
12034 SetFastElementsCapacityAndLength(object, new_capacity, array_length,
12173 SetFastElementsCapacityAndLength(object, new_length, new_length,
12223 SetFastElementsCapacityAndLength(object, elms_length, length,
12736 SetFastElementsCapacityAndLength(object, capacity, length,

Completed in 178 milliseconds