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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h855 virtual void UpdateRepresentation(Representation new_rep,
3825 virtual void UpdateRepresentation(Representation new_rep,
3828 Representation rep = !FLAG_smi_binop && new_rep.IsSmi()
3829 ? Representation::Integer32() : new_rep;
4163 virtual void UpdateRepresentation(Representation new_rep,
4167 if (new_rep.IsDouble()) new_rep = Representation::Integer32();
4168 HBinaryOperation::UpdateRepresentation(new_rep, h_infer, reason);
4930 virtual void UpdateRepresentation(Representation new_rep,
4933 HArithmeticBinaryOperation::UpdateRepresentation(new_rep, h_infe
[all...]
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 576 milliseconds