Searched refs:length_rep (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc1039 Representation length_rep = actual_length->representation(); local
1043 if (length_rep.IsTagged() && actual_length->type().IsSmi()) {
1044 length_rep = Representation::Smi();
1046 Representation r = index_rep.generalize(length_rep);

Completed in 50 milliseconds