Home
last modified time | relevance | path

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

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