Home
last modified time | relevance | path

Searched refs:FillWithHoles (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Delements.cc1596 dst_elms->FillWithHoles(hole_start, hole_end); in MoveElements()
1731 dst_elms->FillWithHoles(hole_start, hole_end); in MoveElements()
Dobjects-inl.h2456 void FixedDoubleArray::FillWithHoles(int from, int to) { in FillWithHoles() function
2617 void FixedArray::FillWithHoles(int from, int to) { in FillWithHoles() function
Dobjects.h2620 inline void FillWithHoles(int from, int to);
2701 inline void FillWithHoles(int from, int to);
Dobjects.cc19021 table->FillWithHoles(0, table->length()); in Set()
19038 table->FillWithHoles(0, table->length()); in Delete()