Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dfixed-array-inl.h144 void FixedArray::set_the_hole(int index) { in set_the_hole() function
145 set_the_hole(GetReadOnlyRoots(), index); in set_the_hole()
148 void FixedArray::set_the_hole(Isolate* isolate, int index) { in set_the_hole() function
149 set_the_hole(ReadOnlyRoots(isolate), index); in set_the_hole()
152 void FixedArray::set_the_hole(ReadOnlyRoots ro_roots, int index) { in set_the_hole() function
158 set_the_hole(i); in FillWithHoles()
207 void FixedDoubleArray::set_the_hole(Isolate* isolate, int index) { in set_the_hole() function
208 set_the_hole(index); in set_the_hole()
211 void FixedDoubleArray::set_the_hole(int index) { in set_the_hole() function
232 set_the_hole(i); in FillWithHoles()
Dfixed-array.h136 inline void set_the_hole(int index);
137 inline void set_the_hole(Isolate* isolate, int index);
205 inline void set_the_hole(ReadOnlyRoots ro_roots, int index);
227 inline void set_the_hole(Isolate* isolate, int index);
228 inline void set_the_hole(int index);
/external/v8/src/runtime/
Druntime-scopes.cc437 parameter_map->set_the_hole(i + 2); in NewSloppyArguments()
446 arguments->set_the_hole(parameter); in NewSloppyArguments()
595 result->set_the_hole(isolate, index); in RUNTIME_FUNCTION()
Druntime-array.cc247 elements->set_the_hole(holes); in RemoveArrayHoles()
291 elements->set_the_hole(isolate, holes); in RemoveArrayHoles()
/external/v8/src/
Delements.cc207 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()
[all …]
Ddeoptimizer.cc3457 array->set_the_hole(isolate(), i); in MaterializeFixedDoubleArray()
Dobjects.cc18135 table->set_the_hole(i); in FillEntriesWithHoles()
18279 this->set_the_hole(Derived::EntryToIndex(entry)); in RemoveEntry()
18280 this->set_the_hole(Derived::EntryToIndex(entry) + 1); in RemoveEntry()
Dapi.cc6389 list->set_the_hole(isolate, int_index); in GetSerializedDataFromFixedArray()