Home
last modified time | relevance | path

Searched refs:DetailsAtPut (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/objects/
Ddictionary-inl.h75 void Dictionary<Derived, Shape>::DetailsAtPut(InternalIndex entry, in DetailsAtPut() function
77 Shape::DetailsAtPut(Derived::cast(*this), entry, value); in DetailsAtPut()
165 if (Shape::kHasDetails) DetailsAtPut(entry, details); in SetEntry()
186 void BaseDictionaryShape<Key>::DetailsAtPut(Dictionary dict, in DetailsAtPut() function
249 DetailsAtPut(entry, details); in SetEntry()
342 void GlobalDictionaryShape::DetailsAtPut(Dictionary dict, InternalIndex entry, in DetailsAtPut() function
Dliteral-objects.cc229 dictionary->DetailsAtPut(entry, details); in AddToDictionaryTemplate()
270 dictionary->DetailsAtPut(entry, details); in AddToDictionaryTemplate()
291 dictionary->DetailsAtPut(entry, details); in AddToDictionaryTemplate()
305 dictionary->DetailsAtPut(entry, details); in AddToDictionaryTemplate()
332 dictionary->DetailsAtPut(entry, details); in AddToDictionaryTemplate()
349 dictionary->DetailsAtPut(entry, details); in AddToDictionaryTemplate()
365 dictionary->DetailsAtPut(entry, details); in AddToDictionaryTemplate()
Ddictionary.h53 inline void DetailsAtPut(InternalIndex entry, PropertyDetails value); in EXPORT_TEMPLATE_DECLARE()
114 static inline void DetailsAtPut(Dictionary dict, InternalIndex entry,
219 static inline void DetailsAtPut(Dictionary dict, InternalIndex entry,
285 static inline void DetailsAtPut(Dictionary dict, InternalIndex entry, in DetailsAtPut() function
Dswiss-name-dictionary.h110 inline void DetailsAtPut(InternalIndex entry, PropertyDetails value);
281 inline void DetailsAtPut(int entry, PropertyDetails value);
Dswiss-name-dictionary-inl.h275 void SwissNameDictionary::DetailsAtPut(int entry, PropertyDetails details) { in DetailsAtPut() function
281 void SwissNameDictionary::DetailsAtPut(InternalIndex entry, in DetailsAtPut() function
283 DetailsAtPut(entry.as_int(), details); in DetailsAtPut()
549 DetailsAtPut(target, details); in AddInternal()
Dordered-hash-table-inl.h148 inline void OrderedNameDictionary::DetailsAtPut(InternalIndex entry, in DetailsAtPut() function
174 inline void SmallOrderedNameDictionary::DetailsAtPut(InternalIndex entry, in DetailsAtPut() function
Dordered-hash-table.h817 inline void DetailsAtPut(InternalIndex entry, PropertyDetails value);
867 static void DetailsAtPut(HeapObject table, InternalIndex entry,
909 inline void DetailsAtPut(InternalIndex entry, PropertyDetails value);
Dlookup.cc397 dict.DetailsAtPut(dictionary_entry(), property_details_); in PrepareForDataProperty()
400 dict.DetailsAtPut(dictionary_entry(), property_details_); in PrepareForDataProperty()
449 dict.DetailsAtPut(dictionary_entry(), property_details_); in PrepareForDataProperty()
452 dict.DetailsAtPut(dictionary_entry(), property_details_); in PrepareForDataProperty()
534 dictionary->DetailsAtPut(dictionary_entry(), details); in ReconfigureDataProperty()
Dswiss-name-dictionary.cc165 new_table->DetailsAtPut(i, table->DetailsAt(i)); in ShallowCopy()
Dordered-hash-table.cc1355 void OrderedNameDictionaryHandler::DetailsAtPut(HeapObject table, in DetailsAtPut() function in v8::internal::OrderedNameDictionaryHandler
1359 return SmallOrderedNameDictionary::cast(table).DetailsAtPut(entry, details); in DetailsAtPut()
1363 OrderedNameDictionary::cast(table).DetailsAtPut(entry, details); in DetailsAtPut()
Djs-objects.cc2695 dictionary->DetailsAtPut(entry, details); in SetNormalizedProperty()
4204 dictionary->DetailsAtPut(i, details); in ApplyAttributesToDictionary()
4769 dict.DetailsAtPut(index, details); in OptimizeAsPrototype()
Dobjects.cc6056 dictionary->DetailsAtPut(internal_index, new_details); in NextEnumerationIndex()
6091 if (Shape::kEntrySize == 3) dictionary->DetailsAtPut(entry, details); in AtPut()
Delements.cc1530 dictionary.DetailsAtPut(entry, details); in ReconfigureImpl()
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc1584 table.DetailsAtPut(index, details); in RUNTIME_FUNCTION()