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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc1420 Representation left_rep = left()->representation(); local
1421 if (left_rep.IsExternal()) {
1430 Representation left_rep = left()->representation(); local
1431 if (left_rep.IsExternal()) {
2995 Representation left_rep = left()->representation(); local
2997 if (!left_rep.IsTagged()) rep = rep.generalize(left_rep);
3350 Representation left_rep = left()->representation(); local
3359 if (!left_rep.IsTagged()) rep = rep.generalize(left_rep);
[all...]
H A Dhydrogen.cc10272 Representation left_rep = Representation::FromType(left_type); local
10289 left_rep = Representation::FromType(left_type);
10385 bool is_non_primitive = (left_rep.IsTagged() && !left_rep.IsSmi()) ||
10459 binop->set_observed_input_representation(1, left_rep);
10796 Representation left_rep = Representation::FromType(left_type); local
10869 result->set_observed_input_representation(1, left_rep);
10886 result->set_observed_input_representation(left_rep, right_rep);
H A Dhydrogen-instructions.h5037 Representation left_rep = left()->representation(); variable
5040 result = result.generalize(left_rep);

Completed in 2204 milliseconds