Home
last modified time | relevance | path

Searched refs:IsSmiLiteralOperation (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dast.cc760 bool BinaryOperation::IsSmiLiteralOperation(Expression** subexpr, in IsSmiLiteralOperation() function in v8::internal::BinaryOperation
Dast.h1836 bool IsSmiLiteralOperation(Expression** subexpr, Smi** literal);
/external/v8/src/interpreter/
Dbytecode-generator.cc4183 if (expr->IsSmiLiteralOperation(&subexpr, &literal)) { in VisitArithmeticExpression()