Home
last modified time | relevance | path

Searched refs:set_the_hole (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Delements.cc195 to->set_the_hole(i + to_start); in CopyDictionaryToObjectElements()
268 FixedDoubleArray::cast(to_base)->set_the_hole(i); in CopyDoubleToDoubleElements()
300 FixedDoubleArray::cast(to_base)->set_the_hole(i); in CopySmiToDoubleElements()
314 to->set_the_hole(to_start); in CopySmiToDoubleElements()
337 FixedDoubleArray::cast(to_base)->set_the_hole(i); in CopyPackedSmiToDoubleElements()
373 FixedDoubleArray::cast(to_base)->set_the_hole(i); in CopyObjectToDoubleElements()
387 to->set_the_hole(to_start); in CopyObjectToDoubleElements()
409 FixedDoubleArray::cast(to_base)->set_the_hole(i); in CopyDictionaryToDoubleElements()
424 to->set_the_hole(i + to_start); in CopyDictionaryToDoubleElements()
766 BackingStore::cast(*backing_store)->set_the_hole(i); in SetLengthImpl()
[all …]
Dobjects-inl.h2424 void FixedDoubleArray::set_the_hole(int index) { in set_the_hole() function
2447 set_the_hole(i); in FillWithHoles()
2637 void FixedArray::set_the_hole(int index) { in set_the_hole() function
2649 set_the_hole(i); in FillWithHoles()
Dfactory.cc189 double_array->set_the_hole(i); in NewFixedDoubleArrayWithHoles()
Dobjects.h2859 inline void set_the_hole(int index);
2936 inline void set_the_hole(int index);
Dobjects.cc17466 elements->set_the_hole(holes); in PrepareElementsForSort()
17510 elements->set_the_hole(holes); in PrepareElementsForSort()
18526 set_the_hole(EntryToIndex(entry)); in RemoveEntry()
18527 set_the_hole(EntryToIndex(entry) + 1); in RemoveEntry()
/external/v8/src/runtime/
Druntime-scopes.cc460 parameter_map->set_the_hole(index + 2); in NewSloppyArguments()
473 arguments->set_the_hole(index); in NewSloppyArguments()