Home | History | Annotate | Download | only in compiler

Lines Matching defs:property_details

1152     PropertyDetails const property_details =
1154 if (property_details.location() != kField) continue;
1155 DCHECK_EQ(kData, property_details.kind());
1178 } else if (property_details.representation().IsDouble()) {
1188 } else if (property_details.representation().IsSmi()) {