Searched defs:right_rep (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc2996 Representation right_rep = right()->representation(); local
2998 if (!right_rep.IsTagged()) rep = rep.generalize(right_rep);
3351 Representation right_rep = right()->representation(); local
3360 if (!right_rep.IsTagged()) rep = rep.generalize(right_rep);
H A Dhydrogen-instructions.h5038 Representation right_rep = right()->representation(); variable
5041 result = result.generalize(right_rep);
H A Dhydrogen.cc10273 Representation right_rep = Representation::FromType(right_type); local
10298 right_rep = Representation::FromType(right_type);
10386 (right_rep.IsTagged() && !right_rep.IsSmi());
10460 binop->set_observed_input_representation(2, right_rep);
10797 Representation right_rep = Representation::FromType(right_type); local
10870 result->set_observed_input_representation(2, right_rep);
10886 result->set_observed_input_representation(left_rep, right_rep);

Completed in 353 milliseconds