Searched refs:property_array (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-struct.cc | 114 Handle<PropertyArray> property_array = in BUILTIN() local 116 instance->SetProperties(*property_array); in BUILTIN()
|
/third_party/node/deps/v8/src/objects/ |
D | js-objects-inl.h | 357 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
|
D | js-objects.h | 46 DECL_GETTER(property_array, PropertyArray)
|
D | js-objects.cc | 3019 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/ |
D | runtime-classes.cc | 306 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()
|
D | runtime-object.cc | 110 object.property_array().set( in ClearField() 239 receiver->property_array().PropertyArrayVerify(isolate); in DeleteObjectPropertyFast()
|
/third_party/node/deps/v8/src/heap/ |
D | object-stats.cc | 539 PropertyArray properties = boilerplate.property_array(); in RecordVirtualAllocationSiteDetails() 594 PropertyArray properties = object.property_array(); in RecordVirtualJSObjectDetails()
|
D | setup-heap-internal.cc | 419 ALLOCATE_VARSIZE_MAP(PROPERTY_ARRAY_TYPE, property_array) in CreateInitialMaps()
|
D | factory.cc | 1981 PropertyArray properties = source->property_array(); in CopyJSObjectWithAllocationSite()
|
/third_party/node/deps/v8/src/web-snapshot/ |
D | web-snapshot.cc | 1954 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/ |
D | objects-debug.cc | 413 property_array().length() - in JSObjectVerify() 1227 CHECK(property_array().InSharedHeap()); in USE_TORQUE_VERIFIER()
|
/third_party/node/deps/v8/src/ic/ |
D | accessor-assembler.cc | 4870 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/ |
D | code-stub-assembler.cc | 4655 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()
|
D | code-stub-assembler.h | 1434 void InitializePropertyArrayLength(TNode<PropertyArray> property_array,
|