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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h4219 class HArithmeticBinaryOperation : public HBinaryOperation { class in class:v8::FINAL
4221 HArithmeticBinaryOperation(HValue* context, HValue* left, HValue* right) function in class:v8::FINAL::HArithmeticBinaryOperation
4807 class HAdd FINAL : public HArithmeticBinaryOperation {
4864 : HArithmeticBinaryOperation(context, left, right) {
4870 class HSub FINAL : public HArithmeticBinaryOperation {
4897 : HArithmeticBinaryOperation(context, left, right) {
4903 class HMul FINAL : public HArithmeticBinaryOperation {
4933 HArithmeticBinaryOperation::UpdateRepresentation(new_rep, h_infer, reason);
4947 : HArithmeticBinaryOperation(context, left, right) {
4953 class HMod FINAL : public HArithmeticBinaryOperation {
[all...]

Completed in 77 milliseconds