Home | History | Annotate | Download | only in arm

Lines Matching refs:Representation

319                                             Representation representation) {
320 ASSERT(!FLAG_track_double_fields || !representation.IsDouble());
471 Representation representation = details.representation();
472 ASSERT(!representation.IsNone());
479 } else if (FLAG_track_fields && representation.IsSmi()) {
481 } else if (FLAG_track_heap_object_fields && representation.IsHeapObject()) {
483 } else if (FLAG_track_double_fields && representation.IsDouble()) {
552 SmiCheck smi_check = representation.IsTagged()
557 if (FLAG_track_double_fields && representation.IsDouble()) {
563 if (!FLAG_track_fields || !representation.IsSmi()) {
565 if (!FLAG_track_double_fields || !representation.IsDouble()) {
583 if (FLAG_track_double_fields && representation.IsDouble()) {
589 if (!FLAG_track_fields || !representation.IsSmi()) {
591 if (!FLAG_track_double_fields || !representation.IsDouble()) {
639 Representation representation = lookup->representation();
640 ASSERT(!representation.IsNone());
641 if (FLAG_track_fields && representation.IsSmi()) {
643 } else if (FLAG_track_heap_object_fields && representation.IsHeapObject()) {
645 } else if (FLAG_track_double_fields && representation.IsDouble()) {
679 SmiCheck smi_check = representation.IsTagged()
686 if (!FLAG_track_fields || !representation.IsSmi()) {
710 if (!FLAG_track_fields || !representation.IsSmi()) {
1320 Representation representation) {
1325 representation);
1330 representation);
1567 index.translate(holder), Representation::Tagged());