Lines Matching refs:set_the_hole
207 to->set_the_hole(isolate, i + to_start); in CopyDictionaryToObjectElements()
279 FixedDoubleArray::cast(to_base)->set_the_hole(i); in CopyDoubleToDoubleElements()
311 FixedDoubleArray::cast(to_base)->set_the_hole(i); in CopySmiToDoubleElements()
325 to->set_the_hole(to_start); in CopySmiToDoubleElements()
348 FixedDoubleArray::cast(to_base)->set_the_hole(i); in CopyPackedSmiToDoubleElements()
384 FixedDoubleArray::cast(to_base)->set_the_hole(i); in CopyObjectToDoubleElements()
398 to->set_the_hole(to_start); in CopyObjectToDoubleElements()
417 FixedDoubleArray::cast(to_base)->set_the_hole(i); in CopyDictionaryToDoubleElements()
432 to->set_the_hole(i + to_start); in CopyDictionaryToDoubleElements()
2021 backing_store->set_the_hole(isolate, entry); in DeleteCommon()
3991 elements->set_the_hole(isolate, insertion_index); in SliceImpl()