Home
last modified time | relevance | path

Searched refs:VisitArithmeticExpression (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.h78 void VisitArithmeticExpression(BinaryOperation* binop);
Dbytecode-generator.cc4094 VisitArithmeticExpression(binop); in VisitBinaryOperation()
4179 void BytecodeGenerator::VisitArithmeticExpression(BinaryOperation* expr) { in VisitArithmeticExpression() function in v8::internal::interpreter::BytecodeGenerator