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

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc1365 Representation left_rep = left()->representation(); local
1366 if (left_rep.IsExternal()) {
1375 Representation left_rep = left()->representation(); local
1376 if (left_rep.IsExternal()) {
2527 Representation left_rep = left()->representation(); local
2529 if (!left_rep.IsTagged()) rep = rep.generalize(left_rep);
2848 Representation left_rep = left()->representation(); local
2857 if (!left_rep.IsTagged()) rep = rep.generalize(left_rep);
[all...]
H A Dhydrogen.cc10763 Representation left_rep = RepresentationFor(left_type); local
10771 left_rep = RepresentationFor(left_type);
10887 bool is_non_primitive = (left_rep.IsTagged() && !left_rep.IsSmi()) ||
11004 binop->set_observed_input_representation(1, left_rep);
11341 Representation left_rep = RepresentationFor(left_type); local
11503 result->set_observed_input_representation(1, left_rep);
11520 result->set_observed_input_representation(left_rep, right_rep);
H A Dhydrogen-instructions.h4374 Representation left_rep = left()->representation(); variable
4377 result = result.generalize(left_rep);

Completed in 119 milliseconds