Searched refs:property_array (Results 1 – 11 of 11) sorted by relevance
474 PropertyArray* properties = boilerplate->property_array(); in RecordVirtualAllocationSiteDetails()536 PropertyArray* properties = object->property_array(); in RecordVirtualJSObjectDetails()
407 ALLOCATE_VARSIZE_MAP(PROPERTY_ARRAY_TYPE, property_array) in CreateInitialMaps()
1929 PropertyArray* properties = source->property_array(); in CopyJSObjectWithAllocationSite()
1412 return property_array()->get(index.outobject_array_index()); in RawFastPropertyAt()1433 property_array()->set(index.outobject_array_index(), value); in RawFastPropertyAtPut()2781 PropertyArray* JSReceiver::property_array() const { in property_array() function
505 property_array()->length() - in JSObjectVerify()
1990 inline PropertyArray* property_array() const;
905 void InitializePropertyArrayLength(Node* property_array, Node* length,
4157 void CodeStubAssembler::InitializePropertyArrayLength(Node* property_array, in InitializePropertyArrayLength() argument4160 CSA_SLOW_ASSERT(this, IsPropertyArray(property_array)); in InitializePropertyArrayLength()4169 property_array, PropertyArray::kLengthAndHashOffset, in InitializePropertyArrayLength()
4142 int property_array_length = object->property_array()->length(); in MigrateFastToFast()4172 Handle<PropertyArray> old_storage(object->property_array(), isolate); in MigrateFastToFast()
214 boilerplate->property_array()->length() == 0)) { in IsFastLiteralHelper()
206 receiver->property_array()->PropertyArrayVerify(isolate); in DeleteObjectPropertyFast()