Lines Matching refs:PropertyDetails
56 PropertyDetails::PropertyDetails(Smi* smi) { in PropertyDetails() function
61 Smi* PropertyDetails::AsSmi() const { in AsSmi()
69 int PropertyDetails::field_width_in_words() const { in field_width_in_words()
1310 PropertyDetails PropertyCell::property_details() const { in ACCESSORS()
1311 return PropertyDetails(Smi::cast(property_details_raw())); in ACCESSORS()
1315 void PropertyCell::set_property_details(PropertyDetails details) { in set_property_details()
1457 void JSObject::WriteToField(int descriptor, PropertyDetails details, in WriteToField()
1879 PropertyDetails details = GetDetails(descriptor_index); in SetSortedKey()
1909 PropertyDetails DescriptorArray::GetDetails(int descriptor_number) { in GetDetails()
1912 return PropertyDetails(details->ToSmi()); in GetDetails()
1927 PropertyDetails details) { in Set()
2917 PropertyDetails details = PropertyDetails::Empty(); in ClearEntry()
2924 PropertyDetails details) { in SetEntry()
2967 Object* value, PropertyDetails details) { in SetEntry()
3037 PropertyDetails GlobalDictionaryShape::DetailsAt(Dictionary* dict, int entry) { in DetailsAt()
3044 int entry, PropertyDetails value) { in DetailsAtPut()