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

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc1441 Representation left_rep = left()->representation(); local
1442 if (left_rep.IsExternal()) {
1451 Representation left_rep = left()->representation(); local
1452 if (left_rep.IsExternal()) {
3027 Representation left_rep = left()->representation(); local
3029 if (!left_rep.IsTagged()) rep = rep.generalize(left_rep);
3362 Representation left_rep = left()->representation(); local
3371 if (!left_rep.IsTagged()) rep = rep.generalize(left_rep);
[all...]
H A Dhydrogen-instructions.h5024 Representation left_rep = left()->representation(); variable
5027 result = result.generalize(left_rep);
H A Dhydrogen.cc10953 Representation left_rep = RepresentationFor(left_type); local
10961 left_rep = RepresentationFor(left_type);
11074 bool is_non_primitive = (left_rep.IsTagged() && !left_rep.IsSmi()) ||
11211 binop->set_observed_input_representation(1, left_rep);
11526 Representation left_rep = RepresentationFor(left_type); local
11662 result->set_observed_input_representation(1, left_rep);
11679 result->set_observed_input_representation(left_rep, right_rep);

Completed in 133 milliseconds