Home
last modified time | relevance | path

Searched refs:FillWithHoles (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dfixed-array.h177 inline void FillWithHoles(int from, int to);
267 inline void FillWithHoles(int from, int to);
H A Dfixed-array-inl.h205 void FixedArray::FillWithHoles(int from, int to) { in FillWithHoles() function in v8::internal::FixedArray
428 void FixedDoubleArray::FillWithHoles(int from, int to) { in FillWithHoles() function in v8::internal::FixedDoubleArray
H A Delements.cc761 .FillWithHoles(length, in SetLengthImpl()
765 BackingStore::cast(*backing_store).FillWithHoles(length, old_length); in SetLengthImpl()
2205 dst_elms.FillWithHoles(hole_start, hole_end); in MoveElements()
H A Dobjects.cc4000 new_array->FillWithHoles(array->length(), new_array->length()); in SetAndGrow()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc541 Handle<FixedDoubleArray>::cast(array)->FillWithHoles(0, length); in NewFixedDoubleArrayWithHoles()

Completed in 30 milliseconds