Searched refs:UpdateRepresentation (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,
3830 HValue::UpdateRepresentation(rep, h_infer, reason);
4163 virtual void UpdateRepresentation(Representation new_rep,
4168 HBinaryOperation::UpdateRepresentation(new_rep, h_infer, reason);
4930 virtual void UpdateRepresentation(Representation new_rep,
4933 HArithmeticBinaryOperation::UpdateRepresentation(new_rep, h_infer, reason);
4962 virtual void UpdateRepresentation(Representation new_rep,
4966 HArithmeticBinaryOperation::UpdateRepresentation(new_rep, h_infer, reason);
4996 virtual void UpdateRepresentation(Representatio
[all...]
H A Dhydrogen-instructions.cc63 UpdateRepresentation(new_rep, h_infer, "inputs");
65 UpdateRepresentation(new_rep, h_infer, "uses");
67 UpdateRepresentation(
105 void HValue::UpdateRepresentation(Representation new_rep, function in class:v8::internal::HValue
1050 UpdateRepresentation(r, h_infer, "boundscheck");
2969 UpdateRepresentation(new_rep, h_infer, "inputs");
2972 UpdateRepresentation(
2978 UpdateRepresentation(new_rep, h_infer, "uses");
2981 UpdateRepresentation(new_rep, h_infer, "output");
3036 UpdateRepresentation(new_re
[all...]

Completed in 503 milliseconds