HomeSort by relevance Sort by last modified time
    Searched full:karithmeticoperators (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/interpreter/
test-interpreter.cc 480 static const Token::Value kArithmeticOperators[] = {
573 for (size_t o = 0; o < arraysize(kArithmeticOperators); o++) {
587 .BinaryOperation(kArithmeticOperators[o], reg, Strength::WEAK)
595 factory->NewNumber(BinaryOpC(kArithmeticOperators[o], lhs, rhs));
609 for (size_t o = 0; o < arraysize(kArithmeticOperators); o++) {
623 .BinaryOperation(kArithmeticOperators[o], reg, Strength::WEAK)
631 factory->NewNumber(BinaryOpC(kArithmeticOperators[o], lhs, rhs));
    [all...]

Completed in 479 milliseconds