Lines Matching refs:representation
151 Node* object, Node* index, MachineRepresentation representation) const {
157 IsCompatible(representation, element.representation)) {
332 MachineReprToString(pair.second.representation));
513 Node* object, Node* index, MachineRepresentation representation) const {
515 return this->elements_->Lookup(object, index, representation);
523 MachineRepresentation representation,
528 that->elements_->Extend(object, index, value, representation, zone);
531 zone->New<AbstractElements>(object, index, value, representation, zone);
915 DCHECK(IsAnyTagged(access.machine_type.representation()));
926 MachineRepresentation representation =
927 access.machine_type.representation();
938 // representation or resurrect dead {replacement} nodes.
940 if (IsCompatible(representation, lookup_result->representation) &&
958 FieldInfo info(node, representation, access.name,
979 DCHECK(IsAnyTagged(access.machine_type.representation()));
993 MachineRepresentation representation =
994 access.machine_type.representation();
1002 // representation, nor
1013 !IsCompatible(representation, lookup_result->representation);
1029 FieldInfo new_info(new_value, representation, access.name,
1063 switch (access.machine_type.representation()) {
1083 object, index, access.machine_type.representation())) {
1097 access.machine_type.representation(), zone());
1112 state->LookupElement(object, index, access.machine_type.representation());
1120 switch (access.machine_type.representation()) {
1140 access.machine_type.representation(), zone());
1415 MachineRepresentation rep = access.machine_type.representation();