Home | History | Annotate | Download | only in crankshaft

Lines Matching full:length_rep

970   Representation length_rep = actual_length->representation();
974 if (length_rep.IsTagged() && actual_length->type().IsSmi()) {
975 length_rep = Representation::Smi();
977 Representation r = index_rep.generalize(length_rep);