Lines Matching refs:field_representation

90     FieldIndex field_index, MachineRepresentation field_representation,  in DataField()  argument
96 field_representation, field_type, field_map, in DataField()
139 FieldIndex field_index, MachineRepresentation field_representation, in PropertyAccessInfo() argument
147 field_representation_(field_representation), in PropertyAccessInfo()
377 MachineRepresentation field_representation = in ComputePropertyAccessInfo() local
382 field_representation = MachineRepresentation::kTaggedSigned; in ComputePropertyAccessInfo()
385 field_representation = MachineRepresentation::kFloat64; in ComputePropertyAccessInfo()
389 field_representation = MachineRepresentation::kTaggedPointer; in ComputePropertyAccessInfo()
409 field_representation, field_type, field_map, holder); in ComputePropertyAccessInfo()
627 MachineRepresentation field_representation = MachineRepresentation::kTagged; in LookupSpecialFieldAccessor() local
633 field_representation = MachineRepresentation::kTaggedSigned; in LookupSpecialFieldAccessor()
643 field_representation = MachineRepresentation::kTaggedSigned; in LookupSpecialFieldAccessor()
646 field_representation = MachineRepresentation::kTaggedSigned; in LookupSpecialFieldAccessor()
654 field_representation, field_type); in LookupSpecialFieldAccessor()
683 MachineRepresentation field_representation = MachineRepresentation::kTagged; in LookupTransition() local
686 field_representation = MachineRepresentation::kTaggedSigned; in LookupTransition()
689 field_representation = MachineRepresentation::kFloat64; in LookupTransition()
693 field_representation = MachineRepresentation::kTaggedPointer; in LookupTransition()
713 field_representation, field_type, field_map, holder, transition_map); in LookupTransition()