Searched refs:value_representation (Results 1 – 2 of 2) sorted by relevance
2110 Representation value_representation = instr->value()->representation(); in DoStoreKeyed() local2111 if (value_representation.IsDouble()) { in DoStoreKeyed()2116 DCHECK(value_representation.IsSmiOrTagged() || in DoStoreKeyed()2117 value_representation.IsInteger32()); in DoStoreKeyed()
1067 MachineRepresentation value_representation, Node* value) { in WriteBarrierKindFor() argument1072 value_representation == MachineRepresentation::kTaggedSigned) { in WriteBarrierKindFor()1097 value_representation == MachineRepresentation::kTaggedPointer) { in WriteBarrierKindFor()1118 Type* field_type, MachineRepresentation value_representation, in WriteBarrierKindFor() argument1125 field_type, value_representation, value); in WriteBarrierKindFor()