Home
last modified time | relevance | path

Searched refs:GetReadOnlyRoots (Results 1 – 25 of 43) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
Dfixed-array-inl.h58 Object the_hole = GetReadOnlyRoots().the_hole_value(); in ContainsOnlySmisOrHoles()
88 DCHECK_NE(map(), GetReadOnlyRoots().fixed_cow_array_map()); in set()
97 DCHECK_NE(GetReadOnlyRoots().fixed_cow_array_map(), map()); in set()
106 DCHECK_NE(map(), GetReadOnlyRoots().fixed_cow_array_map()); in set()
115 DCHECK_NE(array.map(), array.GetReadOnlyRoots().fixed_cow_array_map()); in NoWriteBarrierSet()
136 DCHECK_NE(map(), GetReadOnlyRoots().fixed_cow_array_map()); in set()
160 DCHECK_NE(map(), GetReadOnlyRoots().fixed_cow_array_map()); in set()
172 set_undefined(GetReadOnlyRoots(), index); in set_undefined()
183 void FixedArray::set_null(int index) { set_null(GetReadOnlyRoots(), index); } in set_null()
194 set_the_hole(GetReadOnlyRoots(), index); in set_the_hole()
[all …]
Dapi-callbacks-inl.h100 ReadOnlyRoots roots = GetReadOnlyRoots(); in BOOL_ACCESSORS()
108 ReadOnlyRoots roots = GetReadOnlyRoots(); in IsSideEffectCallHandlerInfo()
117 GetReadOnlyRoots().next_call_side_effect_free_call_handler_info_map()); in SetNextCallHasNoSideEffect()
121 ReadOnlyRoots roots = GetReadOnlyRoots(); in NextCallHasNoSideEffect()
Djs-list-format.cc177 return GetReadOnlyRoots().long_string_handle(); in StyleAsString()
179 return GetReadOnlyRoots().short_string_handle(); in StyleAsString()
181 return GetReadOnlyRoots().narrow_string_handle(); in StyleAsString()
189 return GetReadOnlyRoots().conjunction_string_handle(); in TypeAsString()
191 return GetReadOnlyRoots().disjunction_string_handle(); in TypeAsString()
193 return GetReadOnlyRoots().unit_string_handle(); in TypeAsString()
Djs-array-inl.h52 (storage->map() == array->GetReadOnlyRoots().fixed_double_array_map() && in SetContent()
54 ((storage->map() != array->GetReadOnlyRoots().fixed_double_array_map()) && in SetContent()
Djs-display-names.cc632 return GetReadOnlyRoots().long_string_handle(); in StyleAsString()
634 return GetReadOnlyRoots().short_string_handle(); in StyleAsString()
636 return GetReadOnlyRoots().narrow_string_handle(); in StyleAsString()
644 return GetReadOnlyRoots().code_string_handle(); in FallbackAsString()
646 return GetReadOnlyRoots().none_string_handle(); in FallbackAsString()
654 return GetReadOnlyRoots().dialect_string_handle(); in LanguageDisplayAsString()
656 return GetReadOnlyRoots().standard_string_handle(); in LanguageDisplayAsString()
Djs-objects-inl.h176 Object the_hole = object->GetReadOnlyRoots().the_hole_value(); in EnsureCanContainElements()
209 ReadOnlyRoots roots = object->GetReadOnlyRoots(); in EnsureCanContainElements()
633 DCHECK(map == GetReadOnlyRoots(cage_base).fixed_array_map() || in ACCESSORS()
634 map == GetReadOnlyRoots(cage_base).fixed_cow_array_map()); in ACCESSORS()
637 fixed_array == GetReadOnlyRoots(cage_base).empty_fixed_array()); in ACCESSORS()
794 return GetReadOnlyRoots(cage_base).empty_property_dictionary(); in DEF_GETTER()
806 return GetReadOnlyRoots(cage_base).empty_swiss_property_dictionary(); in DEF_GETTER()
816 if (prop.IsSmi() || prop == GetReadOnlyRoots(cage_base).empty_fixed_array()) { in DEF_GETTER()
817 return GetReadOnlyRoots(cage_base).empty_property_array(); in DEF_GETTER()
Dmap-inl.h248 result = GetReadOnlyRoots().empty_fixed_array(); in GetInitialElements()
250 result = GetReadOnlyRoots().empty_byte_array(); in GetInitialElements()
252 result = GetReadOnlyRoots().empty_slow_element_dictionary(); in GetInitialElements()
679 return *this == GetReadOnlyRoots().boolean_map(); in INSTANCE_TYPE_CHECKERS()
683 auto roots = GetReadOnlyRoots(); in IsNullOrUndefinedMap()
742 GetReadOnlyRoots(cage_base).meta_map(); in ConcurrentIsMap()
750 return GetReadOnlyRoots(cage_base).undefined_value(); in DEF_GETTER()
Dtemplates-inl.h62 HeapObject undefined = GetReadOnlyRoots(cage_base).undefined_value(); \
87 GetReadOnlyRoots(cage_base).empty_fixed_array()) in RARE_ACCESSORS()
Dsymbol-table.cc11 ReadOnlyRoots roots = this->GetReadOnlyRoots(); in SlowReverseLookup()
Dheap-object.h79 inline ReadOnlyRoots GetReadOnlyRoots() const;
82 inline ReadOnlyRoots GetReadOnlyRoots(PtrComprCageBase cage_base) const;
Dobjects-inl.h119 bool HeapObject::Is##Type() const { return Is##Type(GetReadOnlyRoots()); }
195 return IsNullOrUndefined(GetReadOnlyRoots()); in IsNullOrUndefined()
235 return map(cage_base) == GetReadOnlyRoots(cage_base).module_info_map(); in DEF_GETTER()
307 GetReadOnlyRoots(cage_base).unchecked_array_list_map(); in DEF_GETTER()
518 heap_object.GetReadOnlyRoots(cage_base))) { in OptimalRepresentation()
780 ReadOnlyRoots HeapObject::GetReadOnlyRoots() const { in GetReadOnlyRoots() function
781 return ReadOnlyHeap::GetReadOnlyRoots(*this); in GetReadOnlyRoots()
784 ReadOnlyRoots HeapObject::GetReadOnlyRoots(PtrComprCageBase cage_base) const { in GetReadOnlyRoots() function
789 return GetReadOnlyRoots(); in GetReadOnlyRoots()
Dhash-table-inl.h65 DCHECK_NE(GetReadOnlyRoots().fixed_cow_array_map(), map()); in CAST_ACCESSOR()
76 DCHECK_NE(GetReadOnlyRoots().fixed_cow_array_map(), map()); in set_key()
210 if (!IsKey(GetReadOnlyRoots(cage_base), k)) return false; in ToKey()
Dallocation-site-inl.h68 return map() == GetReadOnlyRoots().allocation_site_map(); in HasWeakNext()
77 set_dependent_code(DependentCode::empty_dependent_code(GetReadOnlyRoots()), in Initialize()
Dshared-function-info-inl.h163 if (!HasSharedName()) return GetReadOnlyRoots().empty_string(); in Name()
169 return GetReadOnlyRoots().empty_string(); in Name()
419 return GetReadOnlyRoots().empty_scope_info(); in DEF_ACQUIRE_GETTER()
834 data.set_map(GetReadOnlyRoots().uncompiled_data_without_preparse_data_map(), in ClearPreparseData()
915 return GetReadOnlyRoots().empty_string(); in inferred_name()
Djs-plural-rules.cc58 return GetReadOnlyRoots().cardinal_string_handle(); in TypeAsString()
60 return GetReadOnlyRoots().ordinal_string_handle(); in TypeAsString()
Dscope-info-inl.h100 ReadOnlyRoots roots = scope_info()->GetReadOnlyRoots(); in advance_hashtable_index()
Ddictionary-inl.h149 Object the_hole = this->GetReadOnlyRoots().the_hole_value(); in ClearEntry()
253 Object the_hole = this->GetReadOnlyRoots().the_hole_value(); in ClearEntry()
Djs-relative-time-format.cc276 return GetReadOnlyRoots().always_string_handle(); in NumericAsString()
278 return GetReadOnlyRoots().auto_string_handle(); in NumericAsString()
Djs-function-inl.h175 .IsTheHole(GetReadOnlyRoots(cage_base)); in DEF_GETTER()
Dobjects.cc1973 ReadOnlyRoots roots = GetReadOnlyRoots(); in HeapObjectShortPrint()
4009 return array->GetReadOnlyRoots().empty_fixed_array_handle(); in ShrinkOrEmpty()
4436 set_enum_cache(GetReadOnlyRoots().empty_enum_cache(), SKIP_WRITE_BARRIER); in ClearEnumCache()
5309 js_array_map.GetReadOnlyRoots().length_string()); in MayHaveReadOnlyLength()
5340 return map() == GetReadOnlyRoots().fixed_cow_array_map(); in IsCowArray()
5344 ReadOnlyRoots roots = GetReadOnlyRoots(); in PrivateSymbolToName()
5747 ReadOnlyRoots roots = GetReadOnlyRoots(cage_base); in Rehash()
5802 ReadOnlyRoots roots = GetReadOnlyRoots(cage_base); in Rehash()
6049 DCHECK(dictionary->IsKey(dictionary->GetReadOnlyRoots(), in NextEnumerationIndex()
6201 ReadOnlyRoots roots = GetReadOnlyRoots(); in CopyValuesTo()
[all …]
Dswiss-name-dictionary.cc255 ReadOnlyRoots roots = this->GetReadOnlyRoots(); in NumberOfEnumerableProperties()
Dscope-info.cc820 if (!HasFunctionName()) return GetReadOnlyRoots().empty_string(); in FunctionDebugName()
829 return GetReadOnlyRoots().empty_string(); in FunctionDebugName()
908 name.Equals(name.GetReadOnlyRoots().this_string()); in VariableIsSynthetic()
/third_party/node/deps/v8/src/heap/
Dread-only-heap-inl.h16 ReadOnlyRoots ReadOnlyHeap::GetReadOnlyRoots(HeapObject object) { in GetReadOnlyRoots() function
Dread-only-heap.h75 V8_EXPORT_PRIVATE inline static ReadOnlyRoots GetReadOnlyRoots(
/third_party/node/deps/v8/src/wasm/
Dwasm-objects-inl.h65 return !value.IsUndefined(GetReadOnlyRoots(cage_base)); \ in TQ_OBJECT_CONSTRUCTORS_IMPL()
68 !value.IsUndefined(GetReadOnlyRoots(cage_base)), true)

12