Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Dfixed-array-inl.h193 void FixedArray::set_the_hole(int index) { in set_the_hole() function in v8::internal::FixedArray
194 set_the_hole(GetReadOnlyRoots(), index); in set_the_hole()
197 void FixedArray::set_the_hole(Isolate* isolate, int index) { in set_the_hole() function in v8::internal::FixedArray
198 set_the_hole(ReadOnlyRoots(isolate), index); in set_the_hole()
201 void FixedArray::set_the_hole(ReadOnlyRoots ro_roots, int index) { in set_the_hole() function in v8::internal::FixedArray
207 set_the_hole(i); in FillWithHoles()
400 void FixedDoubleArray::set_the_hole(Isolate* isolate, int index) { in set_the_hole() function in v8::internal::FixedDoubleArray
401 set_the_hole(index); in set_the_hole()
404 void FixedDoubleArray::set_the_hole(int index) { in set_the_hole() function in v8::internal::FixedDoubleArray
430 set_the_hole( in FillWithHoles()
[all...]
H A Dfixed-array.h161 inline void set_the_hole(int index);
162 inline void set_the_hole(Isolate* isolate, int index);
163 inline void set_the_hole(ReadOnlyRoots ro_roots, int index);
252 inline void set_the_hole(Isolate* isolate, int index);
253 inline void set_the_hole(int index);
H A Delements.cc263 to.set_the_hole(isolate, i + to_start); in CopyDictionaryToObjectElements()
325 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopyDoubleToDoubleElements()
360 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopySmiToDoubleElements()
373 to.set_the_hole(to_start); in CopySmiToDoubleElements()
392 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopyPackedSmiToDoubleElements()
421 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopyObjectToDoubleElements()
434 to.set_the_hole(to_start); in CopyObjectToDoubleElements()
451 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopyDictionaryToDoubleElements()
465 to.set_the_hole(i + to_start); in CopyDictionaryToDoubleElements()
1971 backing_store->set_the_hole(isolat in DeleteCommon()
[all...]
H A Dobjects.cc6281 table->set_the_hole(i); in FillEntriesWithHoles()
6457 this->set_the_hole(Derived::EntryToIndex(entry)); in RemoveEntry()
6458 this->set_the_hole(Derived::EntryToValueIndex(entry)); in RemoveEntry()
/third_party/node/deps/v8/src/ast/
H A Dast.cc679 FixedDoubleArray::cast(*elements).set_the_hole(array_index); in BuildBoilerplateDescription()
/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc453 arguments->set_the_hole(parameter); in NewSloppyArguments()
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc1536 array->set_the_hole(isolate(), i); in MaterializeFixedDoubleArray()
/third_party/node/deps/v8/src/api/
H A Dapi.cc6653 list.set_the_hole(isolate, int_index); in GetSerializedDataFromFixedArray()

Completed in 47 milliseconds