Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc1367 VisitForTest(stmt->condition(), conditional_builder.then_labels(), in VisitIfStatement()
1489 VisitForTest(stmt->cond(), &loop_backbranch, loop_builder.break_labels(), in VisitDoWhileStatement()
1508 VisitForTest(stmt->cond(), &loop_body, loop_builder.break_labels(), in VisitWhileStatement()
1532 VisitForTest(stmt->cond(), &loop_body, loop_builder.break_labels(), in VisitForStatement()
2054 VisitForTest(expr->condition(), conditional_builder.then_labels(), in VisitConditional()
4498 VisitForTest(expr, then_labels, &test_next, TestFallthrough::kElse); in VisitLogicalTestSubExpression()
4501 VisitForTest(expr, &test_next, else_labels, TestFallthrough::kThen); in VisitLogicalTestSubExpression()
4520 VisitForTest(right, then_labels, else_labels, fallthrough); in VisitLogicalTest()
4542 VisitForTest(expr->subsequent(expr->subsequent_length() - 1), then_labels, in VisitNaryLogicalTest()
5019 void BytecodeGenerator::VisitForTest(Expression* expr, in VisitForTest() function in v8::internal::interpreter::BytecodeGenerator
Dbytecode-generator.h259 void VisitForTest(Expression* expr, BytecodeLabels* then_labels,