Searched refs:FastPropertyAtPut (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | js-regexp.cc | 60 indices->FastPropertyAtPut(groups_index, in BuildIndices() 105 indices->FastPropertyAtPut(groups_index, *js_group_names); in BuildIndices()
|
D | js-objects-inl.h | 434 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()
|
D | js-objects.h | 700 inline void FastPropertyAtPut(FieldIndex index, Object value, 702 inline void FastPropertyAtPut(FieldIndex index, Object value,
|
D | js-objects.cc | 3023 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()
|
D | lookup.cc | 1140 holder->FastPropertyAtPut(field_index, *value, tag); in WriteDataValue()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-literals.cc | 123 if (copying) copy->FastPropertyAtPut(index, *value); in StructureWalk() 128 copy->FastPropertyAtPut(index, *value); in StructureWalk()
|
/third_party/node/deps/v8/src/heap/ |
D | factory.cc | 2720 module_namespace->FastPropertyAtPut(index, read_only_roots().Module_string(), in NewJSModuleNamespace()
|