Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-regexp.cc60 indices->FastPropertyAtPut(groups_index, in BuildIndices()
105 indices->FastPropertyAtPut(groups_index, *js_group_names); in BuildIndices()
Djs-objects-inl.h434 void JSObject::FastPropertyAtPut(FieldIndex index, Object value, in FastPropertyAtPut() function
444 void JSObject::FastPropertyAtPut(FieldIndex index, Object value, in FastPropertyAtPut() function
476 FastPropertyAtPut(index, value); in WriteToField()
Djs-objects.h700 inline void FastPropertyAtPut(FieldIndex index, Object value,
702 inline void FastPropertyAtPut(FieldIndex index, Object value,
Djs-objects.cc3023 object->FastPropertyAtPut(index, *value); in MigrateFastToFast()
3163 object->FastPropertyAtPut(index, value); in MigrateFastToFast()
3294 object->FastPropertyAtPut(index, Smi::zero()); in MigrateFastToSlow()
3426 object->FastPropertyAtPut(index, value); in AllocateStorageForMap()
Dlookup.cc1140 holder->FastPropertyAtPut(field_index, *value, tag); in WriteDataValue()
/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc123 if (copying) copy->FastPropertyAtPut(index, *value); in StructureWalk()
128 copy->FastPropertyAtPut(index, *value); in StructureWalk()
/third_party/node/deps/v8/src/heap/
Dfactory.cc2720 module_namespace->FastPropertyAtPut(index, read_only_roots().Module_string(), in NewJSModuleNamespace()