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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc62 Representation new_rep = RepresentationFromInputs();
1419 Representation HAdd::RepresentationFromInputs() { function in class:v8::internal::HAdd
1424 return HArithmeticBinaryOperation::RepresentationFromInputs();
2968 Representation new_rep = RepresentationFromInputs();
2986 Representation HBinaryOperation::RepresentationFromInputs() { function in class:v8::internal::HBinaryOperation
3035 Representation new_rep = RepresentationFromInputs();
3666 Representation HUnaryMathOperation::RepresentationFromInputs() { function in class:v8::internal::HUnaryMathOperation
4478 Representation new_rep = RepresentationFromInputs();
4487 Representation HPhi::RepresentationFromInputs() { function in class:v8::internal::HPhi
H A Dhydrogen-instructions.h849 virtual Representation RepresentationFromInputs() { function in namespace:v8::internal
2624 virtual Representation RepresentationFromInputs() OVERRIDE;
3269 virtual Representation RepresentationFromInputs() OVERRIDE;
3835 virtual Representation RepresentationFromInputs() OVERRIDE;
4851 virtual Representation RepresentationFromInputs() OVERRIDE;
5036 virtual Representation RepresentationFromInputs() OVERRIDE {

Completed in 630 milliseconds