Lines Matching refs:details_representation
419 Representation details_representation = details.representation();
420 if (details_representation.IsNone()) {
429 details_representation);
445 if (details_representation.IsSmi()) {
449 map, descriptor, details_representation));
450 } else if (details_representation.IsDouble()) {
454 map, descriptor, details_representation));
455 } else if (details_representation.IsHeapObject()) {
473 map, descriptor, details_representation));
483 CHECK(details_representation.IsTagged());
507 details_representation, field_type, field_owner_map, field_map,
513 details_representation, field_type, field_owner_map, field_map,
1111 Representation details_representation = details.representation();
1112 if (details_representation.IsNone()) return Invalid();
1115 *transition_map.object(), index, details_representation);
1120 if (details_representation.IsSmi()) {
1124 transition_map, number, details_representation));
1125 } else if (details_representation.IsDouble()) {
1129 transition_map, number, details_representation));
1130 } else if (details_representation.IsHeapObject()) {
1146 transition_map, number, details_representation));
1169 details_representation, field_type, transition_map, field_map, holder,
1174 details_representation, field_type, transition_map, field_map, holder,