Lines Matching refs:Representation
344 Representation representation) {
345 ASSERT(!FLAG_track_double_fields || !representation.IsDouble());
888 Representation representation = details.representation();
889 ASSERT(!representation.IsNone());
895 } else if (FLAG_track_fields && representation.IsSmi()) {
897 } else if (FLAG_track_heap_object_fields && representation.IsHeapObject()) {
899 } else if (FLAG_track_double_fields && representation.IsDouble()) {
967 SmiCheck smi_check = representation.IsTagged()
972 if (FLAG_track_double_fields && representation.IsDouble()) {
978 if (!FLAG_track_fields || !representation.IsSmi()) {
980 if (!FLAG_track_double_fields || !representation.IsDouble()) {
992 if (FLAG_track_double_fields && representation.IsDouble()) {
998 if (!FLAG_track_fields || !representation.IsSmi()) {
1000 if (!FLAG_track_double_fields || !representation.IsDouble()) {
1037 Representation representation = lookup->representation();
1038 ASSERT(!representation.IsNone());
1039 if (FLAG_track_fields && representation.IsSmi()) {
1041 } else if (FLAG_track_heap_object_fields && representation.IsHeapObject()) {
1043 } else if (FLAG_track_double_fields && representation.IsDouble()) {
1075 SmiCheck smi_check = representation.IsTagged()
1082 if (!FLAG_track_fields || !representation.IsSmi()) {
1097 if (!FLAG_track_fields || !representation.IsSmi()) {
1326 Representation representation) {
1331 representation);
1336 representation);
1592 index.translate(holder), Representation::Tagged());