Lines Matching refs:Representation
369 Representation representation) {
370 ASSERT(!FLAG_track_double_fields || !representation.IsDouble());
902 Representation representation = details.representation();
903 ASSERT(!representation.IsNone());
909 } else if (FLAG_track_fields && representation.IsSmi()) {
911 } else if (FLAG_track_heap_object_fields && representation.IsHeapObject()) {
913 } else if (FLAG_track_double_fields && representation.IsDouble()) {
998 SmiCheck smi_check = representation.IsTagged()
1004 if (FLAG_track_double_fields && representation.IsDouble()) {
1010 if (!FLAG_track_fields || !representation.IsSmi()) {
1012 if (!FLAG_track_double_fields || !representation.IsDouble()) {
1028 if (FLAG_track_double_fields && representation.IsDouble()) {
1034 if (!FLAG_track_fields || !representation.IsSmi()) {
1036 if (!FLAG_track_double_fields || !representation.IsDouble()) {
1077 Representation representation = lookup->representation();
1078 ASSERT(!representation.IsNone());
1079 if (FLAG_track_fields && representation.IsSmi()) {
1081 } else if (FLAG_track_heap_object_fields && representation.IsHeapObject()) {
1083 } else if (FLAG_track_double_fields && representation.IsDouble()) {
1130 ASSERT(!FLAG_track_double_fields || !representation.IsDouble());
1132 SmiCheck smi_check = representation.IsTagged()
1139 if (!FLAG_track_fields || !representation.IsSmi()) {
1158 if (!FLAG_track_fields || !representation.IsSmi()) {
1396 Representation representation) {
1401 representation);
1406 representation);
1660 index.translate(holder), Representation::Tagged());