Lines Matching refs:field_representation
1191 MachineRepresentation field_representation, Type field_type, in WriteBarrierKindFor() argument
1194 CanBeTaggedPointer(field_representation)) { in WriteBarrierKindFor()
1196 if (field_representation == MachineRepresentation::kTaggedSigned || in WriteBarrierKindFor()
1218 if (field_representation == MachineRepresentation::kTaggedPointer || in WriteBarrierKindFor()
1239 MachineRepresentation field_representation, int field_offset, in WriteBarrierKindFor() argument
1243 WriteBarrierKindFor(base_taggedness, field_representation, field_type, in WriteBarrierKindFor()
2517 MachineRepresentation field_representation = in VisitNode() local
2521 if (field_representation == MachineRepresentation::kTagged && in VisitNode()
2523 field_representation = MachineRepresentation::kTaggedSigned; in VisitNode()
2526 access.base_is_tagged, field_representation, access.offset, in VisitNode()
2531 TruncatingUseInfoFromRepresentation(field_representation)); in VisitNode()