Home | History | Annotate | Download | only in compiler

Lines Matching full:field_representation

1428     MachineRepresentation const field_representation =
1429 access_info.field_representation();
1482 MachineType::TypeForRepresentation(field_representation),
1485 if (field_representation == MachineRepresentation::kFloat64) {
1501 } else if (field_representation ==
1522 switch (field_representation) {
1600 if (field_representation == MachineRepresentation::kTaggedSigned) {
1605 } else if (field_representation ==
1620 DCHECK_EQ(MachineRepresentation::kTagged, field_representation);