Home
last modified time | relevance | path

Searched refs:ValueAtPut (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dswiss-name-dictionary-inl.h261 void SwissNameDictionary::ValueAtPut(int entry, Object value) { in ValueAtPut() function in v8::internal::SwissNameDictionary
266 void SwissNameDictionary::ValueAtPut(InternalIndex entry, Object value) { in ValueAtPut() function in v8::internal::SwissNameDictionary
267 ValueAtPut(entry.as_int(), value); in ValueAtPut()
548 ValueAtPut(target, value); in AddInternal()
H A Dswiss-name-dictionary.h109 inline void ValueAtPut(InternalIndex entry, Object value);
282 inline void ValueAtPut(int entry, Object value);
H A Dordered-hash-table-inl.h134 inline void OrderedNameDictionary::ValueAtPut(InternalIndex entry, in ValueAtPut() function in v8::internal::OrderedNameDictionary
160 inline void SmallOrderedNameDictionary::ValueAtPut(InternalIndex entry, in ValueAtPut() function in v8::internal::SmallOrderedNameDictionary
H A Ddictionary.h47 inline void ValueAtPut(InternalIndex entry, Object value);
244 inline void ValueAtPut(InternalIndex entry, Object value);
H A Ddictionary-inl.h64 void Dictionary<Derived, Shape>::ValueAtPut(InternalIndex entry, Object value) { in ValueAtPut() function in v8::internal::Dictionary
257 void GlobalDictionary::ValueAtPut(InternalIndex entry, Object value) { in ValueAtPut() function in v8::internal::GlobalDictionary
H A Dliteral-objects.cc230 dictionary->ValueAtPut(entry, value); in AddToDictionaryTemplate()
292 dictionary->ValueAtPut(entry, value); in AddToDictionaryTemplate()
350 dictionary->ValueAtPut(entry, *pair); in AddToDictionaryTemplate()
H A Dordered-hash-table.h811 inline void ValueAtPut(InternalIndex entry, Object value);
861 static void ValueAtPut(HeapObject table, InternalIndex entry, Object value);
903 inline void ValueAtPut(InternalIndex entry, Object value);
H A Djs-weak-refs-inl.h146 key_map.ValueAtPut(entry, new_key_list_head); in RemoveUnregisterToken()
H A Dlookup.cc533 dictionary->ValueAtPut(dictionary_entry(), *value); in ReconfigureDataProperty()
1123 dictionary.ValueAtPut(dictionary_entry(), *value); in WriteDataValue()
1126 dictionary.ValueAtPut(dictionary_entry(), *value); in WriteDataValue()
H A Dordered-hash-table.cc1334 void OrderedNameDictionaryHandler::ValueAtPut(HeapObject table, in ValueAtPut() function in v8::internal::OrderedNameDictionaryHandler
1338 return SmallOrderedNameDictionary::cast(table).ValueAtPut(entry, value); in ValueAtPut()
1342 OrderedNameDictionary::cast(table).ValueAtPut(entry, value); in ValueAtPut()
H A Dobjects.cc6090 dictionary->ValueAtPut(entry, *value); in AtPut()
6598 dictionary->ValueAtPut(entry, *new_cell); in InvalidateAndReplaceEntry()
6979 key_map.ValueAtPut(entry, next);
H A Delements.cc1515 NumberDictionary::cast(backing_store).ValueAtPut(entry, value); in SetImpl()
1524 dictionary.ValueAtPut(entry, *value); in ReconfigureImpl()
H A Djs-objects.cc2694 dictionary->ValueAtPut(entry, *value); in SetNormalizedProperty()
/third_party/node/deps/v8/src/runtime/
H A Druntime-literals.cc142 if (copying) dict->ValueAtPut(i, *value); in StructureWalk()
154 if (copying) dict->ValueAtPut(i, *value); in StructureWalk()
203 if (copying) element_dictionary->ValueAtPut(i, *value); in StructureWalk()
H A Druntime-classes.cc204 dictionary->ValueAtPut(i, *pair); in ShallowCopyDictionaryTemplate()
252 dictionary->ValueAtPut(i, *result); in SubstituteValues()
H A Druntime-object.cc1581 table.ValueAtPut(index, value); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/api/
H A Dapi.cc7097 properties->ValueAtPut(entry, *value); in AddPropertiesAndElementsToObject()

Completed in 73 milliseconds