Searched refs:set_the_hole (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/objects/ |
D | fixed-array-inl.h | 144 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()
|
D | fixed-array.h | 136 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/ |
D | runtime-scopes.cc | 437 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()
|
D | runtime-array.cc | 247 elements->set_the_hole(holes); in RemoveArrayHoles() 291 elements->set_the_hole(isolate, holes); in RemoveArrayHoles()
|
/external/v8/src/ |
D | elements.cc | 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() [all …]
|
D | deoptimizer.cc | 3457 array->set_the_hole(isolate(), i); in MaterializeFixedDoubleArray()
|
D | objects.cc | 18135 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()
|
D | api.cc | 6389 list->set_the_hole(isolate, int_index); in GetSerializedDataFromFixedArray()
|