Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc216 auto empty_array_list = factory()->empty_array_list(); in WebSnapshotSerializer() local
217 contexts_ = empty_array_list; in WebSnapshotSerializer()
218 functions_ = empty_array_list; in WebSnapshotSerializer()
219 classes_ = empty_array_list; in WebSnapshotSerializer()
220 arrays_ = empty_array_list; in WebSnapshotSerializer()
221 objects_ = empty_array_list; in WebSnapshotSerializer()
222 strings_ = empty_array_list; in WebSnapshotSerializer()
223 maps_ = empty_array_list; in WebSnapshotSerializer()
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc296 raw.set_script_or_modules(roots.empty_array_list()); in NewScriptWithId()
311 if (size == 0) return impl()->empty_array_list(); in NewArrayList()
H A Dsetup-heap-internal.cc810 set_basic_block_profiling_data(roots.empty_array_list()); in CreateInitialObjects()
H A Dfactory.cc1517 result.set_subtypes(ReadOnlyRoots(isolate()).empty_array_list()); in NewWasmTypeInfo()
2795 module.set_async_parent_modules(roots.empty_array_list()); in NewSourceTextModule()
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc616 ReadOnlyRoots(isolate).empty_array_list()); in CollectPrecise()
/third_party/node/deps/v8/src/roots/
H A Droots.h191 V(ArrayList, empty_array_list, EmptyArrayList) \
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.cc1055 module->set_async_parent_modules(ReadOnlyRoots(isolate).empty_array_list()); in InnerModuleEvaluation()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc610 CHECK_EQ(*this, ReadOnlyRoots(isolate).empty_array_list()); in ArrayListVerify()

Completed in 22 milliseconds