/third_party/node/deps/v8/src/objects/ |
D | fixed-array-inl.h | 58 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 …]
|
D | api-callbacks-inl.h | 100 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()
|
D | js-list-format.cc | 177 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()
|
D | js-array-inl.h | 52 (storage->map() == array->GetReadOnlyRoots().fixed_double_array_map() && in SetContent() 54 ((storage->map() != array->GetReadOnlyRoots().fixed_double_array_map()) && in SetContent()
|
D | js-display-names.cc | 632 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()
|
D | js-objects-inl.h | 176 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()
|
D | map-inl.h | 248 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()
|
D | templates-inl.h | 62 HeapObject undefined = GetReadOnlyRoots(cage_base).undefined_value(); \ 87 GetReadOnlyRoots(cage_base).empty_fixed_array()) in RARE_ACCESSORS()
|
D | symbol-table.cc | 11 ReadOnlyRoots roots = this->GetReadOnlyRoots(); in SlowReverseLookup()
|
D | heap-object.h | 79 inline ReadOnlyRoots GetReadOnlyRoots() const; 82 inline ReadOnlyRoots GetReadOnlyRoots(PtrComprCageBase cage_base) const;
|
D | objects-inl.h | 119 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()
|
D | hash-table-inl.h | 65 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()
|
D | allocation-site-inl.h | 68 return map() == GetReadOnlyRoots().allocation_site_map(); in HasWeakNext() 77 set_dependent_code(DependentCode::empty_dependent_code(GetReadOnlyRoots()), in Initialize()
|
D | shared-function-info-inl.h | 163 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()
|
D | js-plural-rules.cc | 58 return GetReadOnlyRoots().cardinal_string_handle(); in TypeAsString() 60 return GetReadOnlyRoots().ordinal_string_handle(); in TypeAsString()
|
D | scope-info-inl.h | 100 ReadOnlyRoots roots = scope_info()->GetReadOnlyRoots(); in advance_hashtable_index()
|
D | dictionary-inl.h | 149 Object the_hole = this->GetReadOnlyRoots().the_hole_value(); in ClearEntry() 253 Object the_hole = this->GetReadOnlyRoots().the_hole_value(); in ClearEntry()
|
D | js-relative-time-format.cc | 276 return GetReadOnlyRoots().always_string_handle(); in NumericAsString() 278 return GetReadOnlyRoots().auto_string_handle(); in NumericAsString()
|
D | js-function-inl.h | 175 .IsTheHole(GetReadOnlyRoots(cage_base)); in DEF_GETTER()
|
D | objects.cc | 1973 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 …]
|
D | swiss-name-dictionary.cc | 255 ReadOnlyRoots roots = this->GetReadOnlyRoots(); in NumberOfEnumerableProperties()
|
D | scope-info.cc | 820 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/ |
D | read-only-heap-inl.h | 16 ReadOnlyRoots ReadOnlyHeap::GetReadOnlyRoots(HeapObject object) { in GetReadOnlyRoots() function
|
D | read-only-heap.h | 75 V8_EXPORT_PRIVATE inline static ReadOnlyRoots GetReadOnlyRoots(
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects-inl.h | 65 return !value.IsUndefined(GetReadOnlyRoots(cage_base)); \ in TQ_OBJECT_CONSTRUCTORS_IMPL() 68 !value.IsUndefined(GetReadOnlyRoots(cage_base)), true)
|