Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-struct.cc114 Handle<PropertyArray> property_array = in BUILTIN() local
116 instance->SetProperties(*property_array); in BUILTIN()
/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h357 return property_array(cage_base).get(cage_base, in RawFastPropertyAt()
375 return property_array(cage_base).get(cage_base, in RawFastPropertyAt()
440 property_array().set(index.outobject_array_index(), value); in FastPropertyAtPut()
449 property_array().set(index.outobject_array_index(), value, tag); in FastPropertyAtPut()
493 return property_array().Swap(cage_base, index.outobject_array_index(), value, in RawFastPropertyAtSwap()
813 DEF_GETTER(JSReceiver, property_array, PropertyArray) { in DEF_GETTER() argument
Djs-objects.h46 DECL_GETTER(property_array, PropertyArray)
Djs-objects.cc3019 object->property_array(isolate).length()) { in MigrateFastToFast()
3032 Handle<PropertyArray> old_storage(object->property_array(isolate), isolate); in MigrateFastToFast()
/third_party/node/deps/v8/src/runtime/
Druntime-classes.cc306 Handle<PropertyArray> property_array = in AddDescriptorsByTemplate() local
356 property_array->set(field_index, value); in AddDescriptorsByTemplate()
381 if (property_array->length() > 0) { in AddDescriptorsByTemplate()
382 receiver->SetProperties(*property_array); in AddDescriptorsByTemplate()
Druntime-object.cc110 object.property_array().set( in ClearField()
239 receiver->property_array().PropertyArrayVerify(isolate); in DeleteObjectPropertyFast()
/third_party/node/deps/v8/src/heap/
Dobject-stats.cc539 PropertyArray properties = boilerplate.property_array(); in RecordVirtualAllocationSiteDetails()
594 PropertyArray properties = object.property_array(); in RecordVirtualJSObjectDetails()
Dsetup-heap-internal.cc419 ALLOCATE_VARSIZE_MAP(PROPERTY_ARRAY_TYPE, property_array) in CreateInitialMaps()
Dfactory.cc1981 PropertyArray properties = source->property_array(); in CopyJSObjectWithAllocationSite()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1954 Handle<PropertyArray> property_array = in DeserializeObjects() local
1957 Object value = ReadValue(property_array, i); in DeserializeObjects()
1973 property_array->set(i, value); in DeserializeObjects()
1976 object->set_raw_properties_or_hash(*property_array, kRelaxedStore); in DeserializeObjects()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc413 property_array().length() - in JSObjectVerify()
1227 CHECK(property_array().InSharedHeap()); in USE_TORQUE_VERIFIER()
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc4870 TNode<PropertyArray> property_array = AllocatePropertyArray(length); in GenerateCloneObjectIC() local
4871 FillPropertyArrayWithUndefined(property_array, IntPtrConstant(0), length); in GenerateCloneObjectIC()
4872 CopyPropertyArrayValues(source_property_array, property_array, length, in GenerateCloneObjectIC()
4874 var_properties = property_array; in GenerateCloneObjectIC()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc4655 TNode<PropertyArray> property_array, TNode<IntPtrT> length) { in InitializePropertyArrayLength() argument
4661 property_array, PropertyArray::kLengthAndHashOffset, SmiTag(length)); in InitializePropertyArrayLength()
4673 TNode<PropertyArray> property_array = CAST(array); in AllocatePropertyArray() local
4674 InitializePropertyArrayLength(property_array, capacity); in AllocatePropertyArray()
4675 return property_array; in AllocatePropertyArray()
Dcode-stub-assembler.h1434 void InitializePropertyArrayLength(TNode<PropertyArray> property_array,