HomeSort by relevance Sort by last modified time
    Searched refs:new_rep (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
hydrogen-instructions.h 850 virtual void UpdateRepresentation(Representation new_rep,
    [all...]
hydrogen-instructions.cc 57 Representation new_rep = RepresentationFromInputs(); local
58 UpdateRepresentation(new_rep, h_infer, "inputs");
59 new_rep = RepresentationFromUses();
60 UpdateRepresentation(new_rep, h_infer, "uses");
100 void HValue::UpdateRepresentation(Representation new_rep,
104 if (new_rep.is_more_general_than(r)) {
105 if (CheckFlag(kCannotBeTagged) && new_rep.IsTagged()) return;
108 id(), Mnemonic(), r.Mnemonic(), new_rep.Mnemonic(), reason);
110 ChangeRepresentation(new_rep);
2998 Representation new_rep = RepresentationFromInputs(); local
3065 Representation new_rep = RepresentationFromInputs(); local
4526 Representation new_rep = RepresentationFromInputs(); local
    [all...]

Completed in 45 milliseconds