Home | History | Annotate | Download | only in mips

Lines Matching refs:Representation

311                                             Representation representation) {
312 ASSERT(!FLAG_track_double_fields || !representation.IsDouble());
459 Representation representation = details.representation();
460 ASSERT(!representation.IsNone());
466 } else if (FLAG_track_fields && representation.IsSmi()) {
468 } else if (FLAG_track_heap_object_fields && representation.IsHeapObject()) {
470 } else if (FLAG_track_double_fields && representation.IsDouble()) {
539 SmiCheck smi_check = representation.IsTagged()
544 if (FLAG_track_double_fields && representation.IsDouble()) {
550 if (!FLAG_track_fields || !representation.IsSmi()) {
552 if (!FLAG_track_double_fields || !representation.IsDouble()) {
570 if (FLAG_track_double_fields && representation.IsDouble()) {
576 if (!FLAG_track_fields || !representation.IsSmi()) {
578 if (!FLAG_track_double_fields || !representation.IsDouble()) {
627 Representation representation = lookup->representation();
628 ASSERT(!representation.IsNone());
629 if (FLAG_track_fields && representation.IsSmi()) {
631 } else if (FLAG_track_heap_object_fields && representation.IsHeapObject()) {
633 } else if (FLAG_track_double_fields && representation.IsDouble()) {
668 SmiCheck smi_check = representation.IsTagged()
675 if (!FLAG_track_fields || !representation.IsSmi()) {
699 if (!FLAG_track_fields || !representation.IsSmi()) {
1306 Representation representation) {
1311 representation);
1316 representation);
1552 index.translate(holder), Representation::Tagged());