Searched refs:IsSmiLiteralOperation (Results 1 – 3 of 3) sorted by relevance
760 bool BinaryOperation::IsSmiLiteralOperation(Expression** subexpr, in IsSmiLiteralOperation() function in v8::internal::BinaryOperation
1836 bool IsSmiLiteralOperation(Expression** subexpr, Smi** literal);
4183 if (expr->IsSmiLiteralOperation(&subexpr, &literal)) { in VisitArithmeticExpression()