Home
last modified time | relevance | path

Searched refs:ro_roots (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfixed-array-inl.h179 void FixedArray::set_undefined(ReadOnlyRoots ro_roots, int index) { in set_undefined() argument
180 FixedArray::NoWriteBarrierSet(*this, index, ro_roots.undefined_value()); in set_undefined()
189 void FixedArray::set_null(ReadOnlyRoots ro_roots, int index) { in set_null() argument
190 FixedArray::NoWriteBarrierSet(*this, index, ro_roots.null_value()); in set_null()
201 void FixedArray::set_the_hole(ReadOnlyRoots ro_roots, int index) { in set_the_hole() argument
202 FixedArray::NoWriteBarrierSet(*this, index, ro_roots.the_hole_value()); in set_the_hole()
Dfixed-array.h157 inline void set_undefined(ReadOnlyRoots ro_roots, int index);
160 inline void set_null(ReadOnlyRoots ro_roots, int index);
163 inline void set_the_hole(ReadOnlyRoots ro_roots, int index);
Dordered-hash-table.cc232 HeapObject OrderedHashSet::GetEmpty(ReadOnlyRoots ro_roots) { in GetEmpty() argument
233 return ro_roots.empty_ordered_hash_set(); in GetEmpty()
236 HeapObject OrderedHashMap::GetEmpty(ReadOnlyRoots ro_roots) { in GetEmpty() argument
237 return ro_roots.empty_ordered_hash_map(); in GetEmpty()
1474 ReadOnlyRoots ro_roots = GetReadOnlyRoots(); in HasMore() local
1483 table.KeyAt(InternalIndex(index)).IsTheHole(ro_roots)) { in HasMore()
1491 set_table(TableType::GetEmpty(ro_roots)); in HasMore()
Dshared-function-info.cc31 void SharedFunctionInfo::Init(ReadOnlyRoots ro_roots, int unique_id) { in Init() argument
46 set_raw_outer_scope_info_or_feedback_metadata(ro_roots.the_hole_value(), in Init()
48 set_script_or_debug_info(ro_roots.undefined_value(), kReleaseStore, in Init()
Dordered-hash-table.h298 static HeapObject GetEmpty(ReadOnlyRoots ro_roots);
343 static HeapObject GetEmpty(ReadOnlyRoots ro_roots);
822 static HeapObject GetEmpty(ReadOnlyRoots ro_roots);
/third_party/node/deps/v8/src/roots/
Droots.h591 V8_INLINE explicit ReadOnlyRoots(Address* ro_roots) in READ_ONLY_ROOT_LIST()
592 : read_only_roots_(ro_roots) {} in READ_ONLY_ROOT_LIST()
/third_party/node/deps/v8/src/heap/
Dfactory.cc1874 ReadOnlyRoots ro_roots(roots); in InitializeMap() local
1875 HeapObject raw_null_value = ro_roots.null_value(); in InitializeMap()
1891 map.set_dependent_code(DependentCode::empty_dependent_code(ro_roots), in InitializeMap()
1896 map.SetInstanceDescriptors(isolate(), ro_roots.empty_descriptor_array(), 0); in InitializeMap()