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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc62 Representation new_rep = RepresentationFromInputs(); local
63 UpdateRepresentation(new_rep, h_infer, "inputs");
64 new_rep = RepresentationFromUses();
65 UpdateRepresentation(new_rep, h_infer, "uses");
105 void HValue::UpdateRepresentation(Representation new_rep, argument
109 if (new_rep.is_more_general_than(r)) {
110 if (CheckFlag(kCannotBeTagged) && new_rep.IsTagged()) return;
113 id(), Mnemonic(), r.Mnemonic(), new_rep.Mnemonic(), reason);
115 ChangeRepresentation(new_rep);
2968 Representation new_rep local
3035 Representation new_rep = RepresentationFromInputs(); local
4478 Representation new_rep = RepresentationFromInputs(); local
[all...]

Completed in 260 milliseconds