Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h66 void VisitLogicalAndExpression(BinaryOperation* binop);
Dbytecode-generator.cc2957 VisitLogicalAndExpression(binop); in VisitBinaryOperation()
3113 void BytecodeGenerator::VisitLogicalAndExpression(BinaryOperation* binop) { in VisitLogicalAndExpression() function in v8::internal::interpreter::BytecodeGenerator