Lines Matching defs:details
550 PropertyDetails details = descriptors.GetDetails(i);
551 if (details.location() == PropertyLocation::kField) {
552 switch (details.constness()) {
1099 PropertyDetails details = descs.GetDetails(InternalIndex(i));
1100 if (details.location() == PropertyLocation::kField) {
1101 return details.field_index() + details.field_width_in_words();
1530 PropertyDetails details = descriptors->GetDetails(new_descriptor);
1531 if (details.location() == PropertyLocation::kField) {
1612 // the other details from the |initial_map|.
1766 PropertyDetails details = descriptors.GetDetails(descriptor);
1767 if (details.location() == PropertyLocation::kField) {
1768 if (details.kind() == PropertyKind::kData) {
1769 return IsGeneralizableTo(constness, details.constness()) &&
1770 value.FitsRepresentation(details.representation()) &&
1773 DCHECK_EQ(PropertyKind::kAccessor, details.kind());
1778 DCHECK_EQ(PropertyLocation::kDescriptor, details.location());
1779 DCHECK_EQ(PropertyConstness::kConst, details.constness());
1780 DCHECK_EQ(PropertyKind::kAccessor, details.kind());
2149 PropertyDetails details = descriptors.GetDetails(i);
2150 if (details.location() == PropertyLocation::kField) {
2151 DCHECK(IsMostGeneralFieldType(details.representation(),