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

/external/v8/src/
H A Dbuiltins.cc319 static void FillWithHoles(Heap* heap, FixedArray* dst, int from, int to) { function in namespace:v8::internal::__anon10270
475 FillWithHoles(heap, new_elms, new_length, capacity);
608 FillWithHoles(heap, new_elms, new_length, capacity);
852 FillWithHoles(heap, elms, new_length, len);
882 FillWithHoles(heap, new_elms, new_length, capacity);

Completed in 31 milliseconds